Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
757b76e
feat(adexchangebuyer2): update the API
yoshi-automation Jun 4, 2026
20dee78
feat(admin): update the API
yoshi-automation Jun 4, 2026
221e30b
feat(aiplatform)!: update the API
yoshi-automation Jun 4, 2026
d8cb8e7
feat(alloydb): update the API
yoshi-automation Jun 4, 2026
e6fa6c8
fix(analytics): update the API
yoshi-automation Jun 4, 2026
e8d192e
fix(androidpublisher): update the API
yoshi-automation Jun 4, 2026
623ff4c
fix(apphub): update the API
yoshi-automation Jun 4, 2026
f918a17
feat(artifactregistry): update the API
yoshi-automation Jun 4, 2026
871e2c8
feat(chat): update the API
yoshi-automation Jun 4, 2026
0c84af1
feat(chromemanagement): update the API
yoshi-automation Jun 4, 2026
b21ded8
fix(chromewebstore): update the API
yoshi-automation Jun 4, 2026
c9bf87d
fix(cloudidentity): update the API
yoshi-automation Jun 4, 2026
c57b807
feat(cloudkms): update the API
yoshi-automation Jun 4, 2026
15cf463
fix(cloudnumberregistry): update the API
yoshi-automation Jun 4, 2026
b6644ef
fix(cloudtasks): update the API
yoshi-automation Jun 4, 2026
6331cf8
feat(composer): update the API
yoshi-automation Jun 4, 2026
f34fb26
feat(compute)!: update the API
yoshi-automation Jun 4, 2026
1df7393
feat(contactcenterinsights)!: update the API
yoshi-automation Jun 4, 2026
7706cb4
feat(container): update the API
yoshi-automation Jun 4, 2026
5b13b1a
feat(containeranalysis): update the API
yoshi-automation Jun 4, 2026
ac291ea
feat(dataform): update the API
yoshi-automation Jun 4, 2026
43516c6
feat(datamanager): update the API
yoshi-automation Jun 4, 2026
46a8eab
feat(datastream): update the API
yoshi-automation Jun 4, 2026
e8b1363
feat(developerconnect): update the API
yoshi-automation Jun 4, 2026
d8feb39
feat(developerknowledge): update the API
yoshi-automation Jun 4, 2026
3a7b380
feat(dlp): update the API
yoshi-automation Jun 4, 2026
8d47fa6
fix(firestore): update the API
yoshi-automation Jun 4, 2026
92c2cc7
feat(health): update the API
yoshi-automation Jun 4, 2026
2c53b12
feat(logging): update the API
yoshi-automation Jun 4, 2026
948476f
fix(merchantapi): update the API
yoshi-automation Jun 4, 2026
84f38e5
feat(mybusinessverifications)!: update the API
yoshi-automation Jun 4, 2026
72247f8
feat(networkmanagement): update the API
yoshi-automation Jun 4, 2026
993934b
feat(networksecurity): update the API
yoshi-automation Jun 4, 2026
d57aa62
feat(ondemandscanning): update the API
yoshi-automation Jun 4, 2026
362b145
fix(places): update the API
yoshi-automation Jun 4, 2026
ed28473
feat(redis): update the API
yoshi-automation Jun 4, 2026
19354e5
feat(saasservicemgmt)!: update the API
yoshi-automation Jun 4, 2026
06a3b66
fix(searchads360): update the API
yoshi-automation Jun 4, 2026
c7b6364
feat(securitycenter)!: update the API
yoshi-automation Jun 4, 2026
bf1b759
feat(servicecontrol): update the API
yoshi-automation Jun 4, 2026
845515b
feat(storage): update the API
yoshi-automation Jun 4, 2026
8db97a0
feat(storagebatchoperations): update the API
yoshi-automation Jun 4, 2026
9270871
feat(threatintelligence): update the API
yoshi-automation Jun 4, 2026
b225e96
feat(toolresults): update the API
yoshi-automation Jun 4, 2026
0b060f7
fix(travelimpactmodel): update the API
yoshi-automation Jun 4, 2026
165ffd2
feat(workstations)!: update the API
yoshi-automation Jun 4, 2026
b80a875
feat(youtube)!: update the API
yoshi-automation Jun 4, 2026
101ce07
feat: regenerate index files
yoshi-automation Jun 4, 2026
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
12 changes: 10 additions & 2 deletions discovery/adexchangebuyer2-v2beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3115,7 +3115,7 @@
}
}
},
"revision": "20260319",
"revision": "20260602",
"rootUrl": "https://adexchangebuyer.googleapis.com/",
"schemas": {
"AbsoluteDateRange": {
Expand Down Expand Up @@ -3514,7 +3514,15 @@
"CompleteSetupRequest": {
"description": "Request message for indicating that the proposal's setup step is complete.",
"id": "CompleteSetupRequest",
"properties": {},
"properties": {
"externalDealIds": {
"description": "The external deal ids of the deals to mark as setup completed. If empty, all the deals in the proposal will be marked as setup completed.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"ContactInformation": {
Expand Down
12 changes: 11 additions & 1 deletion discovery/admin-directory_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -4729,7 +4729,7 @@
}
}
},
"revision": "20260522",
"revision": "20260531",
"rootUrl": "https://admin.googleapis.com/",
"schemas": {
"Alias": {
Expand Down Expand Up @@ -8008,6 +8008,11 @@
"readOnly": true,
"type": "array"
},
"archivalTime": {
"description": "Output only. User's account archival time. (Read-only)",
"readOnly": true,
"type": "string"
},
"archived": {
"description": "Indicates if user is archived.",
"type": "boolean"
Expand Down Expand Up @@ -8213,6 +8218,11 @@
"readOnly": true,
"type": "string"
},
"suspensionTime": {
"description": "Output only. User's account suspension time. (Read-only)",
"readOnly": true,
"type": "string"
},
"thumbnailPhotoEtag": {
"description": "Output only. ETag of the user's photo (Read-only)",
"readOnly": true,
Expand Down
51 changes: 47 additions & 4 deletions discovery/aiplatform-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -22751,7 +22751,7 @@
"type": "string"
},
"updateMask": {
"description": "Optional. Mask specifying which fields to update. Supported fields: * `display_name` * `description` * `fact`",
"description": "Optional. Mask specifying which fields to update. The following fields are immutable: * `scope` * `memory_type`",
"format": "google-fieldmask",
"location": "query",
"type": "string"
Expand Down Expand Up @@ -32357,7 +32357,7 @@
}
}
},
"revision": "20260509",
"revision": "20260523",
"rootUrl": "https://aiplatform.googleapis.com/",
"schemas": {
"CloudAiLargeModelsVisionGenerateVideoExperiments": {
Expand Down Expand Up @@ -32398,6 +32398,10 @@
"format": "int32",
"type": "integer"
},
"originalRequestJson": {
"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.",
"type": "string"
},
"promptInputs": {
"$ref": "CloudAiLargeModelsVisionPromptInputs",
"description": "Prompt chunks for \"ProModel\" prompting. If set, the prompt will not be rewritten, and top-level prompt ignored."
Expand Down Expand Up @@ -36063,6 +36067,18 @@
},
"type": "object"
},
"GoogleCloudAiplatformV1CreateServingProfileOperationMetadata": {
"description": "Runtime operation metadata for ServingProfileService.CreateServingProfile.",
"id": "GoogleCloudAiplatformV1CreateServingProfileOperationMetadata",
"properties": {
"genericMetadata": {
"$ref": "GoogleCloudAiplatformV1GenericOperationMetadata",
"description": "Output only. The standard operation metadata for Vertex AI.",
"readOnly": true
}
},
"type": "object"
},
"GoogleCloudAiplatformV1CreateSpecialistPoolOperationMetadata": {
"description": "Runtime operation information for SpecialistPoolService.CreateSpecialistPool.",
"id": "GoogleCloudAiplatformV1CreateSpecialistPoolOperationMetadata",
Expand Down Expand Up @@ -50959,7 +50975,7 @@
"type": "object"
},
"GoogleCloudAiplatformV1PersistentDiskSpec": {
"description": "Represents the spec of persistent disk options.",
"description": "Represents the spec of persistent disk and hyperdisk options.",
"id": "GoogleCloudAiplatformV1PersistentDiskSpec",
"properties": {
"diskSizeGb": {
Expand All @@ -50968,7 +50984,7 @@
"type": "string"
},
"diskType": {
"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)",
"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)",
"type": "string"
}
},
Expand Down Expand Up @@ -55998,6 +56014,10 @@
"The default container image for Computer Use."
],
"type": "string"
},
"resources": {
"$ref": "GoogleCloudAiplatformV1SandboxEnvironmentTemplateResourceRequirements",
"description": "Optional. Resource requests and limits for the default container."
}
},
"type": "object"
Expand Down Expand Up @@ -63186,6 +63206,10 @@
"$ref": "GoogleCloudAiplatformV1EnterpriseWebSearch",
"description": "Optional. Tool to support searching public web data, powered by Vertex AI Search and Sec4 compliance."
},
"exaAiSearch": {
"$ref": "GoogleCloudAiplatformV1ToolExaAiSearch",
"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"
},
"functionDeclarations": {
"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.",
"items": {
Expand Down Expand Up @@ -63350,6 +63374,25 @@
},
"type": "object"
},
"GoogleCloudAiplatformV1ToolExaAiSearch": {
"description": "ExaAiSearch tool type. A tool that uses the Exa.ai search engine for grounding.",
"id": "GoogleCloudAiplatformV1ToolExaAiSearch",
"properties": {
"apiKey": {
"description": "Required. The API key for ExaAiSearch.",
"type": "string"
},
"customConfigs": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"description": "Optional. This field can be used to pass any parameter from the Exa.ai Search API.",
"type": "object"
}
},
"type": "object"
},
"GoogleCloudAiplatformV1ToolGoogleSearch": {
"description": "GoogleSearch tool type. Tool to support Google Search in Model. Powered by Google.",
"id": "GoogleCloudAiplatformV1ToolGoogleSearch",
Expand Down
Loading
Loading