Regen docs (#364)
diff --git a/docs/dyn/compute_alpha.regionDisks.html b/docs/dyn/compute_alpha.regionDisks.html
index 6bcc0b1..b04b75f 100644
--- a/docs/dyn/compute_alpha.regionDisks.html
+++ b/docs/dyn/compute_alpha.regionDisks.html
@@ -75,16 +75,16 @@
<h1><a href="compute_alpha.html">Compute Engine API</a> . <a href="compute_alpha.regionDisks.html">regionDisks</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
- <code><a href="#createSnapshot">createSnapshot(project, region, disk, body, guestFlush=None)</a></code></p>
+ <code><a href="#createSnapshot">createSnapshot(project, region, disk, body, guestFlush=None, requestId=None)</a></code></p>
<p class="firstline">Creates a snapshot of this regional disk.</p>
<p class="toc_element">
- <code><a href="#delete">delete(project, region, disk)</a></code></p>
+ <code><a href="#delete">delete(project, region, disk, requestId=None)</a></code></p>
<p class="firstline">Deletes the specified regional persistent disk. Deleting a regional disk removes all the replicas of its data permanently and is irreversible. However, deleting a disk does not delete any snapshots previously made from the disk. You must separately delete snapshots.</p>
<p class="toc_element">
<code><a href="#get">get(project, region, disk)</a></code></p>
<p class="firstline">Returns a specified regional persistent disk.</p>
<p class="toc_element">
- <code><a href="#insert">insert(project, region, body, sourceImage=None)</a></code></p>
+ <code><a href="#insert">insert(project, region, body, requestId=None, sourceImage=None)</a></code></p>
<p class="firstline">Creates a persistent regional disk in the specified project using the data included in the request.</p>
<p class="toc_element">
<code><a href="#list">list(project, region, orderBy=None, maxResults=None, pageToken=None, filter=None)</a></code></p>
@@ -93,17 +93,17 @@
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
<p class="toc_element">
- <code><a href="#resize">resize(project, region, disk, body)</a></code></p>
+ <code><a href="#resize">resize(project, region, disk, body, requestId=None)</a></code></p>
<p class="firstline">Resizes the specified regional persistent disk.</p>
<p class="toc_element">
- <code><a href="#setLabels">setLabels(project, region, resource, body)</a></code></p>
+ <code><a href="#setLabels">setLabels(project, region, resource, body, requestId=None)</a></code></p>
<p class="firstline">Sets the labels on the target regional disk.</p>
<p class="toc_element">
<code><a href="#testIamPermissions">testIamPermissions(project, region, resource, body)</a></code></p>
<p class="firstline">Returns permissions that a caller has on the specified resource.</p>
<h3>Method Details</h3>
<div class="method">
- <code class="details" id="createSnapshot">createSnapshot(project, region, disk, body, guestFlush=None)</code>
+ <code class="details" id="createSnapshot">createSnapshot(project, region, disk, body, guestFlush=None, requestId=None)</code>
<pre>Creates a snapshot of this regional disk.
Args:
@@ -149,7 +149,7 @@
"labelFingerprint": "A String", # A fingerprint for the labels being applied to this snapshot, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels.
#
# To see the latest fingerprint, make a get() request to retrieve a snapshot.
- "labels": { # Labels to apply to this snapshot. These can be later modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.
+ "labels": { # Labels to apply to this snapshot. These can be later modified by the setLabels method. Label values may be empty.
"a_key": "A String",
},
"sourceDiskId": "A String", # [Output Only] The ID value of the disk used to create this snapshot. This value may be used to determine whether the snapshot was taken from the current or a previous instance of a given disk name.
@@ -164,6 +164,7 @@
}
guestFlush: boolean, A parameter
+ requestId: string, begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.
Returns:
An object of the form:
@@ -171,7 +172,7 @@
{ # An Operation resource, used to manage asynchronous API requests.
"targetId": "A String", # [Output Only] The unique target ID, which identifies a specific incarnation of the target resource.
"clientOperationId": "A String", # [Output Only] Reserved for future use.
- "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
+ "creationTimestamp": "A String", # [Deprecated] This field is deprecated.
"id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
"zone": "A String", # [Output Only] The URL of the zone where the operation resides. Only available when performing per-zone operations.
"insertTime": "A String", # [Output Only] The time that this operation was requested. This value is in RFC3339 text format.
@@ -216,13 +217,14 @@
</div>
<div class="method">
- <code class="details" id="delete">delete(project, region, disk)</code>
+ <code class="details" id="delete">delete(project, region, disk, requestId=None)</code>
<pre>Deletes the specified regional persistent disk. Deleting a regional disk removes all the replicas of its data permanently and is irreversible. However, deleting a disk does not delete any snapshots previously made from the disk. You must separately delete snapshots.
Args:
project: string, Project ID for this request. (required)
region: string, Name of the region for this request. (required)
disk: string, Name of the regional persistent disk to delete. (required)
+ requestId: string, begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.
Returns:
An object of the form:
@@ -230,7 +232,7 @@
{ # An Operation resource, used to manage asynchronous API requests.
"targetId": "A String", # [Output Only] The unique target ID, which identifies a specific incarnation of the target resource.
"clientOperationId": "A String", # [Output Only] Reserved for future use.
- "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
+ "creationTimestamp": "A String", # [Deprecated] This field is deprecated.
"id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
"zone": "A String", # [Output Only] The URL of the zone where the operation resides. Only available when performing per-zone operations.
"insertTime": "A String", # [Output Only] The time that this operation was requested. This value is in RFC3339 text format.
@@ -297,7 +299,7 @@
# - After being wrapped, the key must be encoded in RFC 4648 base64 encoding. Get the RSA public key certificate provided by Google at:
# https://cloud-certs.storage.googleapis.com/google-cloud-csek-ingress.pem
},
- "labels": { # Labels to apply to this disk. These can be later modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.
+ "labels": { # Labels to apply to this disk. These can be later modified by the setLabels method.
"a_key": "A String",
},
"licenses": [ # Any applicable publicly visible licenses.
@@ -382,7 +384,7 @@
</div>
<div class="method">
- <code class="details" id="insert">insert(project, region, body, sourceImage=None)</code>
+ <code class="details" id="insert">insert(project, region, body, requestId=None, sourceImage=None)</code>
<pre>Creates a persistent regional disk in the specified project using the data included in the request.
Args:
@@ -402,7 +404,7 @@
# - After being wrapped, the key must be encoded in RFC 4648 base64 encoding. Get the RSA public key certificate provided by Google at:
# https://cloud-certs.storage.googleapis.com/google-cloud-csek-ingress.pem
},
- "labels": { # Labels to apply to this disk. These can be later modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.
+ "labels": { # Labels to apply to this disk. These can be later modified by the setLabels method.
"a_key": "A String",
},
"licenses": [ # Any applicable publicly visible licenses.
@@ -485,6 +487,7 @@
# global/images/family/my-private-family
}
+ requestId: string, begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.
sourceImage: string, Optional. Source image to restore onto a disk.
Returns:
@@ -493,7 +496,7 @@
{ # An Operation resource, used to manage asynchronous API requests.
"targetId": "A String", # [Output Only] The unique target ID, which identifies a specific incarnation of the target resource.
"clientOperationId": "A String", # [Output Only] Reserved for future use.
- "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
+ "creationTimestamp": "A String", # [Deprecated] This field is deprecated.
"id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
"zone": "A String", # [Output Only] The URL of the zone where the operation resides. Only available when performing per-zone operations.
"insertTime": "A String", # [Output Only] The time that this operation was requested. This value is in RFC3339 text format.
@@ -549,7 +552,7 @@
You can also sort results in descending order based on the creation timestamp using orderBy="creationTimestamp desc". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.
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.
+ 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.
@@ -565,8 +568,8 @@
An object of the form:
{ # A list of Disk resources.
- "nextPageToken": "A String", # [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
- "items": [ # [Output Only] A list of persistent disks.
+ "nextPageToken": "A String", # This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
+ "items": [ # A list of Disk resources.
{ # A Disk resource.
"sourceImageEncryptionKey": { # Represents a customer-supplied encryption key # The customer-supplied encryption key of the source image. Required if the source image is protected by a customer-supplied encryption key.
"rawKey": "A String", # Specifies a 256-bit customer-supplied encryption key, encoded in RFC 4648 base64 to either encrypt or decrypt this resource.
@@ -578,7 +581,7 @@
# - After being wrapped, the key must be encoded in RFC 4648 base64 encoding. Get the RSA public key certificate provided by Google at:
# https://cloud-certs.storage.googleapis.com/google-cloud-csek-ingress.pem
},
- "labels": { # Labels to apply to this disk. These can be later modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.
+ "labels": { # Labels to apply to this disk. These can be later modified by the setLabels method.
"a_key": "A String",
},
"licenses": [ # Any applicable publicly visible licenses.
@@ -662,7 +665,7 @@
},
],
"kind": "compute#diskList", # [Output Only] Type of resource. Always compute#diskList for lists of disks.
- "id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
+ "id": "A String", # [Output Only] Unique identifier for the resource; defined by the server.
"selfLink": "A String", # [Output Only] Server-defined URL for this resource.
}</pre>
</div>
@@ -682,7 +685,7 @@
</div>
<div class="method">
- <code class="details" id="resize">resize(project, region, disk, body)</code>
+ <code class="details" id="resize">resize(project, region, disk, body, requestId=None)</code>
<pre>Resizes the specified regional persistent disk.
Args:
@@ -696,6 +699,7 @@
"sizeGb": "A String", # The new size of the regional persistent disk, which is specified in GB.
}
+ requestId: string, begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.
Returns:
An object of the form:
@@ -703,7 +707,7 @@
{ # An Operation resource, used to manage asynchronous API requests.
"targetId": "A String", # [Output Only] The unique target ID, which identifies a specific incarnation of the target resource.
"clientOperationId": "A String", # [Output Only] Reserved for future use.
- "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
+ "creationTimestamp": "A String", # [Deprecated] This field is deprecated.
"id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
"zone": "A String", # [Output Only] The URL of the zone where the operation resides. Only available when performing per-zone operations.
"insertTime": "A String", # [Output Only] The time that this operation was requested. This value is in RFC3339 text format.
@@ -748,7 +752,7 @@
</div>
<div class="method">
- <code class="details" id="setLabels">setLabels(project, region, resource, body)</code>
+ <code class="details" id="setLabels">setLabels(project, region, resource, body, requestId=None)</code>
<pre>Sets the labels on the target regional disk.
Args:
@@ -765,6 +769,7 @@
},
}
+ requestId: string, begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.
Returns:
An object of the form:
@@ -772,7 +777,7 @@
{ # An Operation resource, used to manage asynchronous API requests.
"targetId": "A String", # [Output Only] The unique target ID, which identifies a specific incarnation of the target resource.
"clientOperationId": "A String", # [Output Only] Reserved for future use.
- "creationTimestamp": "A String", # [Output Only] Creation timestamp in RFC3339 text format.
+ "creationTimestamp": "A String", # [Deprecated] This field is deprecated.
"id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
"zone": "A String", # [Output Only] The URL of the zone where the operation resides. Only available when performing per-zone operations.
"insertTime": "A String", # [Output Only] The time that this operation was requested. This value is in RFC3339 text format.