Skip to content

Commit d89451d

Browse files
chore(deploymentmanager): update the api
#### deploymentmanager:alpha The following keys were deleted: - resources.compositeTypes.methods.list.parameters.returnPartialSuccess (Total Keys: 2) - resources.deployments.methods.list.parameters.returnPartialSuccess (Total Keys: 2) - resources.manifests.methods.list.parameters.returnPartialSuccess (Total Keys: 2) - resources.operations.methods.list.parameters.returnPartialSuccess (Total Keys: 2) - resources.resources.methods.list.parameters.returnPartialSuccess (Total Keys: 2) - resources.typeProviders.methods.list.parameters.returnPartialSuccess (Total Keys: 2) - resources.typeProviders.methods.listTypes.parameters.returnPartialSuccess (Total Keys: 2) - resources.types.methods.list.parameters.returnPartialSuccess (Total Keys: 2) The following keys were added: - schemas.Manifest.properties.manifestSizeBytes (Total Keys: 2) - schemas.Manifest.properties.manifestSizeLimitBytes (Total Keys: 2) - schemas.Operation.properties.operationGroupId (Total Keys: 1) #### deploymentmanager:v2 The following keys were deleted: - resources.deployments.methods.list.parameters.returnPartialSuccess (Total Keys: 2) - resources.manifests.methods.list.parameters.returnPartialSuccess (Total Keys: 2) - resources.operations.methods.list.parameters.returnPartialSuccess (Total Keys: 2) - resources.resources.methods.list.parameters.returnPartialSuccess (Total Keys: 2) - resources.types.methods.list.parameters.returnPartialSuccess (Total Keys: 2) The following keys were added: - schemas.Manifest.properties.manifestSizeBytes (Total Keys: 2) - schemas.Manifest.properties.manifestSizeLimitBytes (Total Keys: 2) - schemas.Operation.properties.operationGroupId (Total Keys: 1) #### deploymentmanager:v2beta The following keys were deleted: - resources.compositeTypes.methods.list.parameters.returnPartialSuccess (Total Keys: 2) - resources.deployments.methods.list.parameters.returnPartialSuccess (Total Keys: 2) - resources.manifests.methods.list.parameters.returnPartialSuccess (Total Keys: 2) - resources.operations.methods.list.parameters.returnPartialSuccess (Total Keys: 2) - resources.resources.methods.list.parameters.returnPartialSuccess (Total Keys: 2) - resources.typeProviders.methods.list.parameters.returnPartialSuccess (Total Keys: 2) - resources.typeProviders.methods.listTypes.parameters.returnPartialSuccess (Total Keys: 2) - resources.types.methods.list.parameters.returnPartialSuccess (Total Keys: 2) The following keys were added: - schemas.Manifest.properties.manifestSizeBytes (Total Keys: 2) - schemas.Manifest.properties.manifestSizeLimitBytes (Total Keys: 2) - schemas.Operation.properties.operationGroupId (Total Keys: 1)
1 parent 10380e6 commit d89451d

22 files changed

+8528
-8521
lines changed

docs/dyn/deploymentmanager_alpha.compositeTypes.html

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ <h2>Instance Methods</h2>
8787
<code><a href="#insert">insert(project, body=None, x__xgafv=None)</a></code></p>
8888
<p class="firstline">Creates a composite type.</p>
8989
<p class="toc_element">
90-
<code><a href="#list">list(project, filter=None, maxResults=None, orderBy=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)</a></code></p>
90+
<code><a href="#list">list(project, filter=None, maxResults=None, orderBy=None, pageToken=None, x__xgafv=None)</a></code></p>
9191
<p class="firstline">Lists all composite types for Deployment Manager.</p>
9292
<p class="toc_element">
9393
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -139,6 +139,7 @@ <h3>Method Details</h3>
139139
&quot;insertTime&quot;: &quot;A String&quot;, # [Output Only] The time that this operation was requested. This value is in RFC3339 text format.
140140
&quot;kind&quot;: &quot;deploymentmanager#operation&quot;, # [Output Only] Type of the resource. Always `compute#operation` for Operation resources.
141141
&quot;name&quot;: &quot;A String&quot;, # [Output Only] Name of the operation.
142+
&quot;operationGroupId&quot;: &quot;A String&quot;, # [Output Only] An ID that represents a group of operations, such as when a group of operations results from a `bulkInsert` API request.
142143
&quot;operationType&quot;: &quot;A String&quot;, # [Output Only] The type of operation, such as `insert`, `update`, or `delete`, and so on.
143144
&quot;progress&quot;: 42, # [Output Only] 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 when the operation will be complete. This number should monotonically increase as the operation progresses.
144145
&quot;region&quot;: &quot;A String&quot;, # [Output Only] The URL of the region where the operation resides. Only applicable when performing regional operations.
@@ -211,6 +212,7 @@ <h3>Method Details</h3>
211212
&quot;insertTime&quot;: &quot;A String&quot;, # [Output Only] The time that this operation was requested. This value is in RFC3339 text format.
212213
&quot;kind&quot;: &quot;deploymentmanager#operation&quot;, # [Output Only] Type of the resource. Always `compute#operation` for Operation resources.
213214
&quot;name&quot;: &quot;A String&quot;, # [Output Only] Name of the operation.
215+
&quot;operationGroupId&quot;: &quot;A String&quot;, # [Output Only] An ID that represents a group of operations, such as when a group of operations results from a `bulkInsert` API request.
214216
&quot;operationType&quot;: &quot;A String&quot;, # [Output Only] The type of operation, such as `insert`, `update`, or `delete`, and so on.
215217
&quot;progress&quot;: 42, # [Output Only] 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 when the operation will be complete. This number should monotonically increase as the operation progresses.
216218
&quot;region&quot;: &quot;A String&quot;, # [Output Only] The URL of the region where the operation resides. Only applicable when performing regional operations.
@@ -292,6 +294,7 @@ <h3>Method Details</h3>
292294
&quot;insertTime&quot;: &quot;A String&quot;, # [Output Only] The time that this operation was requested. This value is in RFC3339 text format.
293295
&quot;kind&quot;: &quot;deploymentmanager#operation&quot;, # [Output Only] Type of the resource. Always `compute#operation` for Operation resources.
294296
&quot;name&quot;: &quot;A String&quot;, # [Output Only] Name of the operation.
297+
&quot;operationGroupId&quot;: &quot;A String&quot;, # [Output Only] An ID that represents a group of operations, such as when a group of operations results from a `bulkInsert` API request.
295298
&quot;operationType&quot;: &quot;A String&quot;, # [Output Only] The type of operation, such as `insert`, `update`, or `delete`, and so on.
296299
&quot;progress&quot;: 42, # [Output Only] 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 when the operation will be complete. This number should monotonically increase as the operation progresses.
297300
&quot;region&quot;: &quot;A String&quot;, # [Output Only] The URL of the region where the operation resides. Only applicable when performing regional operations.
@@ -360,6 +363,7 @@ <h3>Method Details</h3>
360363
&quot;insertTime&quot;: &quot;A String&quot;, # [Output Only] The time that this operation was requested. This value is in RFC3339 text format.
361364
&quot;kind&quot;: &quot;deploymentmanager#operation&quot;, # [Output Only] Type of the resource. Always `compute#operation` for Operation resources.
362365
&quot;name&quot;: &quot;A String&quot;, # [Output Only] Name of the operation.
366+
&quot;operationGroupId&quot;: &quot;A String&quot;, # [Output Only] An ID that represents a group of operations, such as when a group of operations results from a `bulkInsert` API request.
363367
&quot;operationType&quot;: &quot;A String&quot;, # [Output Only] The type of operation, such as `insert`, `update`, or `delete`, and so on.
364368
&quot;progress&quot;: 42, # [Output Only] 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 when the operation will be complete. This number should monotonically increase as the operation progresses.
365369
&quot;region&quot;: &quot;A String&quot;, # [Output Only] The URL of the region where the operation resides. Only applicable when performing regional operations.
@@ -387,7 +391,7 @@ <h3>Method Details</h3>
387391
</div>
388392

389393
<div class="method">
390-
<code class="details" id="list">list(project, filter=None, maxResults=None, orderBy=None, pageToken=None, returnPartialSuccess=None, x__xgafv=None)</code>
394+
<code class="details" id="list">list(project, filter=None, maxResults=None, orderBy=None, pageToken=None, x__xgafv=None)</code>
391395
<pre>Lists all composite types for Deployment Manager.
392396

393397
Args:
@@ -396,7 +400,6 @@ <h3>Method Details</h3>
396400
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`)
397401
orderBy: string, Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=&quot;creationTimestamp desc&quot;`. 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.
398402
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.
399-
returnPartialSuccess: boolean, Opt-in for partial success behavior which provides partial results in case of failure. The default value is false and the logic is the same as today.
400403
x__xgafv: string, V1 error format.
401404
Allowed values
402405
1 - v1 error format
@@ -438,6 +441,7 @@ <h3>Method Details</h3>
438441
&quot;insertTime&quot;: &quot;A String&quot;, # [Output Only] The time that this operation was requested. This value is in RFC3339 text format.
439442
&quot;kind&quot;: &quot;deploymentmanager#operation&quot;, # [Output Only] Type of the resource. Always `compute#operation` for Operation resources.
440443
&quot;name&quot;: &quot;A String&quot;, # [Output Only] Name of the operation.
444+
&quot;operationGroupId&quot;: &quot;A String&quot;, # [Output Only] An ID that represents a group of operations, such as when a group of operations results from a `bulkInsert` API request.
441445
&quot;operationType&quot;: &quot;A String&quot;, # [Output Only] The type of operation, such as `insert`, `update`, or `delete`, and so on.
442446
&quot;progress&quot;: 42, # [Output Only] 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 when the operation will be complete. This number should monotonically increase as the operation progresses.
443447
&quot;region&quot;: &quot;A String&quot;, # [Output Only] The URL of the region where the operation resides. Only applicable when performing regional operations.
@@ -537,6 +541,7 @@ <h3>Method Details</h3>
537541
&quot;insertTime&quot;: &quot;A String&quot;, # [Output Only] The time that this operation was requested. This value is in RFC3339 text format.
538542
&quot;kind&quot;: &quot;deploymentmanager#operation&quot;, # [Output Only] Type of the resource. Always `compute#operation` for Operation resources.
539543
&quot;name&quot;: &quot;A String&quot;, # [Output Only] Name of the operation.
544+
&quot;operationGroupId&quot;: &quot;A String&quot;, # [Output Only] An ID that represents a group of operations, such as when a group of operations results from a `bulkInsert` API request.
540545
&quot;operationType&quot;: &quot;A String&quot;, # [Output Only] The type of operation, such as `insert`, `update`, or `delete`, and so on.
541546
&quot;progress&quot;: 42, # [Output Only] 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 when the operation will be complete. This number should monotonically increase as the operation progresses.
542547
&quot;region&quot;: &quot;A String&quot;, # [Output Only] The URL of the region where the operation resides. Only applicable when performing regional operations.
@@ -605,6 +610,7 @@ <h3>Method Details</h3>
605610
&quot;insertTime&quot;: &quot;A String&quot;, # [Output Only] The time that this operation was requested. This value is in RFC3339 text format.
606611
&quot;kind&quot;: &quot;deploymentmanager#operation&quot;, # [Output Only] Type of the resource. Always `compute#operation` for Operation resources.
607612
&quot;name&quot;: &quot;A String&quot;, # [Output Only] Name of the operation.
613+
&quot;operationGroupId&quot;: &quot;A String&quot;, # [Output Only] An ID that represents a group of operations, such as when a group of operations results from a `bulkInsert` API request.
608614
&quot;operationType&quot;: &quot;A String&quot;, # [Output Only] The type of operation, such as `insert`, `update`, or `delete`, and so on.
609615
&quot;progress&quot;: 42, # [Output Only] 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 when the operation will be complete. This number should monotonically increase as the operation progresses.
610616
&quot;region&quot;: &quot;A String&quot;, # [Output Only] The URL of the region where the operation resides. Only applicable when performing regional operations.
@@ -672,6 +678,7 @@ <h3>Method Details</h3>
672678
&quot;insertTime&quot;: &quot;A String&quot;, # [Output Only] The time that this operation was requested. This value is in RFC3339 text format.
673679
&quot;kind&quot;: &quot;deploymentmanager#operation&quot;, # [Output Only] Type of the resource. Always `compute#operation` for Operation resources.
674680
&quot;name&quot;: &quot;A String&quot;, # [Output Only] Name of the operation.
681+
&quot;operationGroupId&quot;: &quot;A String&quot;, # [Output Only] An ID that represents a group of operations, such as when a group of operations results from a `bulkInsert` API request.
675682
&quot;operationType&quot;: &quot;A String&quot;, # [Output Only] The type of operation, such as `insert`, `update`, or `delete`, and so on.
676683
&quot;progress&quot;: 42, # [Output Only] 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 when the operation will be complete. This number should monotonically increase as the operation progresses.
677684
&quot;region&quot;: &quot;A String&quot;, # [Output Only] The URL of the region where the operation resides. Only applicable when performing regional operations.
@@ -740,6 +747,7 @@ <h3>Method Details</h3>
740747
&quot;insertTime&quot;: &quot;A String&quot;, # [Output Only] The time that this operation was requested. This value is in RFC3339 text format.
741748
&quot;kind&quot;: &quot;deploymentmanager#operation&quot;, # [Output Only] Type of the resource. Always `compute#operation` for Operation resources.
742749
&quot;name&quot;: &quot;A String&quot;, # [Output Only] Name of the operation.
750+
&quot;operationGroupId&quot;: &quot;A String&quot;, # [Output Only] An ID that represents a group of operations, such as when a group of operations results from a `bulkInsert` API request.
743751
&quot;operationType&quot;: &quot;A String&quot;, # [Output Only] The type of operation, such as `insert`, `update`, or `delete`, and so on.
744752
&quot;progress&quot;: 42, # [Output Only] 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 when the operation will be complete. This number should monotonically increase as the operation progresses.
745753
&quot;region&quot;: &quot;A String&quot;, # [Output Only] The URL of the region where the operation resides. Only applicable when performing regional operations.

0 commit comments

Comments
 (0)