Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
44cb7a8
fix(agentregistry): update the api
yoshi-automation May 5, 2026
4bea0c1
feat(aiplatform): update the api
yoshi-automation May 5, 2026
7ac6937
feat(assuredworkloads): update the api
yoshi-automation May 5, 2026
a2e52bc
feat(backupdr): update the api
yoshi-automation May 5, 2026
0377fec
feat(bigtableadmin): update the api
yoshi-automation May 5, 2026
056ad81
fix(clouderrorreporting): update the api
yoshi-automation May 5, 2026
676adc5
feat(cloudsearch): update the api
yoshi-automation May 5, 2026
7f7bad6
feat(composer): update the api
yoshi-automation May 5, 2026
7735bb1
feat(compute): update the api
yoshi-automation May 5, 2026
724d676
feat(connectors): update the api
yoshi-automation May 5, 2026
f2d2fb3
feat(container): update the api
yoshi-automation May 5, 2026
666b430
feat(containeranalysis): update the api
yoshi-automation May 5, 2026
b38f09f
feat(dataplex): update the api
yoshi-automation May 5, 2026
7bcfbc5
feat(dataproc): update the api
yoshi-automation May 5, 2026
71a2280
feat(datastream): update the api
yoshi-automation May 5, 2026
1b17a74
feat(dialogflow): update the api
yoshi-automation May 5, 2026
2fdd85f
feat(discoveryengine): update the api
yoshi-automation May 5, 2026
b66d895
feat(dns): update the api
yoshi-automation May 5, 2026
e98e2eb
feat(domains): update the api
yoshi-automation May 5, 2026
6bb7604
feat(drive): update the api
yoshi-automation May 5, 2026
5a557d4
feat(firebaseappdistribution): update the api
yoshi-automation May 5, 2026
7d57102
feat(firebaseapphosting): update the api
yoshi-automation May 5, 2026
39b3864
feat(firestore): update the api
yoshi-automation May 5, 2026
8585f68
feat(gkehub): update the api
yoshi-automation May 5, 2026
11ee809
feat(health): update the api
yoshi-automation May 5, 2026
6da96f5
feat(hypercomputecluster): update the api
yoshi-automation May 5, 2026
f726705
feat(merchantapi): update the api
yoshi-automation May 5, 2026
407242f
feat(networkmanagement): update the api
yoshi-automation May 5, 2026
d52ad09
feat(networksecurity): update the api
yoshi-automation May 5, 2026
8b1c925
feat(networkservices): update the api
yoshi-automation May 5, 2026
d6c45e1
feat(oracledatabase): update the api
yoshi-automation May 5, 2026
3f0e93f
feat(osconfig): update the api
yoshi-automation May 5, 2026
d177b2a
feat(paymentsresellersubscription): update the api
yoshi-automation May 5, 2026
1dbd4e0
feat(run): update the api
yoshi-automation May 5, 2026
214c040
feat(securitycenter): update the api
yoshi-automation May 5, 2026
10a9e72
feat(smartdevicemanagement): update the api
yoshi-automation May 5, 2026
5427a49
feat(storagebatchoperations): update the api
yoshi-automation May 5, 2026
d81af85
fix(threatintelligence): update the api
yoshi-automation May 5, 2026
0ff87ea
fix(trafficdirector): update the api
yoshi-automation May 5, 2026
1b79508
feat(workstations): update the api
yoshi-automation May 5, 2026
e22aaa3
chore(docs): Add new discovery artifacts and artifacts with minor upd…
yoshi-automation May 5, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h2>Instance Methods</h2>
<p class="firstline">Updates a service perimeter. The long-running operation from this RPC has a successful status after the service perimeter propagates to long-lasting storage. If a service perimeter contains errors, an error response is returned for the first error encountered.</p>
<p class="toc_element">
<code><a href="#replaceAll">replaceAll(parent, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Replace all existing service perimeters in an access policy with the service perimeters provided. This is done atomically. The long-running operation from this RPC has a successful status after all replacements propagate to long-lasting storage. Replacements containing errors result in an error response for the first error encountered. Upon an error, replacement are cancelled and existing service perimeters are not affected. The Operation.response field contains ReplaceServicePerimetersResponse.</p>
<p class="firstline">Replace all existing service perimeters in an access policy with the service perimeters provided. This is done atomically. The long-running operation from this RPC has a successful status after all replacements propagate to long-lasting storage. Replacements containing errors result in an error response for the first error encountered. Upon an error, replacements are cancelled and existing service perimeters are not affected. The Operation.response field contains ReplaceServicePerimetersResponse.</p>
<p class="toc_element">
<code><a href="#testIamPermissions">testIamPermissions(resource, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Returns the IAM permissions that the caller has on the specified Access Context Manager resource. The resource can be an AccessPolicy, AccessLevel, or ServicePerimeter. This method does not support other resources.</p>
Expand Down Expand Up @@ -1097,7 +1097,7 @@ <h3>Method Details</h3>

<div class="method">
<code class="details" id="replaceAll">replaceAll(parent, body=None, x__xgafv=None)</code>
<pre>Replace all existing service perimeters in an access policy with the service perimeters provided. This is done atomically. The long-running operation from this RPC has a successful status after all replacements propagate to long-lasting storage. Replacements containing errors result in an error response for the first error encountered. Upon an error, replacement are cancelled and existing service perimeters are not affected. The Operation.response field contains ReplaceServicePerimetersResponse.
<pre>Replace all existing service perimeters in an access policy with the service perimeters provided. This is done atomically. The long-running operation from this RPC has a successful status after all replacements propagate to long-lasting storage. Replacements containing errors result in an error response for the first error encountered. Upon an error, replacements are cancelled and existing service perimeters are not affected. The Operation.response field contains ReplaceServicePerimetersResponse.

Args:
parent: string, Required. Resource name for the access policy which owns these Service Perimeters. Format: `accessPolicies/{policy_id}` (required)
Expand Down
12 changes: 6 additions & 6 deletions docs/dyn/accesscontextmanager_v1.permissions.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h2>Instance Methods</h2>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#list">list(pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists all supported permissions in VPCSC Granular Controls.</p>
<p class="firstline">Lists all supported permissions in VPC Service Controls ingress and egress rules for Granular Controls.</p>
<p class="toc_element">
<code><a href="#list_next">list_next()</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
Expand All @@ -91,11 +91,11 @@ <h3>Method Details</h3>

<div class="method">
<code class="details" id="list">list(pageSize=None, pageToken=None, x__xgafv=None)</code>
<pre>Lists all supported permissions in VPCSC Granular Controls.
<pre>Lists all supported permissions in VPC Service Controls ingress and egress rules for Granular Controls.

Args:
pageSize: integer, Optional. This flag specifies the maximum number of services to return per page. Default is 100.
pageToken: string, Optional. Token to start on a later page. Default is the first page.
pageSize: integer, Optional. This flag specifies the maximum number of services to return per page. Default value is 100.
pageToken: string, Optional. Use this token to retrieve a specific page of results. Default is the first page.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
Expand All @@ -105,8 +105,8 @@ <h3>Method Details</h3>
An object of the form:

{ # A response to `ListSupportedPermissionsRequest`.
&quot;nextPageToken&quot;: &quot;A String&quot;, # The pagination token to retrieve the next page of results. If the value is empty, no further results remain.
&quot;supportedPermissions&quot;: [ # List of VPC-SC supported permissions.
&quot;nextPageToken&quot;: &quot;A String&quot;, # Use this pagination token to retrieve the next page of results. An empty value indicates that no further results are available.
&quot;supportedPermissions&quot;: [ # List of VPC Service Controls supported permissions.
&quot;A String&quot;,
],
}</pre>
Expand Down
6 changes: 3 additions & 3 deletions docs/dyn/accesscontextmanager_v1.services.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ <h3>Method Details</h3>
<pre>Lists all VPC-SC supported services.

Args:
pageSize: integer, This flag specifies the maximum number of services to return per page. Default is 100.
pageToken: string, Token to start on a later page. Default is the first page.
pageSize: integer, This flag specifies the maximum number of services to return per page. Default value is 100.
pageToken: string, Use this token to retrieve a specific page of results. Default is the first page.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
Expand All @@ -138,7 +138,7 @@ <h3>Method Details</h3>
An object of the form:

{ # A response to `ListSupportedServicesRequest`.
&quot;nextPageToken&quot;: &quot;A String&quot;, # The pagination token to retrieve the next page of results. If the value is empty, no further results remain.
&quot;nextPageToken&quot;: &quot;A String&quot;, # Use this pagination token to retrieve the next page of results. An empty value indicates that no further results are available.
&quot;supportedServices&quot;: [ # List of services supported by VPC Service Controls instances.
{ # `SupportedService` specifies the VPC Service Controls and its properties.
&quot;availableOnRestrictedVip&quot;: True or False, # True if the service is available on the restricted VIP. Services on the restricted VIP typically either support VPC Service Controls or are core infrastructure services required for the functioning of Google Cloud.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ <h3>Method Details</h3>
{ # Message for searching Agents
&quot;pageSize&quot;: 42, # Optional. The maximum number of search results to return per page. The page size is capped at `100`, even if a larger value is specified. A negative value will result in an `INVALID_ARGUMENT` error. If unspecified or set to `0`, a default value of `20` will be used. The server may return fewer results than requested.
&quot;pageToken&quot;: &quot;A String&quot;, # Optional. If present, retrieve the next batch of results from the preceding call to this method. `page_token` must be the value of `next_page_token` from the previous response. The values of all other method parameters, must be identical to those in the previous call.
&quot;searchString&quot;: &quot;A String&quot;, # Optional. Search criteria used to select the Agents to return. If no search criteria is specified then all accessible Agents will be returned. Search expressions can be used to restrict results based upon searchable fields, where the operators can be used along with the suffix wildcard symbol `*`. See [instructions](https://docs.cloud.google.com/agent-registry/search-agents-and-tools) for more details. Allowed operators: `=`, `:`, `NOT`, `AND`, `OR`, and `()`. Searchable fields: | Field | `=` | `:` | `*` | Keyword Search | |--------------------|-----|-----|-----|----------------| | agentId | Yes | Yes | Yes | Included | | name | No | Yes | Yes | Included | | displayName | No | Yes | Yes | Included | | description | No | Yes | No | Included | | skills | No | Yes | No | Included | | skills.id | No | Yes | No | Included | | skills.name | No | Yes | No | Included | | skills.description | No | Yes | No | Included | | skills.tags | No | Yes | No | Included | | skills.examples | No | Yes | No | Included | Examples: * `agentId=urn:agent:projects-123:projects:123:locations:us-central1:reasoningEngines:1234` to find the agent with the specified agent ID. * `name:important` to find agents whose name contains `important` as a word. * `displayName:works*` to find agents whose display name contains words that start with `works`. * `skills.tags:test` to find agents whose skills tags contain `test`. * `planner OR booking` to find agents whose metadata contains the words `planner` or `booking`.
&quot;searchString&quot;: &quot;A String&quot;, # Optional. Search criteria used to select the Agents to return. If no search criteria is specified then all accessible Agents will be returned. Search expressions can be used to restrict results based upon searchable fields, where the operators can be used along with the suffix wildcard symbol `*`. See [instructions](https://docs.cloud.google.com/agent-registry/search-agents-and-tools) for more details. Allowed operators: `=`, `:`, `NOT`, `AND`, `OR`, and `()`. Searchable fields: | Field | `=` | `:` | `*` | Keyword Search | |--------------------|-----|-----|-----|----------------| | agentId | Yes | Yes | Yes | Included | | name | No | Yes | Yes | Included | | displayName | No | Yes | Yes | Included | | description | No | Yes | No | Included | | skills | No | Yes | No | Included | | skills.id | No | Yes | No | Included | | skills.name | No | Yes | No | Included | | skills.description | No | Yes | No | Included | | skills.tags | No | Yes | No | Included | | skills.examples | No | Yes | No | Included | Examples: * `agentId=&quot;urn:agent:projects-123:projects:123:locations:us-central1:reasoningEngines:1234&quot;` to find the agent with the specified agent ID. * `name:important` to find agents whose name contains `important` as a word. * `displayName:works*` to find agents whose display name contains words that start with `works`. * `skills.tags:test` to find agents whose skills tags contain `test`. * `planner OR booking` to find agents whose metadata contains the words `planner` or `booking`.
}

x__xgafv: string, V1 error format.
Expand Down
6 changes: 3 additions & 3 deletions docs/dyn/agentregistry_v1alpha.projects.locations.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ <h2>Instance Methods</h2>
<p class="firstline">Gets information about a location.</p>
<p class="toc_element">
<code><a href="#list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.</p>
<p class="firstline">Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the ListLocationsRequest.name field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.</p>
<p class="toc_element">
<code><a href="#list_next">list_next()</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
Expand Down Expand Up @@ -151,11 +151,11 @@ <h3>Method Details</h3>

<div class="method">
<code class="details" id="list">list(name, extraLocationTypes=None, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
<pre>Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.
<pre>Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the ListLocationsRequest.name field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.

Args:
name: string, The resource that owns the locations collection, if applicable. (required)
extraLocationTypes: string, Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
extraLocationTypes: string, Optional. Do not use this field unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `&quot;displayName=tokyo&quot;`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ <h3>Method Details</h3>
{ # Message for searching MCP Servers
&quot;pageSize&quot;: 42, # Optional. The maximum number of search results to return per page. The page size is capped at `100`, even if a larger value is specified. A negative value will result in an `INVALID_ARGUMENT` error. If unspecified or set to `0`, a default value of `20` will be used. The server may return fewer results than requested.
&quot;pageToken&quot;: &quot;A String&quot;, # Optional. If present, retrieve the next batch of results from the preceding call to this method. `page_token` must be the value of `next_page_token` from the previous response. The values of all other method parameters, must be identical to those in the previous call.
&quot;searchString&quot;: &quot;A String&quot;, # Optional. Search criteria used to select the MCP Servers to return. If no search criteria is specified then all accessible MCP Servers will be returned. Search expressions can be used to restrict results based upon searchable fields, where the operators can be used along with the suffix wildcard symbol `*`. See [instructions](https://docs.cloud.google.com/agent-registry/search-agents-and-tools) for more details. Allowed operators: `=`, `:`, `NOT`, `AND`, `OR`, and `()`. Searchable fields: | Field | `=` | `:` | `*` | Keyword Search | |--------------------|-----|-----|-----|----------------| | mcpServerId | Yes | Yes | Yes | Included | | name | No | Yes | Yes | Included | | displayName | No | Yes | Yes | Included | Examples: * `mcpServerId=urn:mcp:projects-123:projects:123:locations:us-central1:agentregistry:services:service-id` to find the MCP Server with the specified MCP Server ID. * `name:important` to find MCP Servers whose name contains `important` as a word. * `displayName:works*` to find MCP Servers whose display name contains words that start with `works`. * `planner OR booking` to find MCP Servers whose metadata contains the words `planner` or `booking`. * `mcpServerId:service-id AND (displayName:planner OR displayName:booking)` to find MCP Servers whose MCP Server ID contains `service-id` and whose display name contains `planner` or `booking`.
&quot;searchString&quot;: &quot;A String&quot;, # Optional. Search criteria used to select the MCP Servers to return. If no search criteria is specified then all accessible MCP Servers will be returned. Search expressions can be used to restrict results based upon searchable fields, where the operators can be used along with the suffix wildcard symbol `*`. See [instructions](https://docs.cloud.google.com/agent-registry/search-agents-and-tools) for more details. Allowed operators: `=`, `:`, `NOT`, `AND`, `OR`, and `()`. Searchable fields: | Field | `=` | `:` | `*` | Keyword Search | |--------------------|-----|-----|-----|----------------| | mcpServerId | Yes | Yes | Yes | Included | | name | No | Yes | Yes | Included | | displayName | No | Yes | Yes | Included | Examples: * `mcpServerId=&quot;urn:mcp:projects-123:projects:123:locations:us-central1:agentregistry:services:service-id&quot;` to find the MCP Server with the specified MCP Server ID. * `name:important` to find MCP Servers whose name contains `important` as a word. * `displayName:works*` to find MCP Servers whose display name contains words that start with `works`. * `planner OR booking` to find MCP Servers whose metadata contains the words `planner` or `booking`. * `mcpServerId:service-id AND (displayName:planner OR displayName:booking)` to find MCP Servers whose MCP Server ID contains `service-id` and whose display name contains `planner` or `booking`.
}

x__xgafv: string, V1 error format.
Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/aiplatform_v1.batchPredictionJobs.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

</style>

<h1><a href="aiplatform_v1.html">Vertex AI API</a> . <a href="aiplatform_v1.batchPredictionJobs.html">batchPredictionJobs</a></h1>
<h1><a href="aiplatform_v1.html">Agent Platform API</a> . <a href="aiplatform_v1.batchPredictionJobs.html">batchPredictionJobs</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#close">close()</a></code></p>
Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/aiplatform_v1.customJobs.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

</style>

<h1><a href="aiplatform_v1.html">Vertex AI API</a> . <a href="aiplatform_v1.customJobs.html">customJobs</a></h1>
<h1><a href="aiplatform_v1.html">Agent Platform API</a> . <a href="aiplatform_v1.customJobs.html">customJobs</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="aiplatform_v1.customJobs.operations.html">operations()</a></code>
Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/aiplatform_v1.customJobs.operations.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

</style>

<h1><a href="aiplatform_v1.html">Vertex AI API</a> . <a href="aiplatform_v1.customJobs.html">customJobs</a> . <a href="aiplatform_v1.customJobs.operations.html">operations</a></h1>
<h1><a href="aiplatform_v1.html">Agent Platform API</a> . <a href="aiplatform_v1.customJobs.html">customJobs</a> . <a href="aiplatform_v1.customJobs.operations.html">operations</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#cancel">cancel(name, x__xgafv=None)</a></code></p>
Expand Down
Loading
Loading