Skip to content

Commit fde37fb

Browse files
feat(all): auto-regenerate discovery clients (#3159)
1 parent a265780 commit fde37fb

10 files changed

+312
-49
lines changed

dataplex/v1/dataplex-api.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@
879879
],
880880
"parameters": {
881881
"name": {
882-
"description": "Required. The project to which the request should be attributed in the following form: projects/{project}/locations/{location}.",
882+
"description": "Required. The project to which the request should be attributed in the following form: projects/{project}/locations/global.",
883883
"location": "path",
884884
"pattern": "^projects/[^/]+/locations/[^/]+$",
885885
"required": true,
@@ -2968,7 +2968,7 @@
29682968
"type": "string"
29692969
},
29702970
"parent": {
2971-
"description": "Required. The resource name of the parent Entry Group: projects/{project}/locations/{location}/entryGroups/{entry_group}.",
2971+
"description": "Required. The resource name of the parent Entry Group: projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}.",
29722972
"location": "path",
29732973
"pattern": "^projects/[^/]+/locations/[^/]+/entryGroups/[^/]+$",
29742974
"required": true,
@@ -2996,7 +2996,7 @@
29962996
],
29972997
"parameters": {
29982998
"name": {
2999-
"description": "Required. The resource name of the Entry Link: projects/{project}/locations/{location}/entryGroups/{entry_group}/entryLinks/{entry_link}.",
2999+
"description": "Required. The resource name of the Entry Link: projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entryLinks/{entry_link_id}.",
30003000
"location": "path",
30013001
"pattern": "^projects/[^/]+/locations/[^/]+/entryGroups/[^/]+/entryLinks/[^/]+$",
30023002
"required": true,
@@ -3012,7 +3012,7 @@
30123012
]
30133013
},
30143014
"get": {
3015-
"description": "Gets an entry link.",
3015+
"description": "Gets an Entry Link.",
30163016
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/entryGroups/{entryGroupsId}/entryLinks/{entryLinksId}",
30173017
"httpMethod": "GET",
30183018
"id": "dataplex.projects.locations.entryGroups.entryLinks.get",
@@ -3021,7 +3021,7 @@
30213021
],
30223022
"parameters": {
30233023
"name": {
3024-
"description": "Required. The resource name of the Entry Link: projects/{project}/locations/{location}/entryGroups/{entry_group}/entryLinks/{entry_link}.",
3024+
"description": "Required. The resource name of the Entry Link: projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entryLinks/{entry_link_id}.",
30253025
"location": "path",
30263026
"pattern": "^projects/[^/]+/locations/[^/]+/entryGroups/[^/]+/entryLinks/[^/]+$",
30273027
"required": true,
@@ -7027,7 +7027,7 @@
70277027
}
70287028
}
70297029
},
7030-
"revision": "20250429",
7030+
"revision": "20250513",
70317031
"rootUrl": "https://dataplex.googleapis.com/",
70327032
"schemas": {
70337033
"Empty": {
@@ -10467,7 +10467,7 @@
1046710467
"type": "object"
1046810468
},
1046910469
"GoogleCloudDataplexV1EntryLink": {
10470-
"description": "EntryLink represents a link between two entries.",
10470+
"description": "EntryLink represents a link between two Entries.",
1047110471
"id": "GoogleCloudDataplexV1EntryLink",
1047210472
"properties": {
1047310473
"createTime": {
@@ -10477,18 +10477,18 @@
1047710477
"type": "string"
1047810478
},
1047910479
"entryLinkType": {
10480-
"description": "Required. Immutable. Relative resource name of the Entry Link Type used to create this Entry Link, of the form: projects/{project}/locations/{location}/entryLinkTypes/{entry_link_type}.",
10480+
"description": "Required. Immutable. Relative resource name of the Entry Link Type used to create this Entry Link, of the form: `projects/{project_id_or_number}/locations/{location_id}/entryLinkTypes/{entry_link_type_id}.",
1048110481
"type": "string"
1048210482
},
1048310483
"entryReferences": {
10484-
"description": "Required. Specifies the entries referenced in the entry link. There should be exactly two entry references.",
10484+
"description": "Required. Specifies the Entries referenced in the Entry Link. There should be exactly two entry references.",
1048510485
"items": {
1048610486
"$ref": "GoogleCloudDataplexV1EntryLinkEntryReference"
1048710487
},
1048810488
"type": "array"
1048910489
},
1049010490
"name": {
10491-
"description": "Output only. Immutable. Identifier. The relative resource name of the Entry Link, of the form: projects/{project}/locations/{location}/entryGroups/{entry_group}/entryLinks/{entry_link}.",
10491+
"description": "Output only. Immutable. Identifier. The relative resource name of the Entry Link, of the form: projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entryLinks/{entry_link_id}",
1049210492
"readOnly": true,
1049310493
"type": "string"
1049410494
},
@@ -10502,28 +10502,28 @@
1050210502
"type": "object"
1050310503
},
1050410504
"GoogleCloudDataplexV1EntryLinkEntryReference": {
10505-
"description": "Reference to the Entry that is linked through the entry link.",
10505+
"description": "Reference to the Entry that is linked through the Entry Link.",
1050610506
"id": "GoogleCloudDataplexV1EntryLinkEntryReference",
1050710507
"properties": {
1050810508
"name": {
10509-
"description": "Required. Immutable. The relative resource name of the referenced entry, of the form: projects/{project}/locations/{location}/entryGroups/{entryGroup}/entries/{entry}.",
10509+
"description": "Required. Immutable. The relative resource name of the referenced Entry, of the form: projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}",
1051010510
"type": "string"
1051110511
},
1051210512
"path": {
10513-
"description": "Immutable. The path in the entry that is referenced in the entry link. Empty path denotes that the entry itself is referenced in the entry link.",
10513+
"description": "Immutable. The path in the Entry that is referenced in the Entry Link. Empty path denotes that the Entry itself is referenced in the Entry Link.",
1051410514
"type": "string"
1051510515
},
1051610516
"type": {
10517-
"description": "Required. Immutable. The reference type of the entry.",
10517+
"description": "Required. Immutable. The reference type of the Entry.",
1051810518
"enum": [
1051910519
"UNSPECIFIED",
1052010520
"SOURCE",
1052110521
"TARGET"
1052210522
],
1052310523
"enumDescriptions": [
10524-
"Unspecified reference type. Implies that the entry is referenced in a non-directional entry link.",
10525-
"The entry is referenced as the source of the directional entry link.",
10526-
"The entry is referenced as the target of the directional entry link."
10524+
"Unspecified reference type. Implies that the Entry is referenced in a non-directional Entry Link.",
10525+
"The Entry is referenced as the source of the directional Entry Link.",
10526+
"The Entry is referenced as the target of the directional Entry Link."
1052710527
],
1052810528
"type": "string"
1052910529
}

dataplex/v1/dataplex-gen.go

Lines changed: 28 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

metastore/v1/metastore-api.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",

metastore/v1/metastore-gen.go

Lines changed: 51 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)