docs: docs update (#911)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
Fixes #<issue_number_goes_here> 🦕
diff --git a/docs/dyn/cloudbilling_v1.services.html b/docs/dyn/cloudbilling_v1.services.html
index 958ccd8..786013e 100644
--- a/docs/dyn/cloudbilling_v1.services.html
+++ b/docs/dyn/cloudbilling_v1.services.html
@@ -104,18 +104,18 @@
An object of the form:
{ # Response message for `ListServices`.
- "services": [ # A list of services.
+ "services": [ # A list of services.
{ # Encapsulates a single service in Google Cloud Platform.
- "displayName": "A String", # A human readable display name for this service.
- "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"
- "name": "A String", # The resource name for the service.
- # Example: "services/DA34-426B-A397"
+ "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"
+ "displayName": "A String", # A human readable display name for this service.
+ "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,
+ "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>
@@ -130,7 +130,7 @@
previous_response: The response from the request for the previous page. (required)
Returns:
- A request object that you can call 'execute()' on to request the next
+ A request object that you can call 'execute()' on to request the next
page. Returns None if there are no more items in the collection.
</pre>
</div>