-
Notifications
You must be signed in to change notification settings - Fork 2.6k
chore: Update discovery artifacts #2773
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
ab5a343
d33acf4
186734b
9636e97
465568e
9f7839b
183f95c
03b8c21
a12b0d5
fd03e4b
1d4e7ae
29f4421
3732b2d
381d8d4
71b5525
bb05662
2fdae60
3f5dd7f
d9b2ceb
5ca8775
4f18a41
019dc10
258cf16
54b9a77
899076f
e5a997f
396808e
b5dd266
67713a8
e844241
258bad1
b990ff3
650eb1b
d0d1038
fde95be
170481b
aaa0b81
34ee9f9
21efc8f
27db6dc
2bae4a0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| 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; | ||||||
| } | ||||||
|
|
||||||
| h1, h2, h3 { | ||||||
| border-bottom: solid #CCC 1px; | ||||||
| } | ||||||
|
|
||||||
| .toc_element { | ||||||
| margin-top: 0.5em; | ||||||
| } | ||||||
|
|
||||||
| .firstline { | ||||||
| margin-left: 2 em; | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In CSS, length values cannot have a space between the number and the unit (e.g.,
Suggested change
|
||||||
| } | ||||||
|
|
||||||
| .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> | ||||||
| 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> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In CSS, the generic font family name for sans-serif is
sans-serif(with a hyphen). Usingsans serifwithout 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.