Skip to content

Commit b9b915b

Browse files
feat(all): auto-regenerate discovery clients (#3328)
1 parent c992545 commit b9b915b

File tree

59 files changed

+3380
-2954
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+3380
-2954
lines changed

‎aiplatform/v1/aiplatform-api.json‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10075,7 +10075,7 @@
1007510075
],
1007610076
"parameters": {
1007710077
"pageSize": {
10078-
"description": "The maximum number of Metadata Stores to return. The service may return fewer. Must be in range 1-1000, inclusive. Defaults to 100.",
10078+
"description": "The maximum number of Metadata Stores to return. The service may return fewer. Must be in range 1-100, inclusive. Defaults to 100.",
1007910079
"format": "int32",
1008010080
"location": "query",
1008110081
"type": "integer"
@@ -10213,7 +10213,7 @@
1021310213
"type": "string"
1021410214
},
1021510215
"pageSize": {
10216-
"description": "The maximum number of Artifacts to return. The service may return fewer. Must be in range 1-1000, inclusive. Defaults to 100.",
10216+
"description": "The maximum number of Artifacts to return. The service may return fewer. Must be in range 1-100, inclusive. Defaults to 100.",
1021710217
"format": "int32",
1021810218
"location": "query",
1021910219
"type": "integer"
@@ -10668,7 +10668,7 @@
1066810668
"type": "string"
1066910669
},
1067010670
"pageSize": {
10671-
"description": "The maximum number of Contexts to return. The service may return fewer. Must be in range 1-1000, inclusive. Defaults to 100.",
10671+
"description": "The maximum number of Contexts to return. The service may return fewer. Must be in range 1-100, inclusive. Defaults to 100.",
1067210672
"format": "int32",
1067310673
"location": "query",
1067410674
"type": "integer"
@@ -11107,7 +11107,7 @@
1110711107
"type": "string"
1110811108
},
1110911109
"pageSize": {
11110-
"description": "The maximum number of Executions to return. The service may return fewer. Must be in range 1-1000, inclusive. Defaults to 100.",
11110+
"description": "The maximum number of Executions to return. The service may return fewer. Must be in range 1-100, inclusive. Defaults to 100.",
1111111111
"format": "int32",
1111211112
"location": "query",
1111311113
"type": "integer"
@@ -11455,7 +11455,7 @@
1145511455
"type": "string"
1145611456
},
1145711457
"pageSize": {
11458-
"description": "The maximum number of MetadataSchemas to return. The service may return fewer. Must be in range 1-1000, inclusive. Defaults to 100.",
11458+
"description": "The maximum number of MetadataSchemas to return. The service may return fewer. Must be in range 1-100, inclusive. Defaults to 100.",
1145911459
"format": "int32",
1146011460
"location": "query",
1146111461
"type": "integer"
@@ -20930,7 +20930,7 @@
2093020930
}
2093120931
}
2093220932
},
20933-
"revision": "20250920",
20933+
"revision": "20250926",
2093420934
"rootUrl": "https://aiplatform.googleapis.com/",
2093520935
"schemas": {
2093620936
"CloudAiLargeModelsVisionGenerateVideoResponse": {
@@ -39846,7 +39846,7 @@
3984639846
},
3984739847
"packageSpec": {
3984839848
"$ref": "GoogleCloudAiplatformV1ReasoningEngineSpecPackageSpec",
39849-
"description": "Optional. User provided package spec of the ReasoningEngine. Ignored when users directly specify a deployment image through `deployment_spec.first_party_image_override`, but keeping the field_behavior to avoid introducing breaking changes."
39849+
"description": "Optional. User provided package spec of the ReasoningEngine. Ignored when users directly specify a deployment image through `deployment_spec.first_party_image_override`, but keeping the field_behavior to avoid introducing breaking changes. The `deployment_source` field should not be set if `package_spec` is specified."
3985039850
},
3985139851
"serviceAccount": {
3985239852
"description": "Optional. The service account that the Reasoning Engine artifact runs as. It should have \"roles/storage.objectViewer\" for reading the user project's Cloud Storage and \"roles/aiplatform.user\" for using Vertex extensions. If not specified, the Vertex AI Reasoning Engine Service Agent in the project will be used.",
@@ -39903,7 +39903,7 @@
3990339903
"type": "object"
3990439904
},
3990539905
"GoogleCloudAiplatformV1ReasoningEngineSpecPackageSpec": {
39906-
"description": "User provided package spec like pickled object and package requirements.",
39906+
"description": "User-provided package specification, containing pickled object and package requirements.",
3990739907
"id": "GoogleCloudAiplatformV1ReasoningEngineSpecPackageSpec",
3990839908
"properties": {
3990939909
"dependencyFilesGcsUri": {

‎aiplatform/v1/aiplatform-gen.go‎

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

‎cloudfunctions/v1/cloudfunctions-api.json‎

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,11 @@
159159
"description": "The standard list page token.",
160160
"location": "query",
161161
"type": "string"
162+
},
163+
"returnPartialSuccess": {
164+
"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 e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
165+
"location": "query",
166+
"type": "boolean"
162167
}
163168
},
164169
"path": "v1/operations",
@@ -558,7 +563,7 @@
558563
}
559564
}
560565
},
561-
"revision": "20250908",
566+
"revision": "20250929",
562567
"rootUrl": "https://cloudfunctions.googleapis.com/",
563568
"schemas": {
564569
"AuditConfig": {
@@ -1087,6 +1092,13 @@
10871092
"$ref": "Operation"
10881093
},
10891094
"type": "array"
1095+
},
1096+
"unreachable": {
1097+
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.",
1098+
"items": {
1099+
"type": "string"
1100+
},
1101+
"type": "array"
10901102
}
10911103
},
10921104
"type": "object"

‎cloudfunctions/v1/cloudfunctions-gen.go‎

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

‎cloudfunctions/v2/cloudfunctions-api.json‎

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,11 @@
699699
"description": "The standard list page token.",
700700
"location": "query",
701701
"type": "string"
702+
},
703+
"returnPartialSuccess": {
704+
"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 e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
705+
"location": "query",
706+
"type": "boolean"
702707
}
703708
},
704709
"path": "v2/{+name}/operations",
@@ -750,7 +755,7 @@
750755
}
751756
}
752757
},
753-
"revision": "20250908",
758+
"revision": "20250929",
754759
"rootUrl": "https://cloudfunctions.googleapis.com/",
755760
"schemas": {
756761
"AbortFunctionUpgradeRequest": {
@@ -1484,6 +1489,13 @@
14841489
"$ref": "Operation"
14851490
},
14861491
"type": "array"
1492+
},
1493+
"unreachable": {
1494+
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.",
1495+
"items": {
1496+
"type": "string"
1497+
},
1498+
"type": "array"
14871499
}
14881500
},
14891501
"type": "object"

‎cloudfunctions/v2/cloudfunctions-gen.go‎

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

‎cloudfunctions/v2alpha/cloudfunctions-api.json‎

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,11 @@
699699
"description": "The standard list page token.",
700700
"location": "query",
701701
"type": "string"
702+
},
703+
"returnPartialSuccess": {
704+
"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 e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
705+
"location": "query",
706+
"type": "boolean"
702707
}
703708
},
704709
"path": "v2alpha/{+name}/operations",
@@ -750,7 +755,7 @@
750755
}
751756
}
752757
},
753-
"revision": "20250908",
758+
"revision": "20250929",
754759
"rootUrl": "https://cloudfunctions.googleapis.com/",
755760
"schemas": {
756761
"AbortFunctionUpgradeRequest": {
@@ -1484,6 +1489,13 @@
14841489
"$ref": "Operation"
14851490
},
14861491
"type": "array"
1492+
},
1493+
"unreachable": {
1494+
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.",
1495+
"items": {
1496+
"type": "string"
1497+
},
1498+
"type": "array"
14871499
}
14881500
},
14891501
"type": "object"

‎cloudfunctions/v2alpha/cloudfunctions-gen.go‎

Lines changed: 18 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)