Skip to content
Closed
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
519c4a9
feat(adexchangebuyer2): update the API
yoshi-automation Jun 4, 2026
31afeaa
feat(admin): update the API
yoshi-automation Jun 4, 2026
1b55941
feat(aiplatform)!: update the API
yoshi-automation Jun 4, 2026
1f68585
feat(alloydb): update the API
yoshi-automation Jun 4, 2026
0dbb7ff
fix(analytics): update the API
yoshi-automation Jun 4, 2026
defa50b
fix(androidpublisher): update the API
yoshi-automation Jun 4, 2026
04e19c6
fix(apphub): update the API
yoshi-automation Jun 4, 2026
d2d13b7
feat(artifactregistry): update the API
yoshi-automation Jun 4, 2026
4261081
feat(chat): update the API
yoshi-automation Jun 4, 2026
d33e9cb
feat(chromemanagement): update the API
yoshi-automation Jun 4, 2026
75edad1
fix(chromewebstore): update the API
yoshi-automation Jun 4, 2026
9ee5301
fix(cloudidentity): update the API
yoshi-automation Jun 4, 2026
c4563ae
feat(cloudkms): update the API
yoshi-automation Jun 4, 2026
7f5c2ae
fix(cloudnumberregistry): update the API
yoshi-automation Jun 4, 2026
215da81
fix(cloudtasks): update the API
yoshi-automation Jun 4, 2026
d86258f
feat(composer): update the API
yoshi-automation Jun 4, 2026
9cf3d9a
feat(compute)!: update the API
yoshi-automation Jun 4, 2026
a18a9d8
feat(contactcenterinsights)!: update the API
yoshi-automation Jun 4, 2026
c8fa77c
feat(container): update the API
yoshi-automation Jun 4, 2026
4b8aa34
feat(containeranalysis): update the API
yoshi-automation Jun 4, 2026
6869d14
feat(dataform): update the API
yoshi-automation Jun 4, 2026
134c291
feat(datamanager): update the API
yoshi-automation Jun 4, 2026
92f4f4e
feat(datastream): update the API
yoshi-automation Jun 4, 2026
1ae259b
feat(developerconnect): update the API
yoshi-automation Jun 4, 2026
49fd266
feat(developerknowledge): update the API
yoshi-automation Jun 4, 2026
f0d9781
feat(dlp): update the API
yoshi-automation Jun 4, 2026
8ca8433
fix(firestore): update the API
yoshi-automation Jun 4, 2026
0c238ea
feat(health): update the API
yoshi-automation Jun 4, 2026
918529b
feat(logging): update the API
yoshi-automation Jun 4, 2026
306697f
fix(merchantapi): update the API
yoshi-automation Jun 4, 2026
83ca0e7
feat(mybusinessverifications)!: update the API
yoshi-automation Jun 4, 2026
4f2a4a9
feat(networkmanagement): update the API
yoshi-automation Jun 4, 2026
311ffa4
feat(networksecurity): update the API
yoshi-automation Jun 4, 2026
684107d
feat(ondemandscanning): update the API
yoshi-automation Jun 4, 2026
43af1da
fix(places): update the API
yoshi-automation Jun 4, 2026
00d0a4b
feat(redis): update the API
yoshi-automation Jun 4, 2026
025aa38
feat(saasservicemgmt)!: update the API
yoshi-automation Jun 4, 2026
e42cd77
fix(searchads360): update the API
yoshi-automation Jun 4, 2026
afdd50f
feat(securitycenter)!: update the API
yoshi-automation Jun 4, 2026
64214d7
feat(servicecontrol): update the API
yoshi-automation Jun 4, 2026
3361cac
feat(storage): update the API
yoshi-automation Jun 4, 2026
b53e844
feat(storagebatchoperations): update the API
yoshi-automation Jun 4, 2026
3791af9
feat(threatintelligence): update the API
yoshi-automation Jun 4, 2026
0b65321
feat(toolresults): update the API
yoshi-automation Jun 4, 2026
11199a4
fix(travelimpactmodel): update the API
yoshi-automation Jun 4, 2026
f41f4b6
feat(workstations)!: update the API
yoshi-automation Jun 4, 2026
25f0978
feat(youtube)!: update the API
yoshi-automation Jun 4, 2026
8a25497
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