Index: discovery/googleapis/deploymentmanager__v2.json |
diff --git a/discovery/googleapis/deploymentmanager__v2.json b/discovery/googleapis/deploymentmanager__v2.json |
index 647136abc203e02d7bf9f6284e54c8651b830b39..d4a98f49aa2349b1f989cc95582e68e8f47f47c2 100644 |
--- a/discovery/googleapis/deploymentmanager__v2.json |
+++ b/discovery/googleapis/deploymentmanager__v2.json |
@@ -24,7 +24,7 @@ |
"description": "Declares, configures, and deploys complex solutions on Google Cloud Platform.", |
"discoveryVersion": "v1", |
"documentationLink": "https://cloud.google.com/deployment-manager/", |
- "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/Dg3jkuWJLyfsWpZiK_LBaeIV21s\"", |
+ "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/BZOTaOSd6CDPT3kBLAME2ENtrqQ\"", |
"icons": { |
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png", |
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png" |
@@ -282,10 +282,9 @@ |
}, |
"maxResults": { |
"default": "500", |
- "description": "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.", |
+ "description": "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)", |
"format": "uint32", |
"location": "query", |
- "maximum": "500", |
"minimum": "0", |
"type": "integer" |
}, |
@@ -636,10 +635,9 @@ |
}, |
"maxResults": { |
"default": "500", |
- "description": "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.", |
+ "description": "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)", |
"format": "uint32", |
"location": "query", |
- "maximum": "500", |
"minimum": "0", |
"type": "integer" |
}, |
@@ -725,10 +723,9 @@ |
}, |
"maxResults": { |
"default": "500", |
- "description": "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.", |
+ "description": "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)", |
"format": "uint32", |
"location": "query", |
- "maximum": "500", |
"minimum": "0", |
"type": "integer" |
}, |
@@ -830,10 +827,9 @@ |
}, |
"maxResults": { |
"default": "500", |
- "description": "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.", |
+ "description": "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)", |
"format": "uint32", |
"location": "query", |
- "maximum": "500", |
"minimum": "0", |
"type": "integer" |
}, |
@@ -885,10 +881,9 @@ |
}, |
"maxResults": { |
"default": "500", |
- "description": "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.", |
+ "description": "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)", |
"format": "uint32", |
"location": "query", |
- "maximum": "500", |
"minimum": "0", |
"type": "integer" |
}, |
@@ -924,22 +919,22 @@ |
} |
} |
}, |
- "revision": "20161221", |
+ "revision": "20170126", |
"rootUrl": "https://www.googleapis.com/", |
"schemas": { |
"AuditConfig": { |
- "description": "Provides the configuration for non-admin_activity logging for a service. Controls exemptions and specific log sub-types.", |
+ "description": "Specifies the audit configuration for a service. It consists of which permission types are logged, and what identities, if any, are exempted from logging. An AuditConifg must have one or more AuditLogConfigs.", |
"id": "AuditConfig", |
"properties": { |
"auditLogConfigs": { |
- "description": "The configuration for each type of logging", |
+ "description": "The configuration for logging of each type of permission.", |
"items": { |
"$ref": "AuditLogConfig" |
}, |
"type": "array" |
}, |
"exemptedMembers": { |
- "description": "Specifies the identities that are exempted from \"data access\" audit logging for the `service` specified above. Follows the same format of Binding.members.", |
+ "description": "Specifies the identities that are exempted from \"data access\" audit logging for the `service` specified above. Follows the same format of Binding.members. This field is deprecated in favor of per-permission-type exemptions.", |
"items": { |
"type": "string" |
}, |
@@ -953,11 +948,11 @@ |
"type": "object" |
}, |
"AuditLogConfig": { |
- "description": "Provides the configuration for a sub-type of logging.", |
+ "description": "Provides the configuration for logging a type of permissions. Example:\n\n{ \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:foo@gmail.com\" ] }, { \"log_type\": \"DATA_WRITE\", } ] }\n\nThis enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting foo@gmail.com from DATA_READ logging.", |
"id": "AuditLogConfig", |
"properties": { |
"exemptedMembers": { |
- "description": "Specifies the identities that are exempted from this type of logging Follows the same format of Binding.members.", |
+ "description": "Specifies the identities that do not cause logging for this type of permission. Follows the same format of [Binding.members][].", |
"items": { |
"type": "string" |
}, |
@@ -1105,6 +1100,10 @@ |
"description": "", |
"id": "DeploymentUpdate", |
"properties": { |
+ "description": { |
+ "description": "[Output Only] An optional user-provided description of the deployment after the current update has been applied.", |
+ "type": "string" |
+ }, |
"labels": { |
"description": "[Output Only] Map of labels; provided by the client when the resource is created or updated. Specifically: Label keys must be between 1 and 63 characters long and must conform to the following regular expression: [a-z]([-a-z0-9]*[a-z0-9])? Label values must be between 0 and 63 characters long and must conform to the regular expression ([a-z]([-a-z0-9]*[a-z0-9])?)?", |
"items": { |
@@ -1284,7 +1283,7 @@ |
"type": "string" |
}, |
"creationTimestamp": { |
- "description": "[Output Only] Creation timestamp in RFC3339 text format.", |
+ "description": "[Deprecated] This field is deprecated.", |
"type": "string" |
}, |
"description": { |
@@ -1455,7 +1454,7 @@ |
"id": "Policy", |
"properties": { |
"auditConfigs": { |
- "description": "Specifies audit logging configs for \"data access\". \"data access\": generally refers to data reads/writes and admin reads. \"admin activity\": generally refers to admin writes.\n\nNote: `AuditConfig` doesn't apply to \"admin activity\", which always enables audit logging.", |
+ "description": "Specifies cloud audit logging configuration for this policy.", |
"items": { |
"$ref": "AuditConfig" |
}, |