Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
1840681
chore: update docs/dyn/index.md
yoshi-automation Sep 15, 2026
7319764
feat(agentregistry): update the api
yoshi-automation Sep 15, 2026
2efc530
feat(aiplatform): update the api
yoshi-automation Sep 15, 2026
a856de7
feat(analyticsdata): update the api
yoshi-automation Sep 15, 2026
dcf3962
feat(apigee): update the api
yoshi-automation Sep 15, 2026
d922d33
feat(apihub): update the api
yoshi-automation Sep 15, 2026
94a2db1
fix(biglake): update the api
yoshi-automation Sep 15, 2026
211b1dd
feat(chromemanagement): update the api
yoshi-automation Sep 15, 2026
bd491dc
feat(cloudbuild): update the api
yoshi-automation Sep 15, 2026
e746b9b
feat(compute): update the api
yoshi-automation Sep 15, 2026
d52b02d
feat(container): update the api
yoshi-automation Sep 15, 2026
1220419
feat(dataform): update the api
yoshi-automation Sep 15, 2026
c82021b
feat(datamanager): update the api
yoshi-automation Sep 15, 2026
1bacbb5
feat(datamigration): update the api
yoshi-automation Sep 15, 2026
b513cea
feat(deploymentmanager): update the api
yoshi-automation Sep 15, 2026
0bbe898
feat(discoveryengine): update the api
yoshi-automation Sep 15, 2026
252d505
feat(ftp): update the api
yoshi-automation Sep 15, 2026
5e78bec
feat(games): update the api
yoshi-automation Sep 15, 2026
93e36fc
feat(health): update the api
yoshi-automation Sep 15, 2026
0619395
feat(healthcare): update the api
yoshi-automation Sep 15, 2026
257d6bd
feat(managedkafka): update the api
yoshi-automation Sep 15, 2026
5696ab1
feat(merchantapi): update the api
yoshi-automation Sep 15, 2026
c8071e0
feat(monitoring): update the api
yoshi-automation Sep 15, 2026
8e2b06f
feat(networkconnectivity): update the api
yoshi-automation Sep 15, 2026
1d1ebb0
feat(networkservices): update the api
yoshi-automation Sep 15, 2026
4f5713f
feat(playintegrity): update the api
yoshi-automation Sep 15, 2026
bea56ca
feat(run): update the api
yoshi-automation Sep 15, 2026
27f9338
feat(webcontentpublisher): update the api
yoshi-automation Sep 15, 2026
1340ff8
fix(workstations): update the api
yoshi-automation Sep 15, 2026
35175d9
chore(docs): Add new discovery artifacts and artifacts with minor upd…
yoshi-automation Sep 15, 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
258 changes: 258 additions & 0 deletions docs/dyn/agentregistry_v1.projects.locations.aiApplications.html

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions docs/dyn/agentregistry_v1.projects.locations.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ <h2>Instance Methods</h2>
</p>
<p class="firstline">Returns the agents Resource.</p>

<p class="toc_element">
<code><a href="agentregistry_v1.projects.locations.aiApplications.html">aiApplications()</a></code>
</p>
<p class="firstline">Returns the aiApplications Resource.</p>

<p class="toc_element">
<code><a href="agentregistry_v1.projects.locations.bindings.html">bindings()</a></code>
</p>
Expand Down

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions docs/dyn/agentregistry_v1alpha.projects.locations.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ <h2>Instance Methods</h2>
</p>
<p class="firstline">Returns the agents Resource.</p>

<p class="toc_element">
<code><a href="agentregistry_v1alpha.projects.locations.aiApplications.html">aiApplications()</a></code>
</p>
<p class="firstline">Returns the aiApplications Resource.</p>

<p class="toc_element">
<code><a href="agentregistry_v1alpha.projects.locations.bindings.html">bindings()</a></code>
</p>
Expand Down
172 changes: 172 additions & 0 deletions docs/dyn/agentregistry_v1alpha.projects.locations.skills.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/dyn/aiplatform_v1.projects.locations.agents.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ <h3>Method Details</h3>
&quot;headers&quot;: { # Optional. The headers for the MCP server, such as for authentication. Only applicable when `type` is `mcp_server`.
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;, # Optional. The tool&#x27;s GCP resource name, used to resolve the tool. Applicable when `type` is `mcp_server` or `endpoint` (a tool registered in Agent Registry), for example `projects/{project}/locations/{location}/.../mcpServers/{id}` or `projects/{project}/locations/{location}/.../endpoints/{id}`.
&quot;name&quot;: &quot;A String&quot;, # Optional. The tool&#x27;s Google Cloud resource name, used to resolve the tool. Applicable when `type` is `mcp_server` or `endpoint` (a tool registered in Agent Registry), for example `projects/{project}/locations/{location}/.../mcpServers/{id}` or `projects/{project}/locations/{location}/.../endpoints/{id}`.
&quot;type&quot;: &quot;A String&quot;, # Required. The type of the tool. Supported types: * `code_execution` * `endpoint` * `filesystem` * `google_search` * `mcp_server` * `url_context`
&quot;url&quot;: &quot;A String&quot;, # Optional. Temporary: the tool&#x27;s runtime reference, consumed by CreateAgent to create the downstream AI App. Applicable when `type` is `mcp_server` or `endpoint`. It is duplicated here (the resource name is already in `name`) only because the Agent service is not yet connected to Agent Registry to derive it from `name`; the Task Service instead resolves it from Agent Registry (GetMcpServer / GetEndpoint) at task creation.
},
Expand Down Expand Up @@ -240,7 +240,7 @@ <h3>Method Details</h3>
&quot;headers&quot;: { # Optional. The headers for the MCP server, such as for authentication. Only applicable when `type` is `mcp_server`.
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;, # Optional. The tool&#x27;s GCP resource name, used to resolve the tool. Applicable when `type` is `mcp_server` or `endpoint` (a tool registered in Agent Registry), for example `projects/{project}/locations/{location}/.../mcpServers/{id}` or `projects/{project}/locations/{location}/.../endpoints/{id}`.
&quot;name&quot;: &quot;A String&quot;, # Optional. The tool&#x27;s Google Cloud resource name, used to resolve the tool. Applicable when `type` is `mcp_server` or `endpoint` (a tool registered in Agent Registry), for example `projects/{project}/locations/{location}/.../mcpServers/{id}` or `projects/{project}/locations/{location}/.../endpoints/{id}`.
&quot;type&quot;: &quot;A String&quot;, # Required. The type of the tool. Supported types: * `code_execution` * `endpoint` * `filesystem` * `google_search` * `mcp_server` * `url_context`
&quot;url&quot;: &quot;A String&quot;, # Optional. Temporary: the tool&#x27;s runtime reference, consumed by CreateAgent to create the downstream AI App. Applicable when `type` is `mcp_server` or `endpoint`. It is duplicated here (the resource name is already in `name`) only because the Agent service is not yet connected to Agent Registry to derive it from `name`; the Task Service instead resolves it from Agent Registry (GetMcpServer / GetEndpoint) at task creation.
},
Expand Down Expand Up @@ -321,7 +321,7 @@ <h3>Method Details</h3>
&quot;headers&quot;: { # Optional. The headers for the MCP server, such as for authentication. Only applicable when `type` is `mcp_server`.
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;, # Optional. The tool&#x27;s GCP resource name, used to resolve the tool. Applicable when `type` is `mcp_server` or `endpoint` (a tool registered in Agent Registry), for example `projects/{project}/locations/{location}/.../mcpServers/{id}` or `projects/{project}/locations/{location}/.../endpoints/{id}`.
&quot;name&quot;: &quot;A String&quot;, # Optional. The tool&#x27;s Google Cloud resource name, used to resolve the tool. Applicable when `type` is `mcp_server` or `endpoint` (a tool registered in Agent Registry), for example `projects/{project}/locations/{location}/.../mcpServers/{id}` or `projects/{project}/locations/{location}/.../endpoints/{id}`.
&quot;type&quot;: &quot;A String&quot;, # Required. The type of the tool. Supported types: * `code_execution` * `endpoint` * `filesystem` * `google_search` * `mcp_server` * `url_context`
&quot;url&quot;: &quot;A String&quot;, # Optional. Temporary: the tool&#x27;s runtime reference, consumed by CreateAgent to create the downstream AI App. Applicable when `type` is `mcp_server` or `endpoint`. It is duplicated here (the resource name is already in `name`) only because the Agent service is not yet connected to Agent Registry to derive it from `name`; the Task Service instead resolves it from Agent Registry (GetMcpServer / GetEndpoint) at task creation.
},
Expand Down Expand Up @@ -373,7 +373,7 @@ <h3>Method Details</h3>
&quot;headers&quot;: { # Optional. The headers for the MCP server, such as for authentication. Only applicable when `type` is `mcp_server`.
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;, # Optional. The tool&#x27;s GCP resource name, used to resolve the tool. Applicable when `type` is `mcp_server` or `endpoint` (a tool registered in Agent Registry), for example `projects/{project}/locations/{location}/.../mcpServers/{id}` or `projects/{project}/locations/{location}/.../endpoints/{id}`.
&quot;name&quot;: &quot;A String&quot;, # Optional. The tool&#x27;s Google Cloud resource name, used to resolve the tool. Applicable when `type` is `mcp_server` or `endpoint` (a tool registered in Agent Registry), for example `projects/{project}/locations/{location}/.../mcpServers/{id}` or `projects/{project}/locations/{location}/.../endpoints/{id}`.
&quot;type&quot;: &quot;A String&quot;, # Required. The type of the tool. Supported types: * `code_execution` * `endpoint` * `filesystem` * `google_search` * `mcp_server` * `url_context`
&quot;url&quot;: &quot;A String&quot;, # Optional. Temporary: the tool&#x27;s runtime reference, consumed by CreateAgent to create the downstream AI App. Applicable when `type` is `mcp_server` or `endpoint`. It is duplicated here (the resource name is already in `name`) only because the Agent service is not yet connected to Agent Registry to derive it from `name`; the Task Service instead resolves it from Agent Registry (GetMcpServer / GetEndpoint) at task creation.
},
Expand Down Expand Up @@ -407,7 +407,7 @@ <h3>Method Details</h3>
&quot;headers&quot;: { # Optional. The headers for the MCP server, such as for authentication. Only applicable when `type` is `mcp_server`.
&quot;a_key&quot;: &quot;A String&quot;,
},
&quot;name&quot;: &quot;A String&quot;, # Optional. The tool&#x27;s GCP resource name, used to resolve the tool. Applicable when `type` is `mcp_server` or `endpoint` (a tool registered in Agent Registry), for example `projects/{project}/locations/{location}/.../mcpServers/{id}` or `projects/{project}/locations/{location}/.../endpoints/{id}`.
&quot;name&quot;: &quot;A String&quot;, # Optional. The tool&#x27;s Google Cloud resource name, used to resolve the tool. Applicable when `type` is `mcp_server` or `endpoint` (a tool registered in Agent Registry), for example `projects/{project}/locations/{location}/.../mcpServers/{id}` or `projects/{project}/locations/{location}/.../endpoints/{id}`.
&quot;type&quot;: &quot;A String&quot;, # Required. The type of the tool. Supported types: * `code_execution` * `endpoint` * `filesystem` * `google_search` * `mcp_server` * `url_context`
&quot;url&quot;: &quot;A String&quot;, # Optional. Temporary: the tool&#x27;s runtime reference, consumed by CreateAgent to create the downstream AI App. Applicable when `type` is `mcp_server` or `endpoint`. It is duplicated here (the resource name is already in `name`) only because the Agent service is not yet connected to Agent Registry to derive it from `name`; the Task Service instead resolves it from Agent Registry (GetMcpServer / GetEndpoint) at task creation.
},
Expand Down
Loading
Loading