chore: update generated docs (#1115)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/2ed9ab0e-55b4-4ab2-aede-c95e765f7376/targets
- [x] To automatically regenerate this PR, check this box.
Source-Link: https://github.com/googleapis/discovery-artifact-manager/commit/0bed8bdae25d545e796cfcdd7a9bfffff11e69da
Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/cloudbilling_v1.services.html b/docs/dyn/cloudbilling_v1.services.html
index 1547393..9046d7a 100644
--- a/docs/dyn/cloudbilling_v1.services.html
+++ b/docs/dyn/cloudbilling_v1.services.html
@@ -83,7 +83,7 @@
<code><a href="#close">close()</a></code></p>
<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>
+ <code><a href="#list">list(pageToken=None, pageSize=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists all public cloud services.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -95,12 +95,12 @@
</div>
<div class="method">
- <code class="details" id="list">list(pageSize=None, pageToken=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(pageToken=None, pageSize=None, x__xgafv=None)</code>
<pre>Lists all public cloud services.
Args:
- pageSize: integer, Requested page size. Defaults to 5000.
pageToken: string, A token identifying a page of results to return. This should be a `next_page_token` value returned from a previous `ListServices` call. If unspecified, the first page of results is returned.
+ pageSize: integer, Requested page size. Defaults to 5000.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -110,15 +110,15 @@
An object of the form:
{ # Response message for `ListServices`.
+ "nextPageToken": "A String", # A token to retrieve the next page of results. To retrieve the next page, call `ListServices` again with the `page_token` field set to this value. This field is empty if there are no more results to retrieve.
"services": [ # A list of services.
{ # Encapsulates a single service in Google Cloud Platform.
- "serviceId": "A String", # The identifier for the service. Example: "DA34-426B-A397"
+ "businessEntityName": "A String", # The business under which the service is offered. Ex. "businessEntities/GCP", "businessEntities/Maps"
"displayName": "A String", # A human readable display name for this service.
"name": "A String", # The resource name for the service. Example: "services/DA34-426B-A397"
- "businessEntityName": "A String", # The business under which the service is offered. Ex. "businessEntities/GCP", "businessEntities/Maps"
+ "serviceId": "A String", # The identifier for the service. Example: "DA34-426B-A397"
},
],
- "nextPageToken": "A String", # A token to retrieve the next page of results. To retrieve the next page, call `ListServices` again with the `page_token` field set to this value. This field is empty if there are no more results to retrieve.
}</pre>
</div>