docs: update docs/dyn (#1096)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/6f0f288a-a1e8-4b2d-a85f-00b1c6150185/targets
- [ ] To automatically regenerate this PR, check this box.
Source-Link: https://github.com/googleapis/synthtool/commit/39b7149da4026765385403632db3c6f63db96b2c
Source-Link: https://github.com/googleapis/synthtool/commit/9a7d9fbb7045c34c9d3d22c1ff766eeae51f04c9
Source-Link: https://github.com/googleapis/synthtool/commit/dc9903a8c30c3662b6098f0e4a97f221d67268b2
Source-Link: https://github.com/googleapis/synthtool/commit/7fcc405a579d5d53a726ff3da1b7c8c08f0f2d58
Source-Link: https://github.com/googleapis/synthtool/commit/d5fc0bcf9ea9789c5b0e3154a9e3b29e5cea6116
Source-Link: https://github.com/googleapis/synthtool/commit/e89175cf074dccc4babb4eca66ae913696e47a71
Source-Link: https://github.com/googleapis/synthtool/commit/7d652819519dfa24da9e14548232e4aaba71a11c
Source-Link: https://github.com/googleapis/synthtool/commit/7db8a6c5ffb12a6e4c2f799c18f00f7f3d60e279
Source-Link: https://github.com/googleapis/synthtool/commit/1f1148d3c7a7a52f0c98077f976bd9b3c948ee2b
Source-Link: https://github.com/googleapis/synthtool/commit/2c8aecedd55b0480fb4e123b6e07fa5b12953862
Source-Link: https://github.com/googleapis/synthtool/commit/3d3e94c4e02370f307a9a200b0c743c3d8d19f29
Source-Link: https://github.com/googleapis/synthtool/commit/c7824ea48ff6d4d42dfae0849aec8a85acd90bd9
Source-Link: https://github.com/googleapis/synthtool/commit/ba9918cd22874245b55734f57470c719b577e591
Source-Link: https://github.com/googleapis/synthtool/commit/b19b401571e77192f8dd38eab5fb2300a0de9324
Source-Link: https://github.com/googleapis/synthtool/commit/6542bd723403513626f61642fc02ddca528409aa
diff --git a/docs/dyn/deploymentmanager_v2.manifests.html b/docs/dyn/deploymentmanager_v2.manifests.html
index 2631b8d..55f97f3 100644
--- a/docs/dyn/deploymentmanager_v2.manifests.html
+++ b/docs/dyn/deploymentmanager_v2.manifests.html
@@ -81,7 +81,7 @@
<code><a href="#get">get(project, deployment, manifest, x__xgafv=None)</a></code></p>
<p class="firstline">Gets information about a specific manifest.</p>
<p class="toc_element">
- <code><a href="#list">list(project, deployment, pageToken=None, orderBy=None, maxResults=None, filter=None, returnPartialSuccess=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(project, deployment, returnPartialSuccess=None, pageToken=None, maxResults=None, orderBy=None, filter=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists all manifests for a given deployment.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -109,36 +109,36 @@
An object of the form:
{
- "selfLink": "A String", # Output only. Self link for the manifest.
- "imports": [ # Output only. The imported files for this manifest.
- {
- "content": "A String", # The contents of the file.
- "name": "A String", # The name of the file.
- },
- ],
- "insertTime": "A String", # Output only. Creation timestamp in RFC3339 text format.
"config": { # Output only. The YAML configuration for this manifest.
"content": "A String", # The contents of the file.
},
- "id": "A String",
- "layout": "A String", # Output only. The YAML layout for this manifest.
"name": "A String", # Output only. The name of the manifest.
+ "selfLink": "A String", # Output only. Self link for the manifest.
+ "insertTime": "A String", # Output only. Creation timestamp in RFC3339 text format.
"expandedConfig": "A String", # Output only. The fully-expanded configuration file, including any templates and references.
+ "id": "A String",
+ "imports": [ # Output only. The imported files for this manifest.
+ {
+ "name": "A String", # The name of the file.
+ "content": "A String", # The contents of the file.
+ },
+ ],
+ "layout": "A String", # Output only. The YAML layout for this manifest.
}</pre>
</div>
<div class="method">
- <code class="details" id="list">list(project, deployment, pageToken=None, orderBy=None, maxResults=None, filter=None, returnPartialSuccess=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(project, deployment, returnPartialSuccess=None, pageToken=None, maxResults=None, orderBy=None, filter=None, x__xgafv=None)</code>
<pre>Lists all manifests for a given deployment.
Args:
project: string, The project ID for this request. (required)
deployment: string, The name of the deployment for this request. (required)
- 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.
- 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="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. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
- filter: string, A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ```
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.
+ 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.
+ 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`)
+ 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="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.
+ filter: string, A filter expression that filters resources listed in the response. The expression must specify the field name, a comparison operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The comparison operator must be either `=`, `!=`, `>`, or `<`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ```
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -150,21 +150,21 @@
{ # A response containing a partial list of manifests and a page token used to build the next request if the request has been truncated.
"manifests": [ # Output only. Manifests contained in this list response.
{
- "selfLink": "A String", # Output only. Self link for the manifest.
- "imports": [ # Output only. The imported files for this manifest.
- {
- "content": "A String", # The contents of the file.
- "name": "A String", # The name of the file.
- },
- ],
- "insertTime": "A String", # Output only. Creation timestamp in RFC3339 text format.
"config": { # Output only. The YAML configuration for this manifest.
"content": "A String", # The contents of the file.
},
- "id": "A String",
- "layout": "A String", # Output only. The YAML layout for this manifest.
"name": "A String", # Output only. The name of the manifest.
+ "selfLink": "A String", # Output only. Self link for the manifest.
+ "insertTime": "A String", # Output only. Creation timestamp in RFC3339 text format.
"expandedConfig": "A String", # Output only. The fully-expanded configuration file, including any templates and references.
+ "id": "A String",
+ "imports": [ # Output only. The imported files for this manifest.
+ {
+ "name": "A String", # The name of the file.
+ "content": "A String", # The contents of the file.
+ },
+ ],
+ "layout": "A String", # Output only. The YAML layout for this manifest.
},
],
"nextPageToken": "A String", # Output only. A token used to continue a truncated list request.