Skip to content

Commit 32624d3

Browse files
feat(all): auto-regenerate discovery clients (#3612)
1 parent 3855346 commit 32624d3

63 files changed

Lines changed: 64870 additions & 70870 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: 47 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22751,7 +22751,7 @@
2275122751
"type": "string"
2275222752
},
2275322753
"updateMask": {
22754-
"description": "Optional. Mask specifying which fields to update. Supported fields: * `display_name` * `description` * `fact`",
22754+
"description": "Optional. Mask specifying which fields to update. The following fields are immutable: * `scope` * `memory_type`",
2275522755
"format": "google-fieldmask",
2275622756
"location": "query",
2275722757
"type": "string"
@@ -32357,7 +32357,7 @@
3235732357
}
3235832358
}
3235932359
},
32360-
"revision": "20260509",
32360+
"revision": "20260523",
3236132361
"rootUrl": "https://aiplatform.googleapis.com/",
3236232362
"schemas": {
3236332363
"CloudAiLargeModelsVisionGenerateVideoExperiments": {
@@ -32398,6 +32398,10 @@
3239832398
"format": "int32",
3239932399
"type": "integer"
3240032400
},
32401+
"originalRequestJson": {
32402+
"description": "The original REST API request JSON sent by the user, in the instances/parameters format. Preserved for saving alongside output artifacts so users can reproduce their requests. This field is populated by the API handler and is not user-settable.",
32403+
"type": "string"
32404+
},
3240132405
"promptInputs": {
3240232406
"$ref": "CloudAiLargeModelsVisionPromptInputs",
3240332407
"description": "Prompt chunks for \"ProModel\" prompting. If set, the prompt will not be rewritten, and top-level prompt ignored."
@@ -36063,6 +36067,18 @@
3606336067
},
3606436068
"type": "object"
3606536069
},
36070+
"GoogleCloudAiplatformV1CreateServingProfileOperationMetadata": {
36071+
"description": "Runtime operation metadata for ServingProfileService.CreateServingProfile.",
36072+
"id": "GoogleCloudAiplatformV1CreateServingProfileOperationMetadata",
36073+
"properties": {
36074+
"genericMetadata": {
36075+
"$ref": "GoogleCloudAiplatformV1GenericOperationMetadata",
36076+
"description": "Output only. The standard operation metadata for Vertex AI.",
36077+
"readOnly": true
36078+
}
36079+
},
36080+
"type": "object"
36081+
},
3606636082
"GoogleCloudAiplatformV1CreateSpecialistPoolOperationMetadata": {
3606736083
"description": "Runtime operation information for SpecialistPoolService.CreateSpecialistPool.",
3606836084
"id": "GoogleCloudAiplatformV1CreateSpecialistPoolOperationMetadata",
@@ -50959,7 +50975,7 @@
5095950975
"type": "object"
5096050976
},
5096150977
"GoogleCloudAiplatformV1PersistentDiskSpec": {
50962-
"description": "Represents the spec of persistent disk options.",
50978+
"description": "Represents the spec of persistent disk and hyperdisk options.",
5096350979
"id": "GoogleCloudAiplatformV1PersistentDiskSpec",
5096450980
"properties": {
5096550981
"diskSizeGb": {
@@ -50968,7 +50984,7 @@
5096850984
"type": "string"
5096950985
},
5097050986
"diskType": {
50971-
"description": "Type of the disk (default is \"pd-standard\"). Valid values: \"pd-ssd\" (Persistent Disk Solid State Drive) \"pd-standard\" (Persistent Disk Hard Disk Drive) \"pd-balanced\" (Balanced Persistent Disk) \"pd-extreme\" (Extreme Persistent Disk)",
50987+
"description": "Type of the disk (default is \"pd-standard\"). Valid values: \"pd-ssd\" (Persistent Disk Solid State Drive) \"pd-standard\" (Persistent Disk Hard Disk Drive) \"pd-balanced\" (Balanced Persistent Disk) \"pd-extreme\" (Extreme Persistent Disk) \"hyperdisk-balanced\" (Hyperdisk Balanced) \"hyperdisk-extreme\" (Hyperdisk Extreme) \"hyperdisk-balanced-high-availability\" (Hyperdisk Balanced High Availability) \"hyperdisk-ml\" (Hyperdisk ML) \"hyperdisk-throughput\" (Hyperdisk Throughput)",
5097250988
"type": "string"
5097350989
}
5097450990
},
@@ -55998,6 +56014,10 @@
5599856014
"The default container image for Computer Use."
5599956015
],
5600056016
"type": "string"
56017+
},
56018+
"resources": {
56019+
"$ref": "GoogleCloudAiplatformV1SandboxEnvironmentTemplateResourceRequirements",
56020+
"description": "Optional. Resource requests and limits for the default container."
5600156021
}
5600256022
},
5600356023
"type": "object"
@@ -63186,6 +63206,10 @@
6318663206
"$ref": "GoogleCloudAiplatformV1EnterpriseWebSearch",
6318763207
"description": "Optional. Tool to support searching public web data, powered by Vertex AI Search and Sec4 compliance."
6318863208
},
63209+
"exaAiSearch": {
63210+
"$ref": "GoogleCloudAiplatformV1ToolExaAiSearch",
63211+
"description": "Optional. Uses Exa.ai to search for information to answer user queries. The search results will be grounded on Exa.ai and presented to the model for response generation"
63212+
},
6318963213
"functionDeclarations": {
6319063214
"description": "Optional. Function tool type. One or more function declarations to be passed to the model along with the current user query. Model may decide to call a subset of these functions by populating FunctionCall in the response. User should provide a FunctionResponse for each function call in the next turn. Based on the function responses, Model will generate the final response back to the user. Maximum 512 function declarations can be provided.",
6319163215
"items": {
@@ -63350,6 +63374,25 @@
6335063374
},
6335163375
"type": "object"
6335263376
},
63377+
"GoogleCloudAiplatformV1ToolExaAiSearch": {
63378+
"description": "ExaAiSearch tool type. A tool that uses the Exa.ai search engine for grounding.",
63379+
"id": "GoogleCloudAiplatformV1ToolExaAiSearch",
63380+
"properties": {
63381+
"apiKey": {
63382+
"description": "Required. The API key for ExaAiSearch.",
63383+
"type": "string"
63384+
},
63385+
"customConfigs": {
63386+
"additionalProperties": {
63387+
"description": "Properties of the object.",
63388+
"type": "any"
63389+
},
63390+
"description": "Optional. This field can be used to pass any parameter from the Exa.ai Search API.",
63391+
"type": "object"
63392+
}
63393+
},
63394+
"type": "object"
63395+
},
6335363396
"GoogleCloudAiplatformV1ToolGoogleSearch": {
6335463397
"description": "GoogleSearch tool type. Tool to support Google Search in Model. Powered by Google.",
6335563398
"id": "GoogleCloudAiplatformV1ToolGoogleSearch",

aiplatform/v1/aiplatform-gen.go

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

alloydb/v1beta/alloydb-api.json

Lines changed: 40 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2083,7 +2083,7 @@
20832083
}
20842084
}
20852085
},
2086-
"revision": "20260507",
2086+
"revision": "20260520",
20872087
"rootUrl": "https://alloydb.googleapis.com/",
20882088
"schemas": {
20892089
"AuthorizedNetwork": {
@@ -5806,9 +5806,17 @@
58065806
"type": "object"
58075807
},
58085808
"StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata": {
5809-
"description": "Common model for database resource instance metadata. Next ID: 32",
5809+
"description": "Common model for database resource instance metadata. Next ID: 35",
58105810
"id": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata",
58115811
"properties": {
5812+
"additionalMetadata": {
5813+
"additionalProperties": {
5814+
"description": "Properties of the object.",
5815+
"type": "any"
5816+
},
5817+
"description": "Field to ingest additional metadata whichd does not support proto format.",
5818+
"type": "object"
5819+
},
58125820
"availabilityConfiguration": {
58135821
"$ref": "StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration",
58145822
"description": "Availability configuration for this instance"
@@ -5962,6 +5970,18 @@
59625970
],
59635971
"type": "string"
59645972
},
5973+
"internalAdditionalMetadata": {
5974+
"additionalProperties": {
5975+
"description": "Properties of the object. Contains field @type with type URL.",
5976+
"type": "any"
5977+
},
5978+
"description": "Field to ingest additional metadata which support proto format.",
5979+
"type": "object"
5980+
},
5981+
"ipAddress": {
5982+
"$ref": "StorageDatabasecenterPartnerapiV1mainIpAddress",
5983+
"description": "Optional. Private and public IP address of the resource."
5984+
},
59655985
"isDeletionProtectionEnabled": {
59665986
"description": "Optional. Whether deletion protection is enabled for this resource.",
59675987
"type": "boolean"
@@ -6624,6 +6644,21 @@
66246644
},
66256645
"type": "object"
66266646
},
6647+
"StorageDatabasecenterPartnerapiV1mainIpAddress": {
6648+
"description": "Used to send IP address information for a database resource.",
6649+
"id": "StorageDatabasecenterPartnerapiV1mainIpAddress",
6650+
"properties": {
6651+
"privateIp": {
6652+
"description": "The private IP address assigned to the resource within a Virtual Private Cloud (VPC). This IP is only reachable from within the same VPC network. Stored in standard string format (e.g., \"10.0.0.2\").",
6653+
"type": "string"
6654+
},
6655+
"publicIp": {
6656+
"description": "The public IP address assigned to the resource. This IP is reachable from the internet. Stored in standard string format (e.g., \"34.72.1.1\").",
6657+
"type": "string"
6658+
}
6659+
},
6660+
"type": "object"
6661+
},
66276662
"StorageDatabasecenterPartnerapiV1mainMachineConfiguration": {
66286663
"description": "MachineConfiguration describes the configuration of a machine specific to Database Resource.",
66296664
"id": "StorageDatabasecenterPartnerapiV1mainMachineConfiguration",
@@ -7028,6 +7063,7 @@
70287063
"ENGINE_CLOUD_SPANNER_WITH_GOOGLESQL_DIALECT",
70297064
"ENGINE_MEMORYSTORE_FOR_REDIS",
70307065
"ENGINE_MEMORYSTORE_FOR_REDIS_CLUSTER",
7066+
"ENGINE_MEMORSTORE_FOR_VALKEY",
70317067
"ENGINE_OTHER",
70327068
"ENGINE_FIRESTORE_WITH_NATIVE_MODE",
70337069
"ENGINE_FIRESTORE_WITH_DATASTORE_MODE",
@@ -7054,6 +7090,7 @@
70547090
false,
70557091
false,
70567092
false,
7093+
false,
70577094
false
70587095
],
70597096
"enumDescriptions": [
@@ -7070,6 +7107,7 @@
70707107
"Cloud Spanner with Google SQL dialect.",
70717108
"Memorystore with Redis dialect.",
70727109
"Memorystore with Redis cluster dialect.",
7110+
"Memorystore with Valkey dialect.",
70737111
"Other refers to rest of other database engine. This is to be when engine is known, but it is not present in this enum.",
70747112
"Firestore with native mode.",
70757113
"Firestore with datastore mode.",

0 commit comments

Comments
 (0)