Skip to content

feat: run the generator #3734

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 44 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
2a44b6e
feat(admin): update the API
yoshi-automation Aug 12, 2025
6dba42c
feat(aiplatform)!: update the API
yoshi-automation Aug 12, 2025
7093cf4
feat(alloydb): update the API
yoshi-automation Aug 12, 2025
cac88f8
feat(analyticshub): update the API
yoshi-automation Aug 12, 2025
b07e6f4
fix(androidmanagement): update the API
yoshi-automation Aug 12, 2025
005aece
feat(androidpublisher): update the API
yoshi-automation Aug 12, 2025
3ad863c
feat(apim): update the API
yoshi-automation Aug 12, 2025
4dff898
feat(appengine)!: update the API
yoshi-automation Aug 12, 2025
3d83f2a
feat(backupdr): update the API
yoshi-automation Aug 12, 2025
8d08494
feat(bigtableadmin): update the API
yoshi-automation Aug 12, 2025
e597542
fix(chat): update the API
yoshi-automation Aug 12, 2025
b553734
feat(cloudbuild): update the API
yoshi-automation Aug 12, 2025
f6daacd
feat(cloudidentity): update the API
yoshi-automation Aug 12, 2025
33823aa
feat(cloudkms): update the API
yoshi-automation Aug 12, 2025
0a58972
feat(cloudsupport): update the API
yoshi-automation Aug 12, 2025
7a35122
feat(compute): update the API
yoshi-automation Aug 12, 2025
93ffeb6
feat(contactcenterinsights): update the API
yoshi-automation Aug 12, 2025
6bb7c28
fix(dataplex): update the API
yoshi-automation Aug 12, 2025
a0c8365
feat(dialogflow): update the API
yoshi-automation Aug 12, 2025
f35dc92
fix(digitalassetlinks): update the API
yoshi-automation Aug 12, 2025
b1fd560
feat(discoveryengine): update the API
yoshi-automation Aug 12, 2025
125e936
feat(displayvideo): update the API
yoshi-automation Aug 12, 2025
51abebe
fix(drivelabels): update the API
yoshi-automation Aug 12, 2025
83a022e
fix(eventarc): update the API
yoshi-automation Aug 12, 2025
855a833
feat(file): update the API
yoshi-automation Aug 12, 2025
66aca08
feat(firebaseappdistribution): update the API
yoshi-automation Aug 12, 2025
a85ff90
feat(firebasedataconnect): update the API
yoshi-automation Aug 12, 2025
52c75e2
feat(firebaseml): update the API
yoshi-automation Aug 12, 2025
2abaf48
feat(managedkafka): update the API
yoshi-automation Aug 12, 2025
c2d6be0
feat(merchantapi): update the API
yoshi-automation Aug 12, 2025
f013192
fix(monitoring): update the API
yoshi-automation Aug 12, 2025
777130a
feat(mybusinessverifications): update the API
yoshi-automation Aug 12, 2025
25f7607
fix(networksecurity): update the API
yoshi-automation Aug 12, 2025
545ee59
feat(networkservices): update the API
yoshi-automation Aug 12, 2025
3398dcd
feat(paymentsresellersubscription)!: update the API
yoshi-automation Aug 12, 2025
23af8a9
feat(redis): update the API
yoshi-automation Aug 12, 2025
bca91cc
feat(run): update the API
yoshi-automation Aug 12, 2025
7866651
fix(saasservicemgmt): update the API
yoshi-automation Aug 12, 2025
c3951ea
feat(storagetransfer): update the API
yoshi-automation Aug 12, 2025
4775e17
feat(texttospeech): update the API
yoshi-automation Aug 12, 2025
cab8660
fix(vision): update the API
yoshi-automation Aug 12, 2025
ace6430
feat(walletobjects): update the API
yoshi-automation Aug 12, 2025
11fe16f
feat: regenerate index files
yoshi-automation Aug 12, 2025
5f80136
Merge branch 'main' into autodisco
leahecole Aug 12, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions discovery/adexchangebuyer2-v2beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3115,7 +3115,7 @@
}
}
},
"revision": "20241002",
"revision": "20250807",
"rootUrl": "https://adexchangebuyer.googleapis.com/",
"schemas": {
"AbsoluteDateRange": {
Expand Down Expand Up @@ -5661,14 +5661,16 @@
"AD_NOT_RENDERED",
"INVALID_IMPRESSION",
"FATAL_VAST_ERROR",
"LOST_IN_MEDIATION"
"LOST_IN_MEDIATION",
"OVERDELIVERED_IMPRESSION"
],
"enumDescriptions": [
"A placeholder for an undefined status. This value will never be returned in responses.",
"The buyer was not billed because the ad was not rendered by the publisher.",
"The buyer was not billed because the impression won by the bid was determined to be invalid.",
"A video impression was served but a fatal error was reported from the client during playback.",
"The buyer was not billed because the ad was outplaced in the mediation waterfall."
"The buyer was not billed because the ad was outplaced in the mediation waterfall.",
"The impression was not billed because it exceeded a guaranteed deal delivery goal."
],
"type": "string"
}
Expand Down
19 changes: 18 additions & 1 deletion discovery/admin-directory_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -4671,7 +4671,7 @@
}
}
},
"revision": "20250707",
"revision": "20250804",
"rootUrl": "https://admin.googleapis.com/",
"schemas": {
"Alias": {
Expand Down Expand Up @@ -5840,6 +5840,23 @@
"description": "The Chrome device's operating system version.",
"type": "string"
},
"osVersionCompliance": {
"description": "Output only. Compliance status of the OS version.",
"enum": [
"complianceUnspecified",
"compliant",
"pending",
"notCompliant"
],
"enumDescriptions": [
"Compliance status unspecified.",
"Compliance status compliant.",
"Compliance status pending.",
"Compliance status not compliant."
],
"readOnly": true,
"type": "string"
},
"platformVersion": {
"description": "The Chrome device's platform version.",
"type": "string"
Expand Down
132 changes: 104 additions & 28 deletions discovery/aiplatform-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -20286,7 +20286,7 @@
}
}
},
"revision": "20250728",
"revision": "20250806",
"rootUrl": "https://aiplatform.googleapis.com/",
"schemas": {
"CloudAiLargeModelsVisionGenerateVideoResponse": {
Expand Down Expand Up @@ -21336,7 +21336,7 @@
"id": "GoogleCloudAiplatformV1AutoscalingMetricSpec",
"properties": {
"metricName": {
"description": "Required. The resource metric name. Supported metrics: * For Online Prediction: * `aiplatform.googleapis.com/prediction/online/accelerator/duty_cycle` * `aiplatform.googleapis.com/prediction/online/cpu/utilization`",
"description": "Required. The resource metric name. Supported metrics: * For Online Prediction: * `aiplatform.googleapis.com/prediction/online/accelerator/duty_cycle` * `aiplatform.googleapis.com/prediction/online/cpu/utilization` * `aiplatform.googleapis.com/prediction/online/request_count`",
"type": "string"
},
"target": {
Expand Down Expand Up @@ -22338,6 +22338,7 @@
"PROHIBITED_CONTENT",
"SPII",
"MALFORMED_FUNCTION_CALL",
"MODEL_ARMOR",
"IMAGE_SAFETY",
"IMAGE_PROHIBITED_CONTENT",
"IMAGE_RECITATION",
Expand All @@ -22355,6 +22356,7 @@
"Token generation stopped for potentially containing prohibited content.",
"Token generation stopped because the content potentially contains Sensitive Personally Identifiable Information (SPII).",
"The function call generated by the model is invalid.",
"The model response was blocked by Model Armor.",
"Token generation stopped because generated images has safety violations.",
"Image generation stopped because generated images has other prohibited content.",
"Image generation stopped due to recitation.",
Expand Down Expand Up @@ -24463,13 +24465,22 @@
"description": "The endpoint config to use for the deployment.",
"id": "GoogleCloudAiplatformV1DeployRequestEndpointConfig",
"properties": {
"dedicatedEndpointDisabled": {
"description": "Optional. By default, if dedicated endpoint is enabled, the endpoint will be exposed through a dedicated DNS [Endpoint.dedicated_endpoint_dns]. Your request to the dedicated DNS will be isolated from other users' traffic and will have better performance and reliability. Note: Once you enabled dedicated endpoint, you won't be able to send request to the shared DNS {region}-aiplatform.googleapis.com. The limitations will be removed soon. If this field is set to true, the dedicated endpoint will be disabled and the deployed model will be exposed through the shared DNS {region}-aiplatform.googleapis.com.",
"type": "boolean"
},
"dedicatedEndpointEnabled": {
"description": "Optional. If true, the endpoint will be exposed through a dedicated DNS [Endpoint.dedicated_endpoint_dns]. Your request to the dedicated DNS will be isolated from other users' traffic and will have better performance and reliability. Note: Once you enabled dedicated endpoint, you won't be able to send request to the shared DNS {region}-aiplatform.googleapis.com. The limitations will be removed soon.",
"deprecated": true,
"description": "Optional. Deprecated. Use dedicated_endpoint_disabled instead. If true, the endpoint will be exposed through a dedicated DNS [Endpoint.dedicated_endpoint_dns]. Your request to the dedicated DNS will be isolated from other users' traffic and will have better performance and reliability. Note: Once you enabled dedicated endpoint, you won't be able to send request to the shared DNS {region}-aiplatform.googleapis.com. The limitations will be removed soon.",
"type": "boolean"
},
"endpointDisplayName": {
"description": "Optional. The user-specified display name of the endpoint. If not set, a default name will be used.",
"type": "string"
},
"endpointUserId": {
"description": "Optional. Immutable. The ID to use for endpoint, which will become the final component of the endpoint resource name. If not provided, Vertex AI will generate a value for this ID. If the first character is a letter, this value may be up to 63 characters, and valid characters are `[a-z0-9-]`. The last character must be a letter or number. If the first character is a number, this value may be up to 9 characters, and valid characters are `[0-9]` with no leading zeros. When using HTTP/JSON, this field is populated based on a query string argument, such as `?endpoint_id=12345`. This is the fallback for fields that are not included in either the URI or the body.",
"type": "string"
}
},
"type": "object"
Expand Down Expand Up @@ -24553,6 +24564,18 @@
"description": "Optional. The deployment group can be no longer than 64 characters (eg: 'test', 'prod'). If not set, we will use the 'default' deployment group. Creating `deployment_groups` with `reserved_ip_ranges` is a recommended practice when the peered network has multiple peering ranges. This creates your deployments from predictable IP spaces for easier traffic administration. Also, one deployment_group (except 'default') can only be used with the same reserved_ip_ranges which means if the deployment_group has been used with reserved_ip_ranges: [a, b, c], using it with [a, b] or [d, e] is disallowed. Note: we only support up to 5 deployment groups(not including 'default').",
"type": "string"
},
"deploymentTier": {
"description": "Optional. The deployment tier that the index is deployed to. DEPLOYMENT_TIER_UNSPECIFIED defaults to PERFORMANCE.",
"enum": [
"DEPLOYMENT_TIER_UNSPECIFIED",
"STORAGE"
],
"enumDescriptions": [
"Default deployment tier.",
"Optimized for costs."
],
"type": "string"
},
"displayName": {
"description": "The display name of the DeployedIndex. If not provided upon creation, the Index's display_name is used.",
"type": "string"
Expand Down Expand Up @@ -25122,7 +25145,15 @@
"GoogleCloudAiplatformV1EnterpriseWebSearch": {
"description": "Tool to search public web data, powered by Vertex AI Search and Sec4 compliance.",
"id": "GoogleCloudAiplatformV1EnterpriseWebSearch",
"properties": {},
"properties": {
"excludeDomains": {
"description": "Optional. List of domains to be excluded from the search results. The default limit is 2000 domains.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudAiplatformV1EntityIdSelector": {
Expand Down Expand Up @@ -28613,6 +28644,10 @@
"description": "Optional. The labels with user-defined metadata for the request. It is used for billing and reporting only. Label keys and values can be no longer than 63 characters (Unicode codepoints) and can only contain lowercase letters, numeric characters, underscores, and dashes. International characters are allowed. Label values are optional. Label keys must start with a letter.",
"type": "object"
},
"modelArmorConfig": {
"$ref": "GoogleCloudAiplatformV1ModelArmorConfig",
"description": "Optional. Settings for prompt and response sanitization using the Model Armor service. If supplied, safety_settings must not be supplied."
},
"safetySettings": {
"description": "Optional. Per request settings for blocking unsafe content. Enforced on GenerateContentResponse.candidates.",
"items": {
Expand Down Expand Up @@ -28690,6 +28725,7 @@
"OTHER",
"BLOCKLIST",
"PROHIBITED_CONTENT",
"MODEL_ARMOR",
"IMAGE_SAFETY"
],
"enumDescriptions": [
Expand All @@ -28698,6 +28734,7 @@
"Candidates blocked due to other reason.",
"Candidates blocked due to the terms which are included from the terminology blocklist.",
"Candidates blocked due to prohibited content.",
"The user prompt was blocked by Model Armor.",
"Candidates blocked due to unsafe image generation content."
],
"readOnly": true,
Expand Down Expand Up @@ -29338,6 +29375,11 @@
"description": "Chunk from context retrieved by the retrieval tools.",
"id": "GoogleCloudAiplatformV1GroundingChunkRetrievedContext",
"properties": {
"documentName": {
"description": "Output only. The full document name for the referenced Vertex AI Search document.",
"readOnly": true,
"type": "string"
},
"ragChunk": {
"$ref": "GoogleCloudAiplatformV1RagChunk",
"description": "Additional context for the RAG retrieval result. This is only populated when using the RAG retrieval tool."
Expand Down Expand Up @@ -31478,6 +31520,7 @@
"NVIDIA_H100_MEGA_80GB",
"NVIDIA_H200_141GB",
"NVIDIA_B200",
"NVIDIA_GB200",
"TPU_V2",
"TPU_V3",
"TPU_V4_POD",
Expand All @@ -31500,6 +31543,7 @@
false,
false,
false,
false,
false
],
"enumDescriptions": [
Expand All @@ -31516,6 +31560,7 @@
"Nvidia H100 Mega 80Gb GPU.",
"Nvidia H200 141Gb GPU.",
"Nvidia B200 GPU.",
"Nvidia GB200 GPU.",
"TPU v2.",
"TPU v3.",
"TPU v4.",
Expand Down Expand Up @@ -32338,6 +32383,21 @@
},
"type": "object"
},
"GoogleCloudAiplatformV1ModelArmorConfig": {
"description": "Configuration for Model Armor integrations of prompt and responses.",
"id": "GoogleCloudAiplatformV1ModelArmorConfig",
"properties": {
"promptTemplateName": {
"description": "Optional. The name of the Model Armor template to use for prompt sanitization.",
"type": "string"
},
"responseTemplateName": {
"description": "Optional. The name of the Model Armor template to use for response sanitization.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudAiplatformV1ModelBaseModelSource": {
"description": "User input field to specify the base model source. Currently it only supports specifing the Model Garden models and Genie models.",
"id": "GoogleCloudAiplatformV1ModelBaseModelSource",
Expand Down Expand Up @@ -38039,13 +38099,39 @@
"description": "The specification of a Reasoning Engine deployment.",
"id": "GoogleCloudAiplatformV1ReasoningEngineSpecDeploymentSpec",
"properties": {
"containerConcurrency": {
"description": "Optional. Concurrency for each container and agent server. Recommended value: 2 * cpu + 1. Defaults to 9.",
"format": "int32",
"type": "integer"
},
"env": {
"description": "Optional. Environment variables to be set with the Reasoning Engine deployment. The environment variables can be updated through the UpdateReasoningEngine API.",
"items": {
"$ref": "GoogleCloudAiplatformV1EnvVar"
},
"type": "array"
},
"maxInstances": {
"description": "Optional. The maximum number of application instances that can be launched to handle increased traffic. Defaults to 100.",
"format": "int32",
"type": "integer"
},
"minInstances": {
"description": "Optional. The minimum number of application instances that will be kept running at all times. Defaults to 1.",
"format": "int32",
"type": "integer"
},
"pscInterfaceConfig": {
"$ref": "GoogleCloudAiplatformV1PscInterfaceConfig",
"description": "Optional. Configuration for PSC-I."
},
"resourceLimits": {
"additionalProperties": {
"type": "string"
},
"description": "Optional. Resource limits for each container. Only 'cpu' and 'memory' keys are supported. Defaults to {\"cpu\": \"4\", \"memory\": \"4Gi\"}. * The only supported values for CPU are '1', '2', '4', and '8'. For more information, go to https://cloud.google.com/run/docs/configuring/cpu. * For supported 'memory' values and syntax, go to https://cloud.google.com/run/docs/configuring/memory-limits",
"type": "object"
},
"secretEnv": {
"description": "Optional. Environment variables where the value is a secret in Cloud Secret Manager. To use this feature, add 'Secret Manager Secret Accessor' role (roles/secretmanager.secretAccessor) to AI Platform Reasoning Engine Service Agent.",
"items": {
Expand Down Expand Up @@ -45760,10 +45846,6 @@
"$ref": "GoogleCloudAiplatformV1ToolCodeExecution",
"description": "Optional. CodeExecution tool type. Enables the model to execute code as part of generation."
},
"computerUse": {
"$ref": "GoogleCloudAiplatformV1ToolComputerUse",
"description": "Optional. Tool to support the model interacting directly with the computer. If enabled, it automatically populates computer-use specific Function Declarations."
},
"enterpriseWebSearch": {
"$ref": "GoogleCloudAiplatformV1EnterpriseWebSearch",
"description": "Optional. Tool to support searching public web data, powered by Vertex AI Search and Sec4 compliance."
Expand Down Expand Up @@ -45886,25 +45968,6 @@
"properties": {},
"type": "object"
},
"GoogleCloudAiplatformV1ToolComputerUse": {
"description": "Tool to support computer use.",
"id": "GoogleCloudAiplatformV1ToolComputerUse",
"properties": {
"environment": {
"description": "Required. The environment being operated.",
"enum": [
"ENVIRONMENT_UNSPECIFIED",
"ENVIRONMENT_BROWSER"
],
"enumDescriptions": [
"Defaults to browser.",
"Operates in a web browser."
],
"type": "string"
}
},
"type": "object"
},
"GoogleCloudAiplatformV1ToolConfig": {
"description": "Tool config. This config is shared for all tools provided in the request.",
"id": "GoogleCloudAiplatformV1ToolConfig",
Expand All @@ -45923,7 +45986,15 @@
"GoogleCloudAiplatformV1ToolGoogleSearch": {
"description": "GoogleSearch tool type. Tool to support Google Search in Model. Powered by Google.",
"id": "GoogleCloudAiplatformV1ToolGoogleSearch",
"properties": {},
"properties": {
"excludeDomains": {
"description": "Optional. List of domains to be excluded from the search results. The default limit is 2000 domains. Example: [\"amazon.com\", \"facebook.com\"].",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudAiplatformV1ToolNameMatchInput": {
Expand Down Expand Up @@ -47594,6 +47665,11 @@
"format": "google-duration",
"type": "string"
},
"fps": {
"description": "Optional. The frame rate of the video sent to the model. If not specified, the default value will be 1.0. The fps range is (0.0, 24.0].",
"format": "double",
"type": "number"
},
"startOffset": {
"description": "Optional. The start offset of the video.",
"format": "google-duration",
Expand Down
Loading