Skip to content

Commit 402353b

Browse files
feat(all): auto-regenerate discovery clients (#3489)
1 parent 6018e80 commit 402353b

File tree

14 files changed

+298
-43
lines changed

14 files changed

+298
-43
lines changed

bigquerydatatransfer/v1/bigquerydatatransfer-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@
424424
]
425425
},
426426
"list": {
427-
"description": "Lists information about the supported locations for this service.",
427+
"description": "Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include public locations as well as private or other locations specifically visible to the project.",
428428
"flatPath": "v1/projects/{projectsId}/locations",
429429
"httpMethod": "GET",
430430
"id": "bigquerydatatransfer.projects.locations.list",
@@ -1503,7 +1503,7 @@
15031503
}
15041504
}
15051505
},
1506-
"revision": "20260112",
1506+
"revision": "20260201",
15071507
"rootUrl": "https://bigquerydatatransfer.googleapis.com/",
15081508
"schemas": {
15091509
"CheckValidCredsRequest": {

bigquerydatatransfer/v1/bigquerydatatransfer-gen.go

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

domains/v1/domains-api.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
]
136136
},
137137
"list": {
138-
"description": "Lists information about the supported locations for this service.",
138+
"description": "Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include public locations as well as private or other locations specifically visible to the project.",
139139
"flatPath": "v1/projects/{projectsId}/locations",
140140
"httpMethod": "GET",
141141
"id": "domains.projects.locations.list",
@@ -144,7 +144,7 @@
144144
],
145145
"parameters": {
146146
"extraLocationTypes": {
147-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
147+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
148148
"location": "query",
149149
"repeated": true,
150150
"type": "string"
@@ -241,6 +241,11 @@
241241
"description": "The standard list page token.",
242242
"location": "query",
243243
"type": "string"
244+
},
245+
"returnPartialSuccess": {
246+
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
247+
"location": "query",
248+
"type": "boolean"
244249
}
245250
},
246251
"path": "v1/{+name}/operations",
@@ -971,7 +976,7 @@
971976
}
972977
}
973978
},
974-
"revision": "20250918",
979+
"revision": "20260126",
975980
"rootUrl": "https://domains.googleapis.com/",
976981
"schemas": {
977982
"AuditConfig": {
@@ -1630,6 +1635,13 @@
16301635
"$ref": "Operation"
16311636
},
16321637
"type": "array"
1638+
},
1639+
"unreachable": {
1640+
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.",
1641+
"items": {
1642+
"type": "string"
1643+
},
1644+
"type": "array"
16331645
}
16341646
},
16351647
"type": "object"

domains/v1/domains-gen.go

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

domains/v1beta1/domains-api.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
]
136136
},
137137
"list": {
138-
"description": "Lists information about the supported locations for this service.",
138+
"description": "Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include public locations as well as private or other locations specifically visible to the project.",
139139
"flatPath": "v1beta1/projects/{projectsId}/locations",
140140
"httpMethod": "GET",
141141
"id": "domains.projects.locations.list",
@@ -144,7 +144,7 @@
144144
],
145145
"parameters": {
146146
"extraLocationTypes": {
147-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
147+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
148148
"location": "query",
149149
"repeated": true,
150150
"type": "string"
@@ -241,6 +241,11 @@
241241
"description": "The standard list page token.",
242242
"location": "query",
243243
"type": "string"
244+
},
245+
"returnPartialSuccess": {
246+
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
247+
"location": "query",
248+
"type": "boolean"
244249
}
245250
},
246251
"path": "v1beta1/{+name}/operations",
@@ -971,7 +976,7 @@
971976
}
972977
}
973978
},
974-
"revision": "20250918",
979+
"revision": "20260126",
975980
"rootUrl": "https://domains.googleapis.com/",
976981
"schemas": {
977982
"AuditConfig": {
@@ -1630,6 +1635,13 @@
16301635
"$ref": "Operation"
16311636
},
16321637
"type": "array"
1638+
},
1639+
"unreachable": {
1640+
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.",
1641+
"items": {
1642+
"type": "string"
1643+
},
1644+
"type": "array"
16331645
}
16341646
},
16351647
"type": "object"

domains/v1beta1/domains-gen.go

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

managedidentities/v1/managedidentities-api.json

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,14 +135,20 @@
135135
]
136136
},
137137
"list": {
138-
"description": "Lists information about the supported locations for this service.",
138+
"description": "Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include public locations as well as private or other locations specifically visible to the project.",
139139
"flatPath": "v1/projects/{projectsId}/locations",
140140
"httpMethod": "GET",
141141
"id": "managedidentities.projects.locations.list",
142142
"parameterOrder": [
143143
"name"
144144
],
145145
"parameters": {
146+
"extraLocationTypes": {
147+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
148+
"location": "query",
149+
"repeated": true,
150+
"type": "string"
151+
},
146152
"filter": {
147153
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
148154
"location": "query",
@@ -1242,6 +1248,11 @@
12421248
"description": "The standard list page token.",
12431249
"location": "query",
12441250
"type": "string"
1251+
},
1252+
"returnPartialSuccess": {
1253+
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
1254+
"location": "query",
1255+
"type": "boolean"
12451256
}
12461257
},
12471258
"path": "v1/{+name}",
@@ -1515,7 +1526,7 @@
15151526
}
15161527
}
15171528
},
1518-
"revision": "20250116",
1529+
"revision": "20260202",
15191530
"rootUrl": "https://managedidentities.googleapis.com/",
15201531
"schemas": {
15211532
"AttachTrustRequest": {
@@ -2085,6 +2096,10 @@
20852096
"description": "consumer_defined_name is the name of the instance set by the service consumers. Generally this is different from the `name` field which reperesents the system-assigned id of the instance which the service consumers do not recognize. This is a required field for tenants onboarding to Maintenance Window notifications (go/slm-rollout-maintenance-policies#prerequisites).",
20862097
"type": "string"
20872098
},
2099+
"consumerProjectNumber": {
2100+
"description": "Optional. The consumer_project_number associated with this Apigee instance. This field is added specifically to support Apigee integration with SLM Rollout and UMM. It represents the numerical project ID of the GCP project that consumes this Apigee instance. It is used for SLM rollout notifications and UMM integration, enabling proper mapping to customer projects and log delivery for Apigee instances. This field complements consumer_project_id and may be used for specific Apigee scenarios where the numerical ID is required.",
2101+
"type": "string"
2102+
},
20882103
"createTime": {
20892104
"description": "Output only. Timestamp when the resource was created.",
20902105
"format": "google-datetime",
@@ -2482,6 +2497,13 @@
24822497
"$ref": "Operation"
24832498
},
24842499
"type": "array"
2500+
},
2501+
"unreachable": {
2502+
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.",
2503+
"items": {
2504+
"type": "string"
2505+
},
2506+
"type": "array"
24852507
}
24862508
},
24872509
"type": "object"

0 commit comments

Comments
 (0)