Skip to content

Commit ca9851e

Browse files
feat(all): auto-regenerate discovery clients (#3571)
1 parent 3958295 commit ca9851e

77 files changed

Lines changed: 23159 additions & 656 deletions

File tree

Some content is hidden

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

aiplatform/v1/aiplatform-api.json

Lines changed: 51 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31925,7 +31925,7 @@
3192531925
}
3192631926
}
3192731927
},
31928-
"revision": "20260410",
31928+
"revision": "20260414",
3192931929
"rootUrl": "https://aiplatform.googleapis.com/",
3193031930
"schemas": {
3193131931
"CloudAiLargeModelsVisionGenerateVideoExperiments": {
@@ -31956,6 +31956,10 @@
3195631956
"$ref": "CloudAiLargeModelsVisionPromptInputs",
3195731957
"description": "Prompt chunks for \"ProModel\" prompting. If set, the prompt will not be rewritten, and top-level prompt ignored."
3195831958
},
31959+
"requestOriginTag": {
31960+
"description": "Optional tag for tracking the source of this request. Allowed values: \"colab\", \"comfyui\", \"curl\", \"flowresearch\", \"vertexstudio\". Unrecognized tags are recorded as \"unknown\" in metrics. Tags do not affect video generation behavior. Up to 16 characters, ASCII alphanumeric, hyphens, and underscores only.",
31961+
"type": "string"
31962+
},
3195931963
"videoTransformMaskGcsUri": {
3196031964
"description": "GCS URI of the grayscale video mask for Differential Diffusion. Maps to sdedit_video_tmax_scale_map ",
3196131965
"type": "string"
@@ -32064,10 +32068,12 @@
3206432068
"id": "CloudAiLargeModelsVisionHumanPose",
3206532069
"properties": {
3206632070
"bodyLandmarksGcsUri": {
32071+
"deprecated": true,
3206732072
"description": "GCS URI of the human pose video to condition video generation.",
3206832073
"type": "string"
3206932074
},
3207032075
"faceLandmarksGcsUri": {
32076+
"deprecated": true,
3207132077
"description": "GCS URI of the face landmarks video to condition video generation.",
3207232078
"type": "string"
3207332079
},
@@ -43115,13 +43121,15 @@
4311543121
"MODALITY_UNSPECIFIED",
4311643122
"TEXT",
4311743123
"IMAGE",
43118-
"AUDIO"
43124+
"AUDIO",
43125+
"VIDEO"
4311943126
],
4312043127
"enumDescriptions": [
4312143128
"Unspecified modality. Will be processed as text.",
4312243129
"Text modality.",
4312343130
"Image modality.",
43124-
"Audio modality."
43131+
"Audio modality.",
43132+
"Video modality."
4312543133
],
4312643134
"type": "string"
4312743135
},
@@ -47103,7 +47111,8 @@
4710347111
},
4710447112
"dataLabelingDataset": {
4710547113
"$ref": "GoogleCloudAiplatformV1MigratableResourceDataLabelingDataset",
47106-
"description": "Output only. Represents one Dataset in datalabeling.googleapis.com.",
47114+
"deprecated": true,
47115+
"description": "Output only. Deprecated: Data Labeling Dataset migration is no longer supported. Represents one Dataset in datalabeling.googleapis.com.",
4710747116
"readOnly": true
4710847117
},
4710947118
"lastMigrateTime": {
@@ -53850,7 +53859,7 @@
5385053859
"type": "integer"
5385153860
},
5385253861
"minInstances": {
53853-
"description": "Optional. The minimum number of application instances that will be kept running at all times. Defaults to 1. Range: [0, 10].",
53862+
"description": "Optional. The minimum number of application instances that will be kept running at all times. Defaults to 1. Range: [0, 75].",
5385453863
"format": "int32",
5385553864
"type": "integer"
5385653865
},
@@ -55180,10 +55189,27 @@
5518055189
"format": "google-datetime",
5518155190
"type": "string"
5518255191
},
55192+
"latestSandboxEnvironmentSnapshot": {
55193+
"description": "Output only. The resource name of the latest snapshot taken for this SandboxEnvironment.",
55194+
"readOnly": true,
55195+
"type": "string"
55196+
},
5518355197
"name": {
5518455198
"description": "Identifier. The name of the SandboxEnvironment.",
5518555199
"type": "string"
5518655200
},
55201+
"owner": {
55202+
"description": "Optional. Owner information for this sandbox environment. A Sandbox can only be restored from a snapshot that belongs to the same owner. If not set, sandbox will be created as the default owner.",
55203+
"type": "string"
55204+
},
55205+
"sandboxEnvironmentSnapshot": {
55206+
"description": "Optional. The resource name of the SandboxEnvironmentSnapshot to use for creating this SandboxEnvironment. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sandboxEnvironmentSnapshots/{sandbox_environment_snapshot}`",
55207+
"type": "string"
55208+
},
55209+
"sandboxEnvironmentTemplate": {
55210+
"description": "Optional. The name of the SandboxEnvironmentTemplate specified in the parent Agent Engine resource that this SandboxEnvironment is created from. Only one of `sandbox_environment_template` and `spec` should be set.",
55211+
"type": "string"
55212+
},
5518755213
"spec": {
5518855214
"$ref": "GoogleCloudAiplatformV1SandboxEnvironmentSpec",
5518955215
"description": "Optional. The configuration of the SandboxEnvironment."
@@ -55237,6 +55263,11 @@
5523755263
"readOnly": true,
5523855264
"type": "string"
5523955265
},
55266+
"routingToken": {
55267+
"description": "Output only. The routing token for the SandboxEnvironment.",
55268+
"readOnly": true,
55269+
"type": "string"
55270+
},
5524055271
"sandboxHostname": {
5524155272
"description": "Output only. The hostname of the SandboxEnvironment.",
5524255273
"readOnly": true,
@@ -55386,6 +55417,10 @@
5538655417
"description": "Required. The display name of the SandboxEnvironmentTemplate.",
5538755418
"type": "string"
5538855419
},
55420+
"egressControlConfig": {
55421+
"$ref": "GoogleCloudAiplatformV1SandboxEnvironmentTemplateEgressControlConfig",
55422+
"description": "Optional. The configuration for egress control of this template."
55423+
},
5538955424
"name": {
5539055425
"description": "Identifier. The resource name of the SandboxEnvironmentTemplate. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/sandboxEnvironmentTemplates/{sandbox_environment_template}`",
5539155426
"type": "string"
@@ -55476,6 +55511,17 @@
5547655511
},
5547755512
"type": "object"
5547855513
},
55514+
"GoogleCloudAiplatformV1SandboxEnvironmentTemplateEgressControlConfig": {
55515+
"description": "Configuration for egress control of sandbox instances.",
55516+
"id": "GoogleCloudAiplatformV1SandboxEnvironmentTemplateEgressControlConfig",
55517+
"properties": {
55518+
"internetAccess": {
55519+
"description": "Optional. Whether to allow internet access.",
55520+
"type": "boolean"
55521+
}
55522+
},
55523+
"type": "object"
55524+
},
5547955525
"GoogleCloudAiplatformV1SandboxEnvironmentTemplateNetworkPort": {
5548055526
"description": "Represents a network port in a container.",
5548155527
"id": "GoogleCloudAiplatformV1SandboxEnvironmentTemplateNetworkPort",

aiplatform/v1/aiplatform-gen.go

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

androidpublisher/v3/androidpublisher-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5637,7 +5637,7 @@
56375637
}
56385638
}
56395639
},
5640-
"revision": "20260318",
5640+
"revision": "20260416",
56415641
"rootUrl": "https://androidpublisher.googleapis.com/",
56425642
"schemas": {
56435643
"Abi": {
@@ -11716,7 +11716,7 @@
1171611716
"type": "array"
1171711717
},
1171811718
"description": {
11719-
"description": "The description of this subscription in the language of this listing. Maximum length - 80 characters. Plain text.",
11719+
"description": "The description of this subscription in the language of this listing. Maximum length - 200 characters. Plain text.",
1172011720
"type": "string"
1172111721
},
1172211722
"languageCode": {

androidpublisher/v3/androidpublisher-gen.go

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

0 commit comments

Comments
 (0)