Skip to content

Commit 3222a8e

Browse files
feat(metastore): update the api
#### metastore:v1 The following keys were added: - schemas.MessageSet (Total Keys: 3) - schemas.StatusProto (Total Keys: 9) #### metastore:v1alpha The following keys were added: - schemas.MessageSet (Total Keys: 3) - schemas.StatusProto (Total Keys: 9) #### metastore:v1beta The following keys were added: - schemas.MessageSet (Total Keys: 3) - schemas.StatusProto (Total Keys: 9)
1 parent 621cc86 commit 3222a8e

File tree

3 files changed

+111
-3
lines changed

3 files changed

+111
-3
lines changed

googleapiclient/discovery_cache/documents/metastore.v1.json

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1690,7 +1690,7 @@
16901690
}
16911691
}
16921692
},
1693-
"revision": "20250324",
1693+
"revision": "20250514",
16941694
"rootUrl": "https://metastore.googleapis.com/",
16951695
"schemas": {
16961696
"AlterMetadataResourceLocationRequest": {
@@ -2696,6 +2696,13 @@
26962696
},
26972697
"type": "object"
26982698
},
2699+
"MessageSet": {
2700+
"deprecated": true,
2701+
"description": "This is proto2's version of MessageSet.DEPRECATED: DO NOT USE FOR NEW FIELDS.If you are using editions or proto2, please make your own extendable messages for your use case. If you are using proto3, please use Any instead.MessageSet was the implementation of extensions for proto1. When proto2 was introduced, extensions were implemented as a first-class feature. This schema for MessageSet was meant to be a \"bridge\" solution to migrate MessageSet-bearing messages from proto1 to proto2.This schema has been open-sourced only to facilitate the migration of Google products with MessageSet-bearing messages to open-source environments.",
2702+
"id": "MessageSet",
2703+
"properties": {},
2704+
"type": "object"
2705+
},
26992706
"MetadataExport": {
27002707
"description": "The details of a metadata export operation.",
27012708
"id": "MetadataExport",
@@ -3522,6 +3529,35 @@
35223529
},
35233530
"type": "object"
35243531
},
3532+
"StatusProto": {
3533+
"description": "Wire-format for a Status object",
3534+
"id": "StatusProto",
3535+
"properties": {
3536+
"canonicalCode": {
3537+
"description": "copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional int32 canonical_code = 6;",
3538+
"format": "int32",
3539+
"type": "integer"
3540+
},
3541+
"code": {
3542+
"description": "Numeric code drawn from the space specified below. Often, this is the canonical error space, and code is drawn from google3/util/task/codes.proto copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional int32 code = 1;",
3543+
"format": "int32",
3544+
"type": "integer"
3545+
},
3546+
"message": {
3547+
"description": "Detail message copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional string message = 3;",
3548+
"type": "string"
3549+
},
3550+
"messageSet": {
3551+
"$ref": "MessageSet",
3552+
"description": "message_set associates an arbitrary proto message with the status. copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional proto2.bridge.MessageSet message_set = 5;"
3553+
},
3554+
"space": {
3555+
"description": "copybara:strip_begin(b/383363683) Space to which this status belongs copybara:strip_end_and_replace optional string space = 2; // Space to which this status belongs",
3556+
"type": "string"
3557+
}
3558+
},
3559+
"type": "object"
3560+
},
35253561
"TelemetryConfig": {
35263562
"description": "Telemetry Configuration for the Dataproc Metastore service.",
35273563
"id": "TelemetryConfig",

googleapiclient/discovery_cache/documents/metastore.v1alpha.json

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1802,7 +1802,7 @@
18021802
}
18031803
}
18041804
},
1805-
"revision": "20250410",
1805+
"revision": "20250514",
18061806
"rootUrl": "https://metastore.googleapis.com/",
18071807
"schemas": {
18081808
"AlterMetadataResourceLocationRequest": {
@@ -2885,6 +2885,13 @@
28852885
},
28862886
"type": "object"
28872887
},
2888+
"MessageSet": {
2889+
"deprecated": true,
2890+
"description": "This is proto2's version of MessageSet.DEPRECATED: DO NOT USE FOR NEW FIELDS.If you are using editions or proto2, please make your own extendable messages for your use case. If you are using proto3, please use Any instead.MessageSet was the implementation of extensions for proto1. When proto2 was introduced, extensions were implemented as a first-class feature. This schema for MessageSet was meant to be a \"bridge\" solution to migrate MessageSet-bearing messages from proto1 to proto2.This schema has been open-sourced only to facilitate the migration of Google products with MessageSet-bearing messages to open-source environments.",
2891+
"id": "MessageSet",
2892+
"properties": {},
2893+
"type": "object"
2894+
},
28882895
"MetadataExport": {
28892896
"description": "The details of a metadata export operation.",
28902897
"id": "MetadataExport",
@@ -3783,6 +3790,35 @@
37833790
},
37843791
"type": "object"
37853792
},
3793+
"StatusProto": {
3794+
"description": "Wire-format for a Status object",
3795+
"id": "StatusProto",
3796+
"properties": {
3797+
"canonicalCode": {
3798+
"description": "copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional int32 canonical_code = 6;",
3799+
"format": "int32",
3800+
"type": "integer"
3801+
},
3802+
"code": {
3803+
"description": "Numeric code drawn from the space specified below. Often, this is the canonical error space, and code is drawn from google3/util/task/codes.proto copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional int32 code = 1;",
3804+
"format": "int32",
3805+
"type": "integer"
3806+
},
3807+
"message": {
3808+
"description": "Detail message copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional string message = 3;",
3809+
"type": "string"
3810+
},
3811+
"messageSet": {
3812+
"$ref": "MessageSet",
3813+
"description": "message_set associates an arbitrary proto message with the status. copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional proto2.bridge.MessageSet message_set = 5;"
3814+
},
3815+
"space": {
3816+
"description": "copybara:strip_begin(b/383363683) Space to which this status belongs copybara:strip_end_and_replace optional string space = 2; // Space to which this status belongs",
3817+
"type": "string"
3818+
}
3819+
},
3820+
"type": "object"
3821+
},
37863822
"TelemetryConfig": {
37873823
"description": "Telemetry Configuration for the Dataproc Metastore service.",
37883824
"id": "TelemetryConfig",

googleapiclient/discovery_cache/documents/metastore.v1beta.json

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1802,7 +1802,7 @@
18021802
}
18031803
}
18041804
},
1805-
"revision": "20250410",
1805+
"revision": "20250514",
18061806
"rootUrl": "https://metastore.googleapis.com/",
18071807
"schemas": {
18081808
"AlterMetadataResourceLocationRequest": {
@@ -2885,6 +2885,13 @@
28852885
},
28862886
"type": "object"
28872887
},
2888+
"MessageSet": {
2889+
"deprecated": true,
2890+
"description": "This is proto2's version of MessageSet.DEPRECATED: DO NOT USE FOR NEW FIELDS.If you are using editions or proto2, please make your own extendable messages for your use case. If you are using proto3, please use Any instead.MessageSet was the implementation of extensions for proto1. When proto2 was introduced, extensions were implemented as a first-class feature. This schema for MessageSet was meant to be a \"bridge\" solution to migrate MessageSet-bearing messages from proto1 to proto2.This schema has been open-sourced only to facilitate the migration of Google products with MessageSet-bearing messages to open-source environments.",
2891+
"id": "MessageSet",
2892+
"properties": {},
2893+
"type": "object"
2894+
},
28882895
"MetadataExport": {
28892896
"description": "The details of a metadata export operation.",
28902897
"id": "MetadataExport",
@@ -3783,6 +3790,35 @@
37833790
},
37843791
"type": "object"
37853792
},
3793+
"StatusProto": {
3794+
"description": "Wire-format for a Status object",
3795+
"id": "StatusProto",
3796+
"properties": {
3797+
"canonicalCode": {
3798+
"description": "copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional int32 canonical_code = 6;",
3799+
"format": "int32",
3800+
"type": "integer"
3801+
},
3802+
"code": {
3803+
"description": "Numeric code drawn from the space specified below. Often, this is the canonical error space, and code is drawn from google3/util/task/codes.proto copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional int32 code = 1;",
3804+
"format": "int32",
3805+
"type": "integer"
3806+
},
3807+
"message": {
3808+
"description": "Detail message copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional string message = 3;",
3809+
"type": "string"
3810+
},
3811+
"messageSet": {
3812+
"$ref": "MessageSet",
3813+
"description": "message_set associates an arbitrary proto message with the status. copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional proto2.bridge.MessageSet message_set = 5;"
3814+
},
3815+
"space": {
3816+
"description": "copybara:strip_begin(b/383363683) Space to which this status belongs copybara:strip_end_and_replace optional string space = 2; // Space to which this status belongs",
3817+
"type": "string"
3818+
}
3819+
},
3820+
"type": "object"
3821+
},
37863822
"TelemetryConfig": {
37873823
"description": "Telemetry Configuration for the Dataproc Metastore service.",
37883824
"id": "TelemetryConfig",

0 commit comments

Comments
 (0)