Update docs (#291)
diff --git a/docs/dyn/deploymentmanager_v2.resources.html b/docs/dyn/deploymentmanager_v2.resources.html
index 50ad2f0..ad8b911 100644
--- a/docs/dyn/deploymentmanager_v2.resources.html
+++ b/docs/dyn/deploymentmanager_v2.resources.html
@@ -97,8 +97,11 @@
An object of the form:
{
+ "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.
- "updateTime": "A String", # [Output Only] Timestamp when the resource was updated, in RFC3339 text format .
+ "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.
{
@@ -115,6 +118,9 @@
],
"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.
{
@@ -143,11 +149,11 @@
},
"properties": "A String", # [Output Only] The set of updated properties for this resource, before references are expanded. Returned as serialized YAML.
},
- "id": "A String", # [Output Only] Unique identifier for the resource; defined by the server.
- "insertTime": "A String", # [Output Only] Timestamp when the resource was created or acquired, in RFC3339 text format .
+ "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.
- "properties": "A String", # [Output Only] The current properties of the resource before any references have been filled in. Returned as serialized YAML.
+ "id": "A String", # [Output Only] Unique identifier for the resource; defined by the server.
}</pre>
</div>
@@ -177,8 +183,11 @@
"nextPageToken": "A String", # A token used to continue a truncated list request.
"resources": [ # Resources contained in this list response.
{
+ "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.
- "updateTime": "A String", # [Output Only] Timestamp when the resource was updated, in RFC3339 text format .
+ "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.
{
@@ -195,6 +204,9 @@
],
"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.
{
@@ -223,11 +235,11 @@
},
"properties": "A String", # [Output Only] The set of updated properties for this resource, before references are expanded. Returned as serialized YAML.
},
- "id": "A String", # [Output Only] Unique identifier for the resource; defined by the server.
- "insertTime": "A String", # [Output Only] Timestamp when the resource was created or acquired, in RFC3339 text format .
+ "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.
- "properties": "A String", # [Output Only] The current properties of the resource before any references have been filled in. Returned as serialized YAML.
+ "id": "A String", # [Output Only] Unique identifier for the resource; defined by the server.
},
],
}</pre>