Regen docs (#364)
diff --git a/docs/dyn/compute_v1.backendServices.html b/docs/dyn/compute_v1.backendServices.html
index 91d93db..c5bd197 100644
--- a/docs/dyn/compute_v1.backendServices.html
+++ b/docs/dyn/compute_v1.backendServices.html
@@ -116,7 +116,7 @@
You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.
Currently, only sorting by name or creationTimestamp desc is supported.
- maxResults: integer, The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests.
+ maxResults: integer, The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
pageToken: string, Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
filter: string, Sets a filter expression for filtering listed resources, in the form filter={expression}. Your {expression} must be in the format: field_name comparison_string literal_string.
@@ -154,7 +154,7 @@
"kind": "compute#backendService", # [Output Only] Type of resource. Always compute#backendService for backend services.
"protocol": "A String", # The protocol this BackendService uses to communicate with backends.
#
- # Possible values are HTTP, HTTPS, HTTP2, TCP and SSL. The default is HTTP.
+ # Possible values are HTTP, HTTPS, TCP, and SSL. The default is HTTP.
#
# For internal load balancing, the possible values are TCP and UDP, and the default is TCP.
"description": "A String", # An optional description of this resource. Provide this property when you create the resource.
@@ -259,7 +259,7 @@
{ # An Operation resource, used to manage asynchronous API requests.
"targetId": "A String", # [Output Only] The unique target ID, which identifies a specific incarnation of the target resource.
"clientOperationId": "A String", # [Output Only] Reserved for future use.
- "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
+ "creationTimestamp": "A String", # [Deprecated] This field is deprecated.
"id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
"zone": "A String", # [Output Only] The URL of the zone where the operation resides. Only available when performing per-zone operations.
"insertTime": "A String", # [Output Only] The time that this operation was requested. This value is in RFC3339 text format.
@@ -321,7 +321,7 @@
"kind": "compute#backendService", # [Output Only] Type of resource. Always compute#backendService for backend services.
"protocol": "A String", # The protocol this BackendService uses to communicate with backends.
#
- # Possible values are HTTP, HTTPS, HTTP2, TCP and SSL. The default is HTTP.
+ # Possible values are HTTP, HTTPS, TCP, and SSL. The default is HTTP.
#
# For internal load balancing, the possible values are TCP and UDP, and the default is TCP.
"description": "A String", # An optional description of this resource. Provide this property when you create the resource.
@@ -438,7 +438,7 @@
"kind": "compute#backendService", # [Output Only] Type of resource. Always compute#backendService for backend services.
"protocol": "A String", # The protocol this BackendService uses to communicate with backends.
#
- # Possible values are HTTP, HTTPS, HTTP2, TCP and SSL. The default is HTTP.
+ # Possible values are HTTP, HTTPS, TCP, and SSL. The default is HTTP.
#
# For internal load balancing, the possible values are TCP and UDP, and the default is TCP.
"description": "A String", # An optional description of this resource. Provide this property when you create the resource.
@@ -514,7 +514,7 @@
{ # An Operation resource, used to manage asynchronous API requests.
"targetId": "A String", # [Output Only] The unique target ID, which identifies a specific incarnation of the target resource.
"clientOperationId": "A String", # [Output Only] Reserved for future use.
- "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
+ "creationTimestamp": "A String", # [Deprecated] This field is deprecated.
"id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
"zone": "A String", # [Output Only] The URL of the zone where the operation resides. Only available when performing per-zone operations.
"insertTime": "A String", # [Output Only] The time that this operation was requested. This value is in RFC3339 text format.
@@ -569,7 +569,7 @@
You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.
Currently, only sorting by name or creationTimestamp desc is supported.
- maxResults: integer, The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests.
+ maxResults: integer, The maximum number of results per page that should be returned. If the number of available results is larger than maxResults, Compute Engine returns a nextPageToken that can be used to get the next page of results in subsequent list requests. Acceptable values are 0 to 500, inclusive. (Default: 500)
pageToken: string, Specifies a page token to use. Set pageToken to the nextPageToken returned by a previous list request to get the next page of results.
filter: string, Sets a filter expression for filtering listed resources, in the form filter={expression}. Your {expression} must be in the format: field_name comparison_string literal_string.
@@ -585,7 +585,7 @@
An object of the form:
{ # Contains a list of BackendService resources.
- "nextPageToken": "A String", # [Output Only] A token used to continue a truncated list request.
+ "nextPageToken": "A String", # [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
"items": [ # A list of BackendService resources.
{ # A BackendService resource. This resource defines a group of backend virtual machines and their serving capacity.
"connectionDraining": { # Message containing connection draining configuration.
@@ -594,7 +594,7 @@
"kind": "compute#backendService", # [Output Only] Type of resource. Always compute#backendService for backend services.
"protocol": "A String", # The protocol this BackendService uses to communicate with backends.
#
- # Possible values are HTTP, HTTPS, HTTP2, TCP and SSL. The default is HTTP.
+ # Possible values are HTTP, HTTPS, TCP, and SSL. The default is HTTP.
#
# For internal load balancing, the possible values are TCP and UDP, and the default is TCP.
"description": "A String", # An optional description of this resource. Provide this property when you create the resource.
@@ -700,7 +700,7 @@
"kind": "compute#backendService", # [Output Only] Type of resource. Always compute#backendService for backend services.
"protocol": "A String", # The protocol this BackendService uses to communicate with backends.
#
- # Possible values are HTTP, HTTPS, HTTP2, TCP and SSL. The default is HTTP.
+ # Possible values are HTTP, HTTPS, TCP, and SSL. The default is HTTP.
#
# For internal load balancing, the possible values are TCP and UDP, and the default is TCP.
"description": "A String", # An optional description of this resource. Provide this property when you create the resource.
@@ -776,7 +776,7 @@
{ # An Operation resource, used to manage asynchronous API requests.
"targetId": "A String", # [Output Only] The unique target ID, which identifies a specific incarnation of the target resource.
"clientOperationId": "A String", # [Output Only] Reserved for future use.
- "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
+ "creationTimestamp": "A String", # [Deprecated] This field is deprecated.
"id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
"zone": "A String", # [Output Only] The URL of the zone where the operation resides. Only available when performing per-zone operations.
"insertTime": "A String", # [Output Only] The time that this operation was requested. This value is in RFC3339 text format.
@@ -837,7 +837,7 @@
"kind": "compute#backendService", # [Output Only] Type of resource. Always compute#backendService for backend services.
"protocol": "A String", # The protocol this BackendService uses to communicate with backends.
#
- # Possible values are HTTP, HTTPS, HTTP2, TCP and SSL. The default is HTTP.
+ # Possible values are HTTP, HTTPS, TCP, and SSL. The default is HTTP.
#
# For internal load balancing, the possible values are TCP and UDP, and the default is TCP.
"description": "A String", # An optional description of this resource. Provide this property when you create the resource.
@@ -913,7 +913,7 @@
{ # An Operation resource, used to manage asynchronous API requests.
"targetId": "A String", # [Output Only] The unique target ID, which identifies a specific incarnation of the target resource.
"clientOperationId": "A String", # [Output Only] Reserved for future use.
- "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
+ "creationTimestamp": "A String", # [Deprecated] This field is deprecated.
"id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
"zone": "A String", # [Output Only] The URL of the zone where the operation resides. Only available when performing per-zone operations.
"insertTime": "A String", # [Output Only] The time that this operation was requested. This value is in RFC3339 text format.