Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
252c94e
chore: update docs/dyn/index.md
yoshi-automation Apr 7, 2026
c63837e
feat(agentregistry): update the api
yoshi-automation Apr 7, 2026
6bcf698
feat(aiplatform): update the api
yoshi-automation Apr 7, 2026
e30b3b5
feat(alloydb): update the api
yoshi-automation Apr 7, 2026
8c81a7c
feat(analyticsadmin): update the api
yoshi-automation Apr 7, 2026
8a3ff15
feat(apigee): update the api
yoshi-automation Apr 7, 2026
6e98d8b
feat(backupdr): update the api
yoshi-automation Apr 7, 2026
84f1928
feat(bigtableadmin): update the api
yoshi-automation Apr 7, 2026
f3eca84
feat(ces): update the api
yoshi-automation Apr 7, 2026
2ded3df
fix(chat): update the api
yoshi-automation Apr 7, 2026
2af118b
feat(cloudtasks): update the api
yoshi-automation Apr 7, 2026
da8c35f
feat(compute): update the api
yoshi-automation Apr 7, 2026
76bc2b4
feat(contactcenterinsights): update the api
yoshi-automation Apr 7, 2026
120be61
feat(container): update the api
yoshi-automation Apr 7, 2026
b1c7a26
feat(containeranalysis): update the api
yoshi-automation Apr 7, 2026
b260d85
feat(dataform): update the api
yoshi-automation Apr 7, 2026
d4a71f7
feat(dataplex): update the api
yoshi-automation Apr 7, 2026
a88404b
feat(dataproc): update the api
yoshi-automation Apr 7, 2026
3ec3064
feat(displayvideo): update the api
yoshi-automation Apr 7, 2026
1e7e865
feat(firebaseml): update the api
yoshi-automation Apr 7, 2026
e6884c2
feat(firestore): update the api
yoshi-automation Apr 7, 2026
edc3e3d
feat(gkebackup): update the api
yoshi-automation Apr 7, 2026
0d62e6e
feat(logging): update the api
yoshi-automation Apr 7, 2026
d2df2f7
feat(looker): update the api
yoshi-automation Apr 7, 2026
5776cdc
feat(meet): update the api
yoshi-automation Apr 7, 2026
8f12e17
feat(netapp): update the api
yoshi-automation Apr 7, 2026
603b29c
feat(networksecurity): update the api
yoshi-automation Apr 7, 2026
d1408d0
feat(networkservices): update the api
yoshi-automation Apr 7, 2026
37bb3b7
feat(ondemandscanning): update the api
yoshi-automation Apr 7, 2026
ed47b0a
feat(oracledatabase): update the api
yoshi-automation Apr 7, 2026
0305fbe
feat(redis): update the api
yoshi-automation Apr 7, 2026
fa7326f
feat(run): update the api
yoshi-automation Apr 7, 2026
3771842
feat(saasservicemgmt): update the api
yoshi-automation Apr 7, 2026
fb34698
feat(securitycenter): update the api
yoshi-automation Apr 7, 2026
cf78691
feat(storagebatchoperations): update the api
yoshi-automation Apr 7, 2026
d1d78c0
feat(workspaceevents): update the api
yoshi-automation Apr 7, 2026
d6710c3
chore(docs): Add new discovery artifacts and artifacts with minor upd…
yoshi-automation Apr 7, 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
  •  
  •  
  •  

Large diffs are not rendered by default.

97 changes: 97 additions & 0 deletions docs/dyn/agentregistry_v1alpha.projects.locations.agents.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ <h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#list_next">list_next()</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
<p class="toc_element">
<code><a href="#search">search(parent, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Searches Agents in a given project and location.</p>
<p class="toc_element">
<code><a href="#search_next">search_next()</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="close">close()</code>
Expand Down Expand Up @@ -241,4 +247,95 @@ <h3>Method Details</h3>
</pre>
</div>

<div class="method">
<code class="details" id="search">search(parent, body=None, x__xgafv=None)</code>
<pre>Searches Agents in a given project and location.

Args:
parent: string, Required. Parent value for SearchAgentsRequest. Format: `projects/{project}/locations/{location}`. (required)
body: object, The request body.
The object takes the form of:

{ # 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`.
}

x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format

Returns:
An object of the form:

{ # Message for response to searching Agents
&quot;agents&quot;: [ # A list of Agents that match the `search_string`.
{ # Represents an Agent. &quot;A2A&quot; below refers to the Agent-to-Agent protocol.
&quot;agentId&quot;: &quot;A String&quot;, # Output only. A stable, globally unique identifier for agents.
&quot;attributes&quot;: { # Output only. Attributes of the Agent. Valid values: * `agentregistry.googleapis.com/system/Framework`: {&quot;framework&quot;: &quot;google-adk&quot;} - the agent framework used to develop the Agent. Example values: &quot;google-adk&quot;, &quot;langchain&quot;, &quot;custom&quot;. * `agentregistry.googleapis.com/system/RuntimeIdentity`: {&quot;principal&quot;: &quot;principal://...&quot;} - the runtime identity associated with the Agent. * `agentregistry.googleapis.com/system/RuntimeReference`: {&quot;uri&quot;: &quot;//...&quot;} - the URI of the underlying resource hosting the Agent, for example, the Reasoning Engine URI.
&quot;a_key&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;card&quot;: { # Full Agent Card payload, often obtained from the A2A Agent Card. # Output only. Full Agent Card payload, when available.
&quot;content&quot;: { # Output only. The content of the agent card.
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
&quot;type&quot;: &quot;A String&quot;, # Output only. The type of agent card.
},
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Create time.
&quot;description&quot;: &quot;A String&quot;, # Output only. The description of the Agent, often obtained from the A2A Agent Card. Empty if Agent Card has no description.
&quot;displayName&quot;: &quot;A String&quot;, # Output only. The display name of the agent, often obtained from the A2A Agent Card.
&quot;location&quot;: &quot;A String&quot;, # Output only. The location where agent is hosted. The value is defined by the hosting environment (i.e. cloud provider).
&quot;name&quot;: &quot;A String&quot;, # Identifier. The resource name of an Agent. Format: `projects/{project}/locations/{location}/agents/{agent}`.
&quot;protocols&quot;: [ # Output only. The connection details for the Agent.
{ # Represents the protocol of an Agent.
&quot;interfaces&quot;: [ # Output only. The connection details for the Agent.
{ # Represents the connection details for an Agent or MCP Server.
&quot;protocolBinding&quot;: &quot;A String&quot;, # Required. The protocol binding of the interface.
&quot;url&quot;: &quot;A String&quot;, # Required. The destination URL.
},
],
&quot;protocolVersion&quot;: &quot;A String&quot;, # Output only. The version of the protocol, for example, the A2A Agent Card version.
&quot;type&quot;: &quot;A String&quot;, # Output only. The type of the protocol.
},
],
&quot;skills&quot;: [ # Output only. Skills the agent possesses, often obtained from the A2A Agent Card.
{ # Represents the skills of an Agent.
&quot;description&quot;: &quot;A String&quot;, # Output only. A more detailed description of the skill.
&quot;examples&quot;: [ # Output only. Example prompts or scenarios this skill can handle.
&quot;A String&quot;,
],
&quot;id&quot;: &quot;A String&quot;, # Output only. A unique identifier for the agent&#x27;s skill.
&quot;name&quot;: &quot;A String&quot;, # Output only. A human-readable name for the agent&#x27;s skill.
&quot;tags&quot;: [ # Output only. Keywords describing the skill.
&quot;A String&quot;,
],
},
],
&quot;uid&quot;: &quot;A String&quot;, # Output only. A universally unique identifier for the Agent.
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Update time.
&quot;version&quot;: &quot;A String&quot;, # Output only. The version of the Agent, often obtained from the A2A Agent Card. Empty if Agent Card has no version or agent is not an A2A Agent.
},
],
&quot;nextPageToken&quot;: &quot;A String&quot;, # If there are more results than those appearing in this response, then `next_page_token` is included. To get the next set of results, call this method again using the value of `next_page_token` as `page_token`.
}</pre>
</div>

<div class="method">
<code class="details" id="search_next">search_next()</code>
<pre>Retrieves the next page of results.

Args:
previous_request: The request for the previous page. (required)
previous_response: The response from the request for the previous page. (required)

Returns:
A request object that you can call &#x27;execute()&#x27; on to request the next
page. Returns None if there are no more items in the collection.
</pre>
</div>

</body></html>
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ <h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#list_next">list_next()</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
<p class="toc_element">
<code><a href="#search">search(parent, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Searches McpServers in a given project and location.</p>
<p class="toc_element">
<code><a href="#search_next">search_next()</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="close">close()</code>
Expand Down Expand Up @@ -211,4 +217,80 @@ <h3>Method Details</h3>
</pre>
</div>

<div class="method">
<code class="details" id="search">search(parent, body=None, x__xgafv=None)</code>
<pre>Searches McpServers in a given project and location.

Args:
parent: string, Required. Parent value for SearchMcpServersRequest. Format: `projects/{project}/locations/{location}`. (required)
body: object, The request body.
The object takes the form of:

{ # 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`.
}

x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format

Returns:
An object of the form:

{ # Message for response to searching MCP Servers
&quot;mcpServers&quot;: [ # A list of McpServers that match the `search_string`.
{ # Represents an MCP (Model Context Protocol) Server.
&quot;attributes&quot;: { # Output only. Attributes of the MCP Server. Valid values: * `agentregistry.googleapis.com/system/RuntimeIdentity`: {&quot;principal&quot;: &quot;principal://...&quot;} - the runtime identity associated with the MCP Server. * `agentregistry.googleapis.com/system/RuntimeReference`: {&quot;uri&quot;: &quot;//...&quot;} - the URI of the underlying resource hosting the MCP Server, for example, the GKE Deployment.
&quot;a_key&quot;: {
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
},
},
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Create time.
&quot;description&quot;: &quot;A String&quot;, # Output only. The description of the MCP Server.
&quot;displayName&quot;: &quot;A String&quot;, # Output only. The display name of the MCP Server.
&quot;interfaces&quot;: [ # Output only. The connection details for the MCP Server.
{ # Represents the connection details for an Agent or MCP Server.
&quot;protocolBinding&quot;: &quot;A String&quot;, # Required. The protocol binding of the interface.
&quot;url&quot;: &quot;A String&quot;, # Required. The destination URL.
},
],
&quot;mcpServerId&quot;: &quot;A String&quot;, # Output only. A stable, globally unique identifier for MCP Servers.
&quot;name&quot;: &quot;A String&quot;, # Identifier. The resource name of the MCP Server. Format: `projects/{project}/locations/{location}/mcpServers/{mcp_server}`.
&quot;tools&quot;: [ # Output only. Tools provided by the MCP Server.
{ # Represents a single tool provided by an MCP Server.
&quot;annotations&quot;: { # Annotations describing the characteristics and behavior of a tool or operation. # Output only. Annotations associated with the tool.
&quot;destructiveHint&quot;: True or False, # Output only. If true, the tool may perform destructive updates to its environment. If false, the tool performs only additive updates. NOTE: This property is meaningful only when `read_only_hint == false` Default: true
&quot;idempotentHint&quot;: True or False, # Output only. If true, calling the tool repeatedly with the same arguments will have no additional effect on its environment. NOTE: This property is meaningful only when `read_only_hint == false. Default: false
&quot;openWorldHint&quot;: True or False, # Output only. If true, this tool may interact with an &quot;open world&quot; of external entities. If false, the tool&#x27;s domain of interaction is closed. For example, the world of a web search tool is open, whereas that of a memory tool is not. Default: true
&quot;readOnlyHint&quot;: True or False, # Output only. If true, the tool does not modify its environment. Default: false
&quot;title&quot;: &quot;A String&quot;, # Output only. A human-readable title for the tool.
},
&quot;description&quot;: &quot;A String&quot;, # Output only. Description of what the tool does.
&quot;name&quot;: &quot;A String&quot;, # Output only. Human-readable name of the tool.
},
],
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Update time.
},
],
&quot;nextPageToken&quot;: &quot;A String&quot;, # If there are more results than those appearing in this response, then `next_page_token` is included. To get the next set of results, call this method again using the value of `next_page_token` as `page_token`.
}</pre>
</div>

<div class="method">
<code class="details" id="search_next">search_next()</code>
<pre>Retrieves the next page of results.

Args:
previous_request: The request for the previous page. (required)
previous_response: The response from the request for the previous page. (required)

Returns:
A request object that you can call &#x27;execute()&#x27; on to request the next
page. Returns None if there are no more items in the collection.
</pre>
</div>

</body></html>
4 changes: 2 additions & 2 deletions docs/dyn/aiplatform_v1.endpoints.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h2>Instance Methods</h2>
<p class="firstline">Generate content with multimodal inputs.</p>
<p class="toc_element">
<code><a href="#predict">predict(endpoint, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Perform an online prediction.</p>
<p class="firstline"></p>
<p class="toc_element">
<code><a href="#predictLongRunning">predictLongRunning(endpoint, body=None, x__xgafv=None)</a></code></p>
<p class="firstline"></p>
Expand Down Expand Up @@ -1599,7 +1599,7 @@ <h3>Method Details</h3>

<div class="method">
<code class="details" id="predict">predict(endpoint, body=None, x__xgafv=None)</code>
<pre>Perform an online prediction.
<pre>

Args:
endpoint: string, Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}` (required)
Expand Down
4 changes: 2 additions & 2 deletions docs/dyn/aiplatform_v1.projects.locations.endpoints.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ <h2>Instance Methods</h2>
<p class="firstline">Updates an Endpoint.</p>
<p class="toc_element">
<code><a href="#predict">predict(endpoint, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Perform an online prediction.</p>
<p class="firstline"></p>
<p class="toc_element">
<code><a href="#predictLongRunning">predictLongRunning(endpoint, body=None, x__xgafv=None)</a></code></p>
<p class="firstline"></p>
Expand Down Expand Up @@ -3817,7 +3817,7 @@ <h3>Method Details</h3>

<div class="method">
<code class="details" id="predict">predict(endpoint, body=None, x__xgafv=None)</code>
<pre>Perform an online prediction.
<pre>

Args:
endpoint: string, Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}` (required)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h2>Instance Methods</h2>
<p class="firstline">Generate content with multimodal inputs.</p>
<p class="toc_element">
<code><a href="#predict">predict(endpoint, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Perform an online prediction.</p>
<p class="firstline"></p>
<p class="toc_element">
<code><a href="#predictLongRunning">predictLongRunning(endpoint, body=None, x__xgafv=None)</a></code></p>
<p class="firstline"></p>
Expand Down Expand Up @@ -1755,7 +1755,7 @@ <h3>Method Details</h3>

<div class="method">
<code class="details" id="predict">predict(endpoint, body=None, x__xgafv=None)</code>
<pre>Perform an online prediction.
<pre>

Args:
endpoint: string, Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}` (required)
Expand Down
Loading
Loading