Regen all docs. (#700)
* Stop recursing if discovery == {}
* Generate docs with 'make docs'.
diff --git a/docs/dyn/deploymentmanager_v2.resources.html b/docs/dyn/deploymentmanager_v2.resources.html
index 4b3b9ff..c1a299a 100644
--- a/docs/dyn/deploymentmanager_v2.resources.html
+++ b/docs/dyn/deploymentmanager_v2.resources.html
@@ -100,10 +100,10 @@
"accessControl": { # The access controls set on the resource. # The Access Control Policy set on this resource.
"gcpIamPolicy": "A String", # The GCP IAM Policy to set on the resource.
},
- "finalProperties": "A String", # [Output Only] The evaluated properties of the resource with references expanded. Returned as serialized YAML.
- "properties": "A String", # [Output Only] The current properties of the resource before any references have been filled in. Returned as serialized YAML.
- "name": "A String", # [Output Only] The name of the resource as it appears in the YAML config.
- "warnings": [ # [Output Only] If warning messages are generated during processing of this resource, this field will be populated.
+ "finalProperties": "A String", # Output only. The evaluated properties of the resource with references expanded. Returned as serialized YAML.
+ "properties": "A String", # Output only. The current properties of the resource before any references have been filled in. Returned as serialized YAML.
+ "name": "A String", # Output only. The name of the resource as it appears in the YAML config.
+ "warnings": [ # Output only. If warning messages are generated during processing of this resource, this field will be populated.
{
"message": "A String", # [Output Only] A human-readable description of the warning code.
"code": "A String", # [Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
@@ -116,13 +116,13 @@
],
},
],
- "url": "A String", # [Output Only] The URL of the actual resource.
- "update": { # [Output Only] If Deployment Manager is currently updating or previewing an update to this resource, the updated configuration appears here.
+ "url": "A String", # Output only. The URL of the actual resource.
+ "update": { # Output only. If Deployment Manager is currently updating or previewing an update to this resource, the updated configuration appears here.
"accessControl": { # The access controls set on the resource. # The Access Control Policy to set on this resource after updating the resource itself.
"gcpIamPolicy": "A String", # The GCP IAM Policy to set on the resource.
},
- "finalProperties": "A String", # [Output Only] The expanded properties of the resource with reference values expanded. Returned as serialized YAML.
- "warnings": [ # [Output Only] If warning messages are generated during processing of this resource, this field will be populated.
+ "finalProperties": "A String", # Output only. The expanded properties of the resource with reference values expanded. Returned as serialized YAML.
+ "warnings": [ # Output only. If warning messages are generated during processing of this resource, this field will be populated.
{
"message": "A String", # [Output Only] A human-readable description of the warning code.
"code": "A String", # [Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
@@ -135,10 +135,10 @@
],
},
],
- "manifest": "A String", # [Output Only] URL of the manifest representing the update configuration of this resource.
- "state": "A String", # [Output Only] The state of the resource.
- "intent": "A String", # [Output Only] The intent of the resource: PREVIEW, UPDATE, or CANCEL.
- "error": { # [Output Only] If errors are generated during update of the resource, this field will be populated.
+ "manifest": "A String", # Output only. URL of the manifest representing the update configuration of this resource.
+ "state": "A String", # Output only. The state of the resource.
+ "intent": "A String", # Output only. The intent of the resource: PREVIEW, UPDATE, or CANCEL.
+ "error": { # Output only. If errors are generated during update of the resource, this field will be populated.
"errors": [ # [Output Only] The array of errors encountered while processing this operation.
{
"message": "A String", # [Output Only] An optional, human-readable error message.
@@ -147,13 +147,13 @@
},
],
},
- "properties": "A String", # [Output Only] The set of updated properties for this resource, before references are expanded. Returned as serialized YAML.
+ "properties": "A String", # Output only. The set of updated properties for this resource, before references are expanded. Returned as serialized YAML.
},
- "updateTime": "A String", # [Output Only] Timestamp when the resource was updated, in RFC3339 text format .
- "manifest": "A String", # [Output Only] URL of the manifest representing the current configuration of this resource.
- "insertTime": "A String", # [Output Only] Timestamp when the resource was created or acquired, in RFC3339 text format .
- "type": "A String", # [Output Only] The type of the resource, for example compute.v1.instance, or cloudfunctions.v1beta1.function.
- "id": "A String", # [Output Only] Unique identifier for the resource; defined by the server.
+ "updateTime": "A String", # Output only. Update timestamp in RFC3339 text format.
+ "manifest": "A String", # Output only. URL of the manifest representing the current configuration of this resource.
+ "insertTime": "A String", # Output only. Creation timestamp in RFC3339 text format.
+ "type": "A String", # Output only. The type of the resource, for example compute.v1.instance, or cloudfunctions.v1beta1.function.
+ "id": "A String",
}</pre>
</div>
@@ -171,15 +171,13 @@
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. 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.
+ filter: string, A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either =, !=, >, or <.
-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, if you are filtering Compute Engine instances, you can exclude instances named example-instance by specifying name != 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.
+You can also filter nested fields. For example, you could specify scheduling.automaticRestart = false to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels.
-You can 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.
-
-To filter on multiple expressions, provide 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.
+To filter on multiple expressions, provide each separate expression within parentheses. For example, (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake"). By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly. For example, (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true).
Returns:
An object of the form:
@@ -191,10 +189,10 @@
"accessControl": { # The access controls set on the resource. # The Access Control Policy set on this resource.
"gcpIamPolicy": "A String", # The GCP IAM Policy to set on the resource.
},
- "finalProperties": "A String", # [Output Only] The evaluated properties of the resource with references expanded. Returned as serialized YAML.
- "properties": "A String", # [Output Only] The current properties of the resource before any references have been filled in. Returned as serialized YAML.
- "name": "A String", # [Output Only] The name of the resource as it appears in the YAML config.
- "warnings": [ # [Output Only] If warning messages are generated during processing of this resource, this field will be populated.
+ "finalProperties": "A String", # Output only. The evaluated properties of the resource with references expanded. Returned as serialized YAML.
+ "properties": "A String", # Output only. The current properties of the resource before any references have been filled in. Returned as serialized YAML.
+ "name": "A String", # Output only. The name of the resource as it appears in the YAML config.
+ "warnings": [ # Output only. If warning messages are generated during processing of this resource, this field will be populated.
{
"message": "A String", # [Output Only] A human-readable description of the warning code.
"code": "A String", # [Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
@@ -207,13 +205,13 @@
],
},
],
- "url": "A String", # [Output Only] The URL of the actual resource.
- "update": { # [Output Only] If Deployment Manager is currently updating or previewing an update to this resource, the updated configuration appears here.
+ "url": "A String", # Output only. The URL of the actual resource.
+ "update": { # Output only. If Deployment Manager is currently updating or previewing an update to this resource, the updated configuration appears here.
"accessControl": { # The access controls set on the resource. # The Access Control Policy to set on this resource after updating the resource itself.
"gcpIamPolicy": "A String", # The GCP IAM Policy to set on the resource.
},
- "finalProperties": "A String", # [Output Only] The expanded properties of the resource with reference values expanded. Returned as serialized YAML.
- "warnings": [ # [Output Only] If warning messages are generated during processing of this resource, this field will be populated.
+ "finalProperties": "A String", # Output only. The expanded properties of the resource with reference values expanded. Returned as serialized YAML.
+ "warnings": [ # Output only. If warning messages are generated during processing of this resource, this field will be populated.
{
"message": "A String", # [Output Only] A human-readable description of the warning code.
"code": "A String", # [Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
@@ -226,10 +224,10 @@
],
},
],
- "manifest": "A String", # [Output Only] URL of the manifest representing the update configuration of this resource.
- "state": "A String", # [Output Only] The state of the resource.
- "intent": "A String", # [Output Only] The intent of the resource: PREVIEW, UPDATE, or CANCEL.
- "error": { # [Output Only] If errors are generated during update of the resource, this field will be populated.
+ "manifest": "A String", # Output only. URL of the manifest representing the update configuration of this resource.
+ "state": "A String", # Output only. The state of the resource.
+ "intent": "A String", # Output only. The intent of the resource: PREVIEW, UPDATE, or CANCEL.
+ "error": { # Output only. If errors are generated during update of the resource, this field will be populated.
"errors": [ # [Output Only] The array of errors encountered while processing this operation.
{
"message": "A String", # [Output Only] An optional, human-readable error message.
@@ -238,13 +236,13 @@
},
],
},
- "properties": "A String", # [Output Only] The set of updated properties for this resource, before references are expanded. Returned as serialized YAML.
+ "properties": "A String", # Output only. The set of updated properties for this resource, before references are expanded. Returned as serialized YAML.
},
- "updateTime": "A String", # [Output Only] Timestamp when the resource was updated, in RFC3339 text format .
- "manifest": "A String", # [Output Only] URL of the manifest representing the current configuration of this resource.
- "insertTime": "A String", # [Output Only] Timestamp when the resource was created or acquired, in RFC3339 text format .
- "type": "A String", # [Output Only] The type of the resource, for example compute.v1.instance, or cloudfunctions.v1beta1.function.
- "id": "A String", # [Output Only] Unique identifier for the resource; defined by the server.
+ "updateTime": "A String", # Output only. Update timestamp in RFC3339 text format.
+ "manifest": "A String", # Output only. URL of the manifest representing the current configuration of this resource.
+ "insertTime": "A String", # Output only. Creation timestamp in RFC3339 text format.
+ "type": "A String", # Output only. The type of the resource, for example compute.v1.instance, or cloudfunctions.v1beta1.function.
+ "id": "A String",
},
],
}</pre>