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
ab5a343
chore: update docs/dyn/index.md
yoshi-automation Jun 30, 2026
d33acf4
feat(aiplatform): update the api
yoshi-automation Jun 30, 2026
186734b
feat(androidpublisher): update the api
yoshi-automation Jun 30, 2026
9636e97
feat(apigee): update the api
yoshi-automation Jun 30, 2026
465568e
fix(apihub): update the api
yoshi-automation Jun 30, 2026
9f7839b
feat(assuredworkloads): update the api
yoshi-automation Jun 30, 2026
183f95c
feat(chat): update the api
yoshi-automation Jun 30, 2026
03b8c21
feat(cloudasset): update the api
yoshi-automation Jun 30, 2026
a12b0d5
feat(cloudsupport): update the api
yoshi-automation Jun 30, 2026
fd03e4b
feat(compute): update the api
yoshi-automation Jun 30, 2026
1d4e7ae
feat(contactcenterinsights): update the api
yoshi-automation Jun 30, 2026
29f4421
feat(container): update the api
yoshi-automation Jun 30, 2026
3732b2d
feat(datamigration): update the api
yoshi-automation Jun 30, 2026
381d8d4
feat(dataplex): update the api
yoshi-automation Jun 30, 2026
71b5525
feat(datastream): update the api
yoshi-automation Jun 30, 2026
bb05662
feat(dialogflow): update the api
yoshi-automation Jun 30, 2026
2fdae60
feat(discoveryengine): update the api
yoshi-automation Jun 30, 2026
3f5dd7f
feat(displayvideo): update the api
yoshi-automation Jun 30, 2026
d9b2ceb
feat(dlp): update the api
yoshi-automation Jun 30, 2026
5ca8775
feat(dns): update the api
yoshi-automation Jun 30, 2026
4f18a41
feat(drive): update the api
yoshi-automation Jun 30, 2026
019dc10
feat(file): update the api
yoshi-automation Jun 30, 2026
258cf16
feat(firebaseapphosting): update the api
yoshi-automation Jun 30, 2026
54b9a77
feat(firebaseml): update the api
yoshi-automation Jun 30, 2026
899076f
feat(gkehub): update the api
yoshi-automation Jun 30, 2026
e5a997f
feat(gmailpostmastertools): update the api
yoshi-automation Jun 30, 2026
396808e
feat(homegraph): update the api
yoshi-automation Jun 30, 2026
b5dd266
feat(merchantapi): update the api
yoshi-automation Jun 30, 2026
67713a8
feat(migrationcenter): update the api
yoshi-automation Jun 30, 2026
e844241
feat(netapp): update the api
yoshi-automation Jun 30, 2026
258bad1
feat(networkmanagement): update the api
yoshi-automation Jun 30, 2026
b990ff3
feat(networksecurity): update the api
yoshi-automation Jun 30, 2026
650eb1b
feat(ondemandscanning): update the api
yoshi-automation Jun 30, 2026
d0d1038
feat(policytroubleshooter): update the api
yoshi-automation Jun 30, 2026
fde95be
feat(recommender): update the api
yoshi-automation Jun 30, 2026
170481b
feat(run): update the api
yoshi-automation Jun 30, 2026
aaa0b81
feat(securitycenter): update the api
yoshi-automation Jun 30, 2026
34ee9f9
feat(storagetransfer): update the api
yoshi-automation Jun 30, 2026
21efc8f
feat(sts): update the api
yoshi-automation Jun 30, 2026
27db6dc
feat(travelimpactmodel): update the api
yoshi-automation Jun 30, 2026
2bae4a0
chore(docs): Add new discovery artifacts and artifacts with minor upd…
yoshi-automation Jun 30, 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
111 changes: 111 additions & 0 deletions docs/dyn/agentregistry_v1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
<html><body>
<style>

body, h1, h2, h3, div, span, p, pre, a {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}

body {
font-size: 13px;
padding: 1em;
}

h1 {
font-size: 26px;
margin-bottom: 1em;
}

h2 {
font-size: 24px;
margin-bottom: 1em;
}

h3 {
font-size: 20px;
margin-bottom: 1em;
margin-top: 1em;
}

pre, code {
line-height: 1.5;
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
}

pre {
margin-top: 0.5em;
}

h1, h2, h3, p {
font-family: Arial, sans serif;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

In CSS, the generic font family name for sans-serif is sans-serif (with a hyphen). Using sans serif without a hyphen is invalid and will prevent the browser from falling back to a sans-serif font if Arial is unavailable. This issue appears to be in the generator template and affects multiple generated HTML files.

Suggested change
font-family: Arial, sans serif;
font-family: Arial, sans-serif;

}

h1, h2, h3 {
border-bottom: solid #CCC 1px;
}

.toc_element {
margin-top: 0.5em;
}

.firstline {
margin-left: 2 em;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

In CSS, length values cannot have a space between the number and the unit (e.g., 2 em is invalid). This causes the browser to ignore the margin-left property entirely. It should be written as 2em. This issue appears to be in the generator template and affects multiple generated HTML files.

Suggested change
margin-left: 2 em;
margin-left: 2em;

}

.method {
margin-top: 1em;
border: solid 1px #CCC;
padding: 1em;
background: #EEE;
}

.details {
font-weight: bold;
font-size: 14px;
}

</style>

<h1><a href="agentregistry_v1.html">Agent Registry API</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="agentregistry_v1.projects.html">projects()</a></code>
</p>
<p class="firstline">Returns the projects Resource.</p>

<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#new_batch_http_request">new_batch_http_request()</a></code></p>
<p class="firstline">Create a BatchHttpRequest object based on the discovery document.</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="close">close()</code>
<pre>Close httplib2 connections.</pre>
</div>

<div class="method">
<code class="details" id="new_batch_http_request">new_batch_http_request()</code>
<pre>Create a BatchHttpRequest object based on the discovery document.

Args:
callback: callable, A callback to be called for each response, of the
form callback(id, response, exception). The first parameter is the
request id, and the second is the deserialized response object. The
third is an apiclient.errors.HttpError exception object if an HTTP
error occurred while processing the request, or None if no error
occurred.

Returns:
A BatchHttpRequest object based on the discovery document.
</pre>
</div>

</body></html>
91 changes: 91 additions & 0 deletions docs/dyn/agentregistry_v1.projects.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
<html><body>
<style>

body, h1, h2, h3, div, span, p, pre, a {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}

body {
font-size: 13px;
padding: 1em;
}

h1 {
font-size: 26px;
margin-bottom: 1em;
}

h2 {
font-size: 24px;
margin-bottom: 1em;
}

h3 {
font-size: 20px;
margin-bottom: 1em;
margin-top: 1em;
}

pre, code {
line-height: 1.5;
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
}

pre {
margin-top: 0.5em;
}

h1, h2, h3, p {
font-family: Arial, sans serif;
}

h1, h2, h3 {
border-bottom: solid #CCC 1px;
}

.toc_element {
margin-top: 0.5em;
}

.firstline {
margin-left: 2 em;
}

.method {
margin-top: 1em;
border: solid 1px #CCC;
padding: 1em;
background: #EEE;
}

.details {
font-weight: bold;
font-size: 14px;
}

</style>

<h1><a href="agentregistry_v1.html">Agent Registry API</a> . <a href="agentregistry_v1.projects.html">projects</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="agentregistry_v1.projects.locations.html">locations()</a></code>
</p>
<p class="firstline">Returns the locations Resource.</p>

<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="close">close()</code>
<pre>Close httplib2 connections.</pre>
</div>

</body></html>
Loading
Loading