Skip to content

Commit 0a46af7

Browse files
feat(all): auto-regenerate discovery clients (#3218)
1 parent 604190c commit 0a46af7

36 files changed

+2989
-924
lines changed

aiplatform/v1/aiplatform-api.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20248,7 +20248,7 @@
2024820248
}
2024920249
}
2025020250
},
20251-
"revision": "20250613",
20251+
"revision": "20250625",
2025220252
"rootUrl": "https://aiplatform.googleapis.com/",
2025320253
"schemas": {
2025420254
"CloudAiLargeModelsVisionGenerateVideoResponse": {
@@ -28847,7 +28847,7 @@
2884728847
"type": "boolean"
2884828848
},
2884928849
"thinkingBudget": {
28850-
"description": "Optional. Indicates the thinking budget in tokens. This is only applied when enable_thinking is true.",
28850+
"description": "Optional. Indicates the thinking budget in tokens.",
2885128851
"format": "int32",
2885228852
"type": "integer"
2885328853
}
@@ -32079,7 +32079,7 @@
3207932079
"type": "string"
3208032080
},
3208132081
"invokeRoutePrefix": {
32082-
"description": "Immutable. Invoke route prefix for the custom container. \"/*\" is the only supported value right now. By setting this field, any non-root route on this model will be accessible with [PredictionService.Invoke] eg: \"/invoke/foo/bar\". Only one of `predict_route` or `invoke_route_prefix` can be set, and we default to using `predict_route` if this field is not set. If this field is set, the Model can only be deployed to dedicated endpoint.",
32082+
"description": "Immutable. Invoke route prefix for the custom container. \"/*\" is the only supported value right now. By setting this field, any non-root route on this model will be accessible with invoke http call eg: \"/invoke/foo/bar\", however the [PredictionService.Invoke] RPC is not supported yet. Only one of `predict_route` or `invoke_route_prefix` can be set, and we default to using `predict_route` if this field is not set. If this field is set, the Model can only be deployed to dedicated endpoint.",
3208332083
"type": "string"
3208432084
},
3208532085
"livenessProbe": {
@@ -34372,7 +34372,7 @@
3437234372
"type": "object"
3437334373
},
3437434374
"GoogleCloudAiplatformV1PSCAutomationConfig": {
34375-
"description": "PSC config that is used to automatically create forwarding rule via ServiceConnectionMap.",
34375+
"description": "PSC config that is used to automatically create PSC endpoints in the user projects.",
3437634376
"id": "GoogleCloudAiplatformV1PSCAutomationConfig",
3437734377
"properties": {
3437834378
"errorMessage": {
@@ -34391,7 +34391,7 @@
3439134391
"type": "string"
3439234392
},
3439334393
"network": {
34394-
"description": "Required. The full name of the Google Compute Engine [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks). [Format](https://cloud.google.com/compute/docs/reference/rest/v1/networks/insert): `projects/{project}/global/networks/{network}`. Where {project} is a project number, as in '12345', and {network} is network name.",
34394+
"description": "Required. The full name of the Google Compute Engine [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks). [Format](https://cloud.google.com/compute/docs/reference/rest/v1/networks/get): `projects/{project}/global/networks/{network}`.",
3439534395
"type": "string"
3439634396
},
3439734397
"projectId": {
@@ -35682,6 +35682,13 @@
3568235682
},
3568335683
"type": "array"
3568435684
},
35685+
"pscAutomationConfigs": {
35686+
"description": "Optional. List of projects and networks where the PSC endpoints will be created. This field is used by Online Inference(Prediction) only.",
35687+
"items": {
35688+
"$ref": "GoogleCloudAiplatformV1PSCAutomationConfig"
35689+
},
35690+
"type": "array"
35691+
},
3568535692
"serviceAttachment": {
3568635693
"description": "Output only. The name of the generated service attachment resource. This is only populated if the endpoint is deployed with PrivateServiceConnect.",
3568735694
"readOnly": true,

aiplatform/v1/aiplatform-gen.go

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

aiplatform/v1beta1/aiplatform-api.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25247,7 +25247,7 @@
2524725247
}
2524825248
}
2524925249
},
25250-
"revision": "20250613",
25250+
"revision": "20250625",
2525125251
"rootUrl": "https://aiplatform.googleapis.com/",
2525225252
"schemas": {
2525325253
"CloudAiLargeModelsVisionGenerateVideoResponse": {
@@ -35448,7 +35448,7 @@
3544835448
"type": "boolean"
3544935449
},
3545035450
"thinkingBudget": {
35451-
"description": "Optional. Indicates the thinking budget in tokens. This is only applied when enable_thinking is true.",
35451+
"description": "Optional. Indicates the thinking budget in tokens.",
3545235452
"format": "int32",
3545335453
"type": "integer"
3545435454
}
@@ -39117,7 +39117,7 @@
3911739117
"type": "string"
3911839118
},
3911939119
"invokeRoutePrefix": {
39120-
"description": "Immutable. Invoke route prefix for the custom container. \"/*\" is the only supported value right now. By setting this field, any non-root route on this model will be accessible with [PredictionService.Invoke] eg: \"/invoke/foo/bar\". Only one of `predict_route` or `invoke_route_prefix` can be set, and we default to using `predict_route` if this field is not set. If this field is set, the Model can only be deployed to dedicated endpoint.",
39120+
"description": "Immutable. Invoke route prefix for the custom container. \"/*\" is the only supported value right now. By setting this field, any non-root route on this model will be accessible with invoke http call eg: \"/invoke/foo/bar\", however the [PredictionService.Invoke] RPC is not supported yet. Only one of `predict_route` or `invoke_route_prefix` can be set, and we default to using `predict_route` if this field is not set. If this field is set, the Model can only be deployed to dedicated endpoint.",
3912139121
"type": "string"
3912239122
},
3912339123
"livenessProbe": {
@@ -42189,7 +42189,7 @@
4218942189
"type": "object"
4219042190
},
4219142191
"GoogleCloudAiplatformV1beta1PSCAutomationConfig": {
42192-
"description": "PSC config that is used to automatically create forwarding rule via ServiceConnectionMap.",
42192+
"description": "PSC config that is used to automatically create PSC endpoints in the user projects.",
4219342193
"id": "GoogleCloudAiplatformV1beta1PSCAutomationConfig",
4219442194
"properties": {
4219542195
"errorMessage": {
@@ -42208,7 +42208,7 @@
4220842208
"type": "string"
4220942209
},
4221042210
"network": {
42211-
"description": "Required. The full name of the Google Compute Engine [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks). [Format](https://cloud.google.com/compute/docs/reference/rest/v1/networks/insert): `projects/{project}/global/networks/{network}`. Where {project} is a project number, as in '12345', and {network} is network name.",
42211+
"description": "Required. The full name of the Google Compute Engine [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks). [Format](https://cloud.google.com/compute/docs/reference/rest/v1/networks/get): `projects/{project}/global/networks/{network}`.",
4221242212
"type": "string"
4221342213
},
4221442214
"projectId": {
@@ -43681,6 +43681,13 @@
4368143681
},
4368243682
"type": "array"
4368343683
},
43684+
"pscAutomationConfigs": {
43685+
"description": "Optional. List of projects and networks where the PSC endpoints will be created. This field is used by Online Inference(Prediction) only.",
43686+
"items": {
43687+
"$ref": "GoogleCloudAiplatformV1beta1PSCAutomationConfig"
43688+
},
43689+
"type": "array"
43690+
},
4368443691
"serviceAttachment": {
4368543692
"description": "Output only. The name of the generated service attachment resource. This is only populated if the endpoint is deployed with PrivateServiceConnect.",
4368643693
"readOnly": true,

aiplatform/v1beta1/aiplatform-gen.go

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

0 commit comments

Comments
 (0)