Update docs for 1.3.2 release.
diff --git a/docs/dyn/compute_v1.instanceTemplates.html b/docs/dyn/compute_v1.instanceTemplates.html
index 3aee415..cec70e0 100644
--- a/docs/dyn/compute_v1.instanceTemplates.html
+++ b/docs/dyn/compute_v1.instanceTemplates.html
@@ -102,19 +102,19 @@
An object of the form:
{ # An operation resource, used to manage asynchronous API requests.
- "targetId": "A String", # Unique target id which identifies a particular incarnation of the target (output only).
- "clientOperationId": "A String", # An optional identifier specified by the client when the mutation was initiated. Must be unique for all operation resources in the project (output only).
- "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
- "id": "A String", # Unique identifier for the resource; defined by the server (output only).
- "zone": "A String", # URL of the zone where the operation resides (output only).
- "operationType": "A String", # Type of the operation. Examples include "insert", "update", and "delete" (output only).
- "httpErrorMessage": "A String", # If operation fails, the HTTP error message returned, e.g. NOT FOUND. (output only).
- "progress": 42, # An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess at when the operation will be complete. This number should be monotonically increasing as the operation progresses (output only).
- "httpErrorStatusCode": 42, # If operation fails, the HTTP error status code returned, e.g. 404. (output only).
- "statusMessage": "A String", # An optional textual description of the current status of the operation (output only).
- "status": "A String", # Status of the operation. Can be one of the following: "PENDING", "RUNNING", or "DONE" (output only).
- "insertTime": "A String", # The time that this operation was requested. This is in RFC 3339 format (output only).
- "warnings": [ # If warning messages generated during processing of this operation, this field will be populated (output only).
+ "targetId": "A String", # [Output Only] Unique target id which identifies a particular incarnation of the target.
+ "clientOperationId": "A String",
+ "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format (output only).
+ "id": "A String", # [Output Only] Unique identifier for the resource; defined by the server.
+ "zone": "A String", # [Output Only] URL of the zone where the operation resides (output only).
+ "operationType": "A String",
+ "httpErrorMessage": "A String",
+ "progress": 42,
+ "httpErrorStatusCode": 42,
+ "statusMessage": "A String", # [Output Only] An optional textual description of the current status of the operation.
+ "status": "A String", # [Output Only] Status of the operation. Can be one of the following: "PENDING", "RUNNING", or "DONE".
+ "insertTime": "A String", # [Output Only] The time that this operation was requested. This is in RFC 3339 format.
+ "warnings": [
{
"message": "A String", # Optional human-readable details for this warning.
"code": "A String", # The warning type identifier for this warning.
@@ -126,23 +126,23 @@
],
},
],
- "user": "A String", # User who requested the operation, for example "user@example.com" (output only).
- "startTime": "A String", # The time that this operation was started by the server. This is in RFC 3339 format (output only).
- "kind": "compute#operation", # Type of the resource.
- "name": "A String", # Name of the resource (output only).
- "region": "A String", # URL of the region where the operation resides (output only).
- "error": { # If errors occurred during processing of this operation, this field will be populated (output only).
- "errors": [ # The array of errors encountered while processing this operation.
+ "user": "A String",
+ "startTime": "A String", # [Output Only] The time that this operation was started by the server. This is in RFC 3339 format.
+ "kind": "compute#operation", # [Output Only] Type of the resource. Always kind#operation for Operation resources.
+ "name": "A String", # [Output Only] Name of the resource (output only).
+ "region": "A String", # [Output Only] URL of the region where the operation resides (output only).
+ "error": { # [Output Only] If errors occurred during processing of this operation, this field will be populated.
+ "errors": [ # [Output Only] The array of errors encountered while processing this operation.
{
- "message": "A String", # An optional, human-readable error message.
- "code": "A String", # The error type identifier for this error.
- "location": "A String", # Indicates the field in the request which caused the error. This property is optional.
+ "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.
},
],
},
- "endTime": "A String", # The time that this operation was completed. This is in RFC 3339 format (output only).
- "selfLink": "A String", # Server defined URL for the resource (output only).
- "targetLink": "A String", # URL of the resource the operation is mutating (output only).
+ "endTime": "A String",
+ "selfLink": "A String", # [Output Only] Server defined URL for the resource.
+ "targetLink": "A String", # [Output Only] URL of the resource the operation is mutating (output only).
}</pre>
</div>
@@ -184,12 +184,13 @@
"autoDelete": True or False, # Whether the disk will be auto-deleted when the instance is deleted (but not when the disk is detached from the instance).
"index": 42, # A zero-based index to assign to this disk, where 0 is reserved for the boot disk. If not specified, the server will choose an appropriate value (output only).
"boot": True or False, # Indicates that this is a boot disk. VM will use the first partition of the disk for its root filesystem.
- "source": "A String", # Persistent disk only; the URL of the persistent disk resource.
- "mode": "A String", # The mode in which to attach this disk, either "READ_WRITE" or "READ_ONLY".
"licenses": [ # Public visible licenses.
"A String",
],
+ "mode": "A String", # The mode in which to attach this disk, either "READ_WRITE" or "READ_ONLY".
+ "interface": "A String",
"type": "A String", # Type of the disk, either "SCRATCH" or "PERSISTENT". Note that persistent disks must be created before you can specify them here.
+ "source": "A String", # Persistent disk only; the URL of the persistent disk resource.
},
],
"scheduling": { # Scheduling options for an Instance. # Scheduling options for the instances created based on this template.
@@ -272,12 +273,13 @@
"autoDelete": True or False, # Whether the disk will be auto-deleted when the instance is deleted (but not when the disk is detached from the instance).
"index": 42, # A zero-based index to assign to this disk, where 0 is reserved for the boot disk. If not specified, the server will choose an appropriate value (output only).
"boot": True or False, # Indicates that this is a boot disk. VM will use the first partition of the disk for its root filesystem.
- "source": "A String", # Persistent disk only; the URL of the persistent disk resource.
- "mode": "A String", # The mode in which to attach this disk, either "READ_WRITE" or "READ_ONLY".
"licenses": [ # Public visible licenses.
"A String",
],
+ "mode": "A String", # The mode in which to attach this disk, either "READ_WRITE" or "READ_ONLY".
+ "interface": "A String",
"type": "A String", # Type of the disk, either "SCRATCH" or "PERSISTENT". Note that persistent disks must be created before you can specify them here.
+ "source": "A String", # Persistent disk only; the URL of the persistent disk resource.
},
],
"scheduling": { # Scheduling options for an Instance. # Scheduling options for the instances created based on this template.
@@ -328,19 +330,19 @@
An object of the form:
{ # An operation resource, used to manage asynchronous API requests.
- "targetId": "A String", # Unique target id which identifies a particular incarnation of the target (output only).
- "clientOperationId": "A String", # An optional identifier specified by the client when the mutation was initiated. Must be unique for all operation resources in the project (output only).
- "creationTimestamp": "A String", # Creation timestamp in RFC3339 text format (output only).
- "id": "A String", # Unique identifier for the resource; defined by the server (output only).
- "zone": "A String", # URL of the zone where the operation resides (output only).
- "operationType": "A String", # Type of the operation. Examples include "insert", "update", and "delete" (output only).
- "httpErrorMessage": "A String", # If operation fails, the HTTP error message returned, e.g. NOT FOUND. (output only).
- "progress": 42, # An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess at when the operation will be complete. This number should be monotonically increasing as the operation progresses (output only).
- "httpErrorStatusCode": 42, # If operation fails, the HTTP error status code returned, e.g. 404. (output only).
- "statusMessage": "A String", # An optional textual description of the current status of the operation (output only).
- "status": "A String", # Status of the operation. Can be one of the following: "PENDING", "RUNNING", or "DONE" (output only).
- "insertTime": "A String", # The time that this operation was requested. This is in RFC 3339 format (output only).
- "warnings": [ # If warning messages generated during processing of this operation, this field will be populated (output only).
+ "targetId": "A String", # [Output Only] Unique target id which identifies a particular incarnation of the target.
+ "clientOperationId": "A String",
+ "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format (output only).
+ "id": "A String", # [Output Only] Unique identifier for the resource; defined by the server.
+ "zone": "A String", # [Output Only] URL of the zone where the operation resides (output only).
+ "operationType": "A String",
+ "httpErrorMessage": "A String",
+ "progress": 42,
+ "httpErrorStatusCode": 42,
+ "statusMessage": "A String", # [Output Only] An optional textual description of the current status of the operation.
+ "status": "A String", # [Output Only] Status of the operation. Can be one of the following: "PENDING", "RUNNING", or "DONE".
+ "insertTime": "A String", # [Output Only] The time that this operation was requested. This is in RFC 3339 format.
+ "warnings": [
{
"message": "A String", # Optional human-readable details for this warning.
"code": "A String", # The warning type identifier for this warning.
@@ -352,23 +354,23 @@
],
},
],
- "user": "A String", # User who requested the operation, for example "user@example.com" (output only).
- "startTime": "A String", # The time that this operation was started by the server. This is in RFC 3339 format (output only).
- "kind": "compute#operation", # Type of the resource.
- "name": "A String", # Name of the resource (output only).
- "region": "A String", # URL of the region where the operation resides (output only).
- "error": { # If errors occurred during processing of this operation, this field will be populated (output only).
- "errors": [ # The array of errors encountered while processing this operation.
+ "user": "A String",
+ "startTime": "A String", # [Output Only] The time that this operation was started by the server. This is in RFC 3339 format.
+ "kind": "compute#operation", # [Output Only] Type of the resource. Always kind#operation for Operation resources.
+ "name": "A String", # [Output Only] Name of the resource (output only).
+ "region": "A String", # [Output Only] URL of the region where the operation resides (output only).
+ "error": { # [Output Only] If errors occurred during processing of this operation, this field will be populated.
+ "errors": [ # [Output Only] The array of errors encountered while processing this operation.
{
- "message": "A String", # An optional, human-readable error message.
- "code": "A String", # The error type identifier for this error.
- "location": "A String", # Indicates the field in the request which caused the error. This property is optional.
+ "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.
},
],
},
- "endTime": "A String", # The time that this operation was completed. This is in RFC 3339 format (output only).
- "selfLink": "A String", # Server defined URL for the resource (output only).
- "targetLink": "A String", # URL of the resource the operation is mutating (output only).
+ "endTime": "A String",
+ "selfLink": "A String", # [Output Only] Server defined URL for the resource.
+ "targetLink": "A String", # [Output Only] URL of the resource the operation is mutating (output only).
}</pre>
</div>
@@ -387,7 +389,7 @@
{ # Contains a list of instance template resources.
"nextPageToken": "A String", # A token used to continue a truncated list request (output only).
- "items": [ # A list of instance template resources.
+ "items": [ # A list of InstanceTemplate resources.
{ # An Instance Template resource.
"kind": "compute#instanceTemplate", # Type of the resource.
"description": "A String", # An optional textual description of the instance template resource; provided by the client when the resource is created.
@@ -415,12 +417,13 @@
"autoDelete": True or False, # Whether the disk will be auto-deleted when the instance is deleted (but not when the disk is detached from the instance).
"index": 42, # A zero-based index to assign to this disk, where 0 is reserved for the boot disk. If not specified, the server will choose an appropriate value (output only).
"boot": True or False, # Indicates that this is a boot disk. VM will use the first partition of the disk for its root filesystem.
- "source": "A String", # Persistent disk only; the URL of the persistent disk resource.
- "mode": "A String", # The mode in which to attach this disk, either "READ_WRITE" or "READ_ONLY".
"licenses": [ # Public visible licenses.
"A String",
],
+ "mode": "A String", # The mode in which to attach this disk, either "READ_WRITE" or "READ_ONLY".
+ "interface": "A String",
"type": "A String", # Type of the disk, either "SCRATCH" or "PERSISTENT". Note that persistent disks must be created before you can specify them here.
+ "source": "A String", # Persistent disk only; the URL of the persistent disk resource.
},
],
"scheduling": { # Scheduling options for an Instance. # Scheduling options for the instances created based on this template.