blob: c27fed901784149acbfbd372182a94cb66257605 [file] [log] [blame]
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -04001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070075<h1><a href="deploymentmanager_alpha.html">Cloud Deployment Manager V2 API</a> . <a href="deploymentmanager_alpha.resources.html">resources</a></h1>
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -040076<h2>Instance Methods</h2>
77<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070078 <code><a href="#close">close()</a></code></p>
79<p class="firstline">Close httplib2 connections.</p>
80<p class="toc_element">
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070081 <code><a href="#get">get(project, deployment, resource, x__xgafv=None)</a></code></p>
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -040082<p class="firstline">Gets information about a single resource.</p>
83<p class="toc_element">
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080084 <code><a href="#list">list(project, deployment, returnPartialSuccess=None, pageToken=None, orderBy=None, maxResults=None, filter=None, x__xgafv=None)</a></code></p>
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -040085<p class="firstline">Lists all resources in a given deployment.</p>
86<p class="toc_element">
87 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
88<p class="firstline">Retrieves the next page of results.</p>
89<h3>Method Details</h3>
90<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070091 <code class="details" id="close">close()</code>
92 <pre>Close httplib2 connections.</pre>
93</div>
94
95<div class="method">
Bu Sun Kim673ec5c2020-11-16 11:05:03 -070096 <code class="details" id="get">get(project, deployment, resource, x__xgafv=None)</code>
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -040097 <pre>Gets information about a single resource.
98
99Args:
100 project: string, The project ID for this request. (required)
101 deployment: string, The name of the deployment for this request. (required)
102 resource: string, The name of the resource for this request. (required)
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700103 x__xgafv: string, V1 error format.
104 Allowed values
105 1 - v1 error format
106 2 - v2 error format
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400107
108Returns:
109 An object of the form:
110
111 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800112 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. Update timestamp in RFC3339 text format.
Bu Sun Kim65020912020-05-20 12:08:20 -0700113 &quot;update&quot;: { # Output only. If Deployment Manager is currently updating or previewing an update to this resource, the updated configuration appears here.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800114 &quot;state&quot;: &quot;A String&quot;, # Output only. The state of the resource.
115 &quot;intent&quot;: &quot;A String&quot;, # Output only. The intent of the resource: `PREVIEW`, `UPDATE`, or `CANCEL`.
116 &quot;error&quot;: { # Output only. If errors are generated during update of the resource, this field will be populated.
117 &quot;errors&quot;: [ # [Output Only] The array of errors encountered while processing this operation.
118 {
119 &quot;location&quot;: &quot;A String&quot;, # [Output Only] Indicates the field in the request that caused the error. This property is optional.
120 &quot;message&quot;: &quot;A String&quot;, # [Output Only] An optional, human-readable error message.
121 &quot;code&quot;: &quot;A String&quot;, # [Output Only] The error type identifier for this error.
122 },
123 ],
124 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800125 &quot;manifest&quot;: &quot;A String&quot;, # Output only. URL of the manifest representing the update configuration of this resource.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800126 &quot;accessControl&quot;: { # The access controls set on the resource. # The Access Control Policy to set on this resource after updating the resource itself.
127 &quot;gcpIamPolicy&quot;: &quot;A String&quot;, # The GCP IAM Policy to set on the resource.
128 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700129 &quot;warnings&quot;: [ # Output only. If warning messages are generated during processing of this resource, this field will be populated.
130 {
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700131 &quot;data&quot;: [ # [Output Only] Metadata about this warning in key: value format. For example: &quot;data&quot;: [ { &quot;key&quot;: &quot;scope&quot;, &quot;value&quot;: &quot;zones/us-east1-d&quot; }
132 {
133 &quot;value&quot;: &quot;A String&quot;, # [Output Only] A warning data value corresponding to the key.
134 &quot;key&quot;: &quot;A String&quot;, # [Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).
135 },
136 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800137 &quot;message&quot;: &quot;A String&quot;, # [Output Only] A human-readable description of the warning code.
138 &quot;code&quot;: &quot;A String&quot;, # [Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700139 },
140 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800141 &quot;credential&quot;: { # The credential used by Deployment Manager and TypeProvider. Only one of the options is permitted. # Output only. The credential that will be used creating/updating this resource.
142 &quot;useProjectDefault&quot;: True or False, # Specify to use the project default credential, only supported by Deployment.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800143 &quot;basicAuth&quot;: { # Basic Auth used as a credential. # Basic Auth Credential, only used by TypeProvider.
144 &quot;password&quot;: &quot;A String&quot;,
145 &quot;user&quot;: &quot;A String&quot;,
146 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800147 &quot;serviceAccount&quot;: { # Service Account used as a credential. # Service Account Credential, only used by Deployment.
148 &quot;email&quot;: &quot;A String&quot;, # The IAM service account email address like test@myproject.iam.gserviceaccount.com
149 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800150 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800151 &quot;runtimePolicies&quot;: [ # Output only. In case this is an action, it will show the runtimePolicies that this action will have after updating the deployment.
152 &quot;A String&quot;,
153 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800154 &quot;properties&quot;: &quot;A String&quot;, # Output only. The set of updated properties for this resource, before references are expanded. Returned as serialized YAML.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800155 &quot;finalProperties&quot;: &quot;A String&quot;, # Output only. The expanded properties of the resource with reference values expanded. Returned as serialized YAML.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700156 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800157 &quot;type&quot;: &quot;A String&quot;, # Output only. The type of the resource, for example `compute.v1.instance`, or `cloudfunctions.v1beta1.function`.
158 &quot;runtimePolicies&quot;: [ # Output only. In case this is an action, it will show the runtimePolicies on which this action will run in the deployment
159 &quot;A String&quot;,
160 ],
161 &quot;insertTime&quot;: &quot;A String&quot;, # Output only. Creation timestamp in RFC3339 text format.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800162 &quot;name&quot;: &quot;A String&quot;, # Output only. The name of the resource as it appears in the YAML config.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800163 &quot;url&quot;: &quot;A String&quot;, # Output only. The URL of the actual resource.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800164 &quot;manifest&quot;: &quot;A String&quot;, # Output only. URL of the manifest representing the current configuration of this resource.
165 &quot;finalProperties&quot;: &quot;A String&quot;, # Output only. The evaluated properties of the resource with references expanded. Returned as serialized YAML.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800166 &quot;lastUsedCredential&quot;: { # The credential used by Deployment Manager and TypeProvider. Only one of the options is permitted. # Output only. The last used credential that successfully created/updated the resource.
167 &quot;useProjectDefault&quot;: True or False, # Specify to use the project default credential, only supported by Deployment.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800168 &quot;basicAuth&quot;: { # Basic Auth used as a credential. # Basic Auth Credential, only used by TypeProvider.
169 &quot;password&quot;: &quot;A String&quot;,
170 &quot;user&quot;: &quot;A String&quot;,
171 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800172 &quot;serviceAccount&quot;: { # Service Account used as a credential. # Service Account Credential, only used by Deployment.
173 &quot;email&quot;: &quot;A String&quot;, # The IAM service account email address like test@myproject.iam.gserviceaccount.com
174 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800175 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800176 &quot;properties&quot;: &quot;A String&quot;, # Output only. The current properties of the resource before any references have been filled in. Returned as serialized YAML.
177 &quot;accessControl&quot;: { # The access controls set on the resource. # The Access Control Policy set on this resource.
178 &quot;gcpIamPolicy&quot;: &quot;A String&quot;, # The GCP IAM Policy to set on the resource.
179 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800180 &quot;warnings&quot;: [ # Output only. If warning messages are generated during processing of this resource, this field will be populated.
181 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800182 &quot;code&quot;: &quot;A String&quot;, # [Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800183 &quot;data&quot;: [ # [Output Only] Metadata about this warning in key: value format. For example: &quot;data&quot;: [ { &quot;key&quot;: &quot;scope&quot;, &quot;value&quot;: &quot;zones/us-east1-d&quot; }
184 {
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800185 &quot;key&quot;: &quot;A String&quot;, # [Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800186 &quot;value&quot;: &quot;A String&quot;, # [Output Only] A warning data value corresponding to the key.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800187 },
188 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800189 &quot;message&quot;: &quot;A String&quot;, # [Output Only] A human-readable description of the warning code.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800190 },
191 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800192 &quot;id&quot;: &quot;A String&quot;,
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400193 }</pre>
194</div>
195
196<div class="method">
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800197 <code class="details" id="list">list(project, deployment, returnPartialSuccess=None, pageToken=None, orderBy=None, maxResults=None, filter=None, x__xgafv=None)</code>
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400198 <pre>Lists all resources in a given deployment.
199
200Args:
201 project: string, The project ID for this request. (required)
202 deployment: string, The name of the deployment for this request. (required)
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800203 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.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800204 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.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800205 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.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700206 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`)
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800207 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 `=`, `!=`, `&gt;`, or `&lt;`. 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 = &quot;Intel Skylake&quot;) ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = &quot;Intel Skylake&quot;) OR (cpuPlatform = &quot;Intel Broadwell&quot;) AND (scheduling.automaticRestart = true) ```
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700208 x__xgafv: string, V1 error format.
209 Allowed values
210 1 - v1 error format
211 2 - v2 error format
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400212
213Returns:
214 An object of the form:
215
216 { # A response containing a partial list of resources and a page token used to build the next request if the request has been truncated.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800217 &quot;nextPageToken&quot;: &quot;A String&quot;, # A token used to continue a truncated list request.
Bu Sun Kim65020912020-05-20 12:08:20 -0700218 &quot;resources&quot;: [ # Resources contained in this list response.
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400219 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800220 &quot;updateTime&quot;: &quot;A String&quot;, # Output only. Update timestamp in RFC3339 text format.
Bu Sun Kim65020912020-05-20 12:08:20 -0700221 &quot;update&quot;: { # Output only. If Deployment Manager is currently updating or previewing an update to this resource, the updated configuration appears here.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800222 &quot;state&quot;: &quot;A String&quot;, # Output only. The state of the resource.
223 &quot;intent&quot;: &quot;A String&quot;, # Output only. The intent of the resource: `PREVIEW`, `UPDATE`, or `CANCEL`.
224 &quot;error&quot;: { # Output only. If errors are generated during update of the resource, this field will be populated.
225 &quot;errors&quot;: [ # [Output Only] The array of errors encountered while processing this operation.
226 {
227 &quot;location&quot;: &quot;A String&quot;, # [Output Only] Indicates the field in the request that caused the error. This property is optional.
228 &quot;message&quot;: &quot;A String&quot;, # [Output Only] An optional, human-readable error message.
229 &quot;code&quot;: &quot;A String&quot;, # [Output Only] The error type identifier for this error.
230 },
231 ],
232 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800233 &quot;manifest&quot;: &quot;A String&quot;, # Output only. URL of the manifest representing the update configuration of this resource.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800234 &quot;accessControl&quot;: { # The access controls set on the resource. # The Access Control Policy to set on this resource after updating the resource itself.
235 &quot;gcpIamPolicy&quot;: &quot;A String&quot;, # The GCP IAM Policy to set on the resource.
236 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700237 &quot;warnings&quot;: [ # Output only. If warning messages are generated during processing of this resource, this field will be populated.
238 {
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700239 &quot;data&quot;: [ # [Output Only] Metadata about this warning in key: value format. For example: &quot;data&quot;: [ { &quot;key&quot;: &quot;scope&quot;, &quot;value&quot;: &quot;zones/us-east1-d&quot; }
240 {
241 &quot;value&quot;: &quot;A String&quot;, # [Output Only] A warning data value corresponding to the key.
242 &quot;key&quot;: &quot;A String&quot;, # [Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).
243 },
244 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800245 &quot;message&quot;: &quot;A String&quot;, # [Output Only] A human-readable description of the warning code.
246 &quot;code&quot;: &quot;A String&quot;, # [Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700247 },
248 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800249 &quot;credential&quot;: { # The credential used by Deployment Manager and TypeProvider. Only one of the options is permitted. # Output only. The credential that will be used creating/updating this resource.
250 &quot;useProjectDefault&quot;: True or False, # Specify to use the project default credential, only supported by Deployment.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800251 &quot;basicAuth&quot;: { # Basic Auth used as a credential. # Basic Auth Credential, only used by TypeProvider.
252 &quot;password&quot;: &quot;A String&quot;,
253 &quot;user&quot;: &quot;A String&quot;,
254 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800255 &quot;serviceAccount&quot;: { # Service Account used as a credential. # Service Account Credential, only used by Deployment.
256 &quot;email&quot;: &quot;A String&quot;, # The IAM service account email address like test@myproject.iam.gserviceaccount.com
257 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800258 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800259 &quot;runtimePolicies&quot;: [ # Output only. In case this is an action, it will show the runtimePolicies that this action will have after updating the deployment.
260 &quot;A String&quot;,
261 ],
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800262 &quot;properties&quot;: &quot;A String&quot;, # Output only. The set of updated properties for this resource, before references are expanded. Returned as serialized YAML.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800263 &quot;finalProperties&quot;: &quot;A String&quot;, # Output only. The expanded properties of the resource with reference values expanded. Returned as serialized YAML.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700264 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800265 &quot;type&quot;: &quot;A String&quot;, # Output only. The type of the resource, for example `compute.v1.instance`, or `cloudfunctions.v1beta1.function`.
266 &quot;runtimePolicies&quot;: [ # Output only. In case this is an action, it will show the runtimePolicies on which this action will run in the deployment
267 &quot;A String&quot;,
268 ],
269 &quot;insertTime&quot;: &quot;A String&quot;, # Output only. Creation timestamp in RFC3339 text format.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800270 &quot;name&quot;: &quot;A String&quot;, # Output only. The name of the resource as it appears in the YAML config.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800271 &quot;url&quot;: &quot;A String&quot;, # Output only. The URL of the actual resource.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800272 &quot;manifest&quot;: &quot;A String&quot;, # Output only. URL of the manifest representing the current configuration of this resource.
273 &quot;finalProperties&quot;: &quot;A String&quot;, # Output only. The evaluated properties of the resource with references expanded. Returned as serialized YAML.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800274 &quot;lastUsedCredential&quot;: { # The credential used by Deployment Manager and TypeProvider. Only one of the options is permitted. # Output only. The last used credential that successfully created/updated the resource.
275 &quot;useProjectDefault&quot;: True or False, # Specify to use the project default credential, only supported by Deployment.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800276 &quot;basicAuth&quot;: { # Basic Auth used as a credential. # Basic Auth Credential, only used by TypeProvider.
277 &quot;password&quot;: &quot;A String&quot;,
278 &quot;user&quot;: &quot;A String&quot;,
279 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800280 &quot;serviceAccount&quot;: { # Service Account used as a credential. # Service Account Credential, only used by Deployment.
281 &quot;email&quot;: &quot;A String&quot;, # The IAM service account email address like test@myproject.iam.gserviceaccount.com
282 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800283 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800284 &quot;properties&quot;: &quot;A String&quot;, # Output only. The current properties of the resource before any references have been filled in. Returned as serialized YAML.
285 &quot;accessControl&quot;: { # The access controls set on the resource. # The Access Control Policy set on this resource.
286 &quot;gcpIamPolicy&quot;: &quot;A String&quot;, # The GCP IAM Policy to set on the resource.
287 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800288 &quot;warnings&quot;: [ # Output only. If warning messages are generated during processing of this resource, this field will be populated.
289 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800290 &quot;code&quot;: &quot;A String&quot;, # [Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800291 &quot;data&quot;: [ # [Output Only] Metadata about this warning in key: value format. For example: &quot;data&quot;: [ { &quot;key&quot;: &quot;scope&quot;, &quot;value&quot;: &quot;zones/us-east1-d&quot; }
292 {
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800293 &quot;key&quot;: &quot;A String&quot;, # [Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800294 &quot;value&quot;: &quot;A String&quot;, # [Output Only] A warning data value corresponding to the key.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800295 },
296 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800297 &quot;message&quot;: &quot;A String&quot;, # [Output Only] A human-readable description of the warning code.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800298 },
299 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800300 &quot;id&quot;: &quot;A String&quot;,
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400301 },
302 ],
303 }</pre>
304</div>
305
306<div class="method">
307 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
308 <pre>Retrieves the next page of results.
309
310Args:
311 previous_request: The request for the previous page. (required)
312 previous_response: The response from the request for the previous page. (required)
313
314Returns:
Bu Sun Kim65020912020-05-20 12:08:20 -0700315 A request object that you can call &#x27;execute()&#x27; on to request the next
Sai Cheemalapatic30d2b52017-03-13 12:12:03 -0400316 page. Returns None if there are no more items in the collection.
317 </pre>
318</div>
319
320</body></html>