Update docs
diff --git a/docs/dyn/compute_v1.backendServices.html b/docs/dyn/compute_v1.backendServices.html
index 00e02f5..12a57dd 100644
--- a/docs/dyn/compute_v1.backendServices.html
+++ b/docs/dyn/compute_v1.backendServices.html
@@ -79,7 +79,7 @@
<p class="firstline">Deletes the specified BackendService resource.</p>
<p class="toc_element">
<code><a href="#get">get(project, backendService)</a></code></p>
-<p class="firstline">Returns the specified BackendService resource.</p>
+<p class="firstline">Returns the specified BackendService resource. Get a list of available backend services by making a list() request.</p>
<p class="toc_element">
<code><a href="#getHealth">getHealth(project, backendService, body)</a></code></p>
<p class="firstline">Gets the most recent health check results for this BackendService.</p>
@@ -132,7 +132,7 @@
# "data": [ { "key": "scope", "value": "zones/us-east1-d" }
{
"value": "A String", # [Output Only] A warning data value corresponding to the key.
- "key": "A String", # [Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource, and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).
+ "key": "A String", # [Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).
},
],
},
@@ -147,7 +147,7 @@
{
"message": "A String", # [Output Only] An optional, human-readable error message.
"code": "A String", # [Output Only] The error type identifier for this error.
- "location": "A String", # [Output Only] Indicates the field in the request which caused the error. This property is optional.
+ "location": "A String", # [Output Only] Indicates the field in the request that caused the error. This property is optional.
},
],
},
@@ -159,7 +159,7 @@
<div class="method">
<code class="details" id="get">get(project, backendService)</code>
- <pre>Returns the specified BackendService resource.
+ <pre>Returns the specified BackendService resource. Get a list of available backend services by making a list() request.
Args:
project: string, Project ID for this request. (required)
@@ -175,6 +175,7 @@
# Possible values are HTTP, HTTPS, HTTP2, TCP and SSL.
"description": "A String", # An optional description of this resource. Provide this property when you create the resource.
"timeoutSec": 42, # How many seconds to wait for the backend before considering it a failed request. Default is 30 seconds.
+ "region": "A String", # [Output Only] URL of the region where the regional backend service resides. This field is not applicable to global backend services.
"port": 42, # Deprecated in favor of portName. The TCP port to connect on the backend. The default value is 80.
"backends": [ # The list of backends that serve this BackendService.
{ # Message containing information of one individual backend.
@@ -248,6 +249,7 @@
# Possible values are HTTP, HTTPS, HTTP2, TCP and SSL.
"description": "A String", # An optional description of this resource. Provide this property when you create the resource.
"timeoutSec": 42, # How many seconds to wait for the backend before considering it a failed request. Default is 30 seconds.
+ "region": "A String", # [Output Only] URL of the region where the regional backend service resides. This field is not applicable to global backend services.
"port": 42, # Deprecated in favor of portName. The TCP port to connect on the backend. The default value is 80.
"backends": [ # The list of backends that serve this BackendService.
{ # Message containing information of one individual backend.
@@ -299,7 +301,7 @@
# "data": [ { "key": "scope", "value": "zones/us-east1-d" }
{
"value": "A String", # [Output Only] A warning data value corresponding to the key.
- "key": "A String", # [Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource, and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).
+ "key": "A String", # [Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).
},
],
},
@@ -314,7 +316,7 @@
{
"message": "A String", # [Output Only] An optional, human-readable error message.
"code": "A String", # [Output Only] The error type identifier for this error.
- "location": "A String", # [Output Only] Indicates the field in the request which caused the error. This property is optional.
+ "location": "A String", # [Output Only] Indicates the field in the request that caused the error. This property is optional.
},
],
},
@@ -336,11 +338,11 @@
The field_name is the name of the field you want to compare. Only atomic field types are supported (string, number, boolean). The comparison_string must be either eq (equals) or ne (not equals). The literal_string is the string value to filter to. The literal value must be valid for the type of field you are filtering by (string, number, boolean). For string fields, the literal value is interpreted as a regular expression using RE2 syntax. The literal value must match the entire field.
-For example, to filter for instances whose name is not equal to example-instance, you would use filter=name ne example-instance.
+For example, to filter for instances that do not have a name of example-instance, you would use filter=name ne example-instance.
-Compute Engine Beta API Only: If you use filtering in the Beta API, you can also filter on nested fields. For example, you could filter on instances that have set the scheduling.automaticRestart field to true. In particular, use filtering on nested fields to take advantage of instance labels to organize and filter results based on label values.
+Compute Engine Beta API Only: When filtering in the Beta API, you can also filter on nested fields. For example, you could filter on instances that have set the scheduling.automaticRestart field to true. Use filtering on nested fields to take advantage of labels to organize and search for results based on label values.
-The Beta API also supports filtering on multiple expressions by providing each separate expression within parentheses. For example, (scheduling.automaticRestart eq true) (zone eq us-central1-f). Multiple expressions are treated as AND expressions meaning that resources must match all expressions to pass the filters.
+The Beta API also supports filtering on multiple expressions by providing each separate expression within parentheses. For example, (scheduling.automaticRestart eq true) (zone eq us-central1-f). Multiple expressions are treated as AND expressions, meaning that resources must match all expressions to pass the filters.
Returns:
An object of the form:
@@ -355,6 +357,7 @@
# Possible values are HTTP, HTTPS, HTTP2, TCP and SSL.
"description": "A String", # An optional description of this resource. Provide this property when you create the resource.
"timeoutSec": 42, # How many seconds to wait for the backend before considering it a failed request. Default is 30 seconds.
+ "region": "A String", # [Output Only] URL of the region where the regional backend service resides. This field is not applicable to global backend services.
"port": 42, # Deprecated in favor of portName. The TCP port to connect on the backend. The default value is 80.
"backends": [ # The list of backends that serve this BackendService.
{ # Message containing information of one individual backend.
@@ -417,6 +420,7 @@
# Possible values are HTTP, HTTPS, HTTP2, TCP and SSL.
"description": "A String", # An optional description of this resource. Provide this property when you create the resource.
"timeoutSec": 42, # How many seconds to wait for the backend before considering it a failed request. Default is 30 seconds.
+ "region": "A String", # [Output Only] URL of the region where the regional backend service resides. This field is not applicable to global backend services.
"port": 42, # Deprecated in favor of portName. The TCP port to connect on the backend. The default value is 80.
"backends": [ # The list of backends that serve this BackendService.
{ # Message containing information of one individual backend.
@@ -468,7 +472,7 @@
# "data": [ { "key": "scope", "value": "zones/us-east1-d" }
{
"value": "A String", # [Output Only] A warning data value corresponding to the key.
- "key": "A String", # [Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource, and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).
+ "key": "A String", # [Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).
},
],
},
@@ -483,7 +487,7 @@
{
"message": "A String", # [Output Only] An optional, human-readable error message.
"code": "A String", # [Output Only] The error type identifier for this error.
- "location": "A String", # [Output Only] Indicates the field in the request which caused the error. This property is optional.
+ "location": "A String", # [Output Only] Indicates the field in the request that caused the error. This property is optional.
},
],
},
@@ -510,6 +514,7 @@
# Possible values are HTTP, HTTPS, HTTP2, TCP and SSL.
"description": "A String", # An optional description of this resource. Provide this property when you create the resource.
"timeoutSec": 42, # How many seconds to wait for the backend before considering it a failed request. Default is 30 seconds.
+ "region": "A String", # [Output Only] URL of the region where the regional backend service resides. This field is not applicable to global backend services.
"port": 42, # Deprecated in favor of portName. The TCP port to connect on the backend. The default value is 80.
"backends": [ # The list of backends that serve this BackendService.
{ # Message containing information of one individual backend.
@@ -561,7 +566,7 @@
# "data": [ { "key": "scope", "value": "zones/us-east1-d" }
{
"value": "A String", # [Output Only] A warning data value corresponding to the key.
- "key": "A String", # [Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource, and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).
+ "key": "A String", # [Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).
},
],
},
@@ -576,7 +581,7 @@
{
"message": "A String", # [Output Only] An optional, human-readable error message.
"code": "A String", # [Output Only] The error type identifier for this error.
- "location": "A String", # [Output Only] Indicates the field in the request which caused the error. This property is optional.
+ "location": "A String", # [Output Only] Indicates the field in the request that caused the error. This property is optional.
},
],
},