blob: d0dec11b5d2c620d1c7b54e4c1bcf15dbb91b38a [file] [log] [blame]
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -07001<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
75<h1><a href="runtimeconfig_v1beta1.html">Google Cloud RuntimeConfig API</a> . <a href="runtimeconfig_v1beta1.projects.html">projects</a> . <a href="runtimeconfig_v1beta1.projects.configs.html">configs</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78 <code><a href="runtimeconfig_v1beta1.projects.configs.operations.html">operations()</a></code>
79</p>
80<p class="firstline">Returns the operations Resource.</p>
81
82<p class="toc_element">
83 <code><a href="runtimeconfig_v1beta1.projects.configs.variables.html">variables()</a></code>
84</p>
85<p class="firstline">Returns the variables Resource.</p>
86
87<p class="toc_element">
88 <code><a href="runtimeconfig_v1beta1.projects.configs.waiters.html">waiters()</a></code>
89</p>
90<p class="firstline">Returns the waiters Resource.</p>
91
92<p class="toc_element">
Sai Cheemalapatiea3a5e12016-10-12 14:05:53 -070093 <code><a href="#create">create(parent=None, body, requestId=None, x__xgafv=None)</a></code></p>
Jon Wayne Parrott7d5badb2016-08-16 12:44:29 -070094<p class="firstline">Creates a new RuntimeConfig resource. The configuration name must be</p>
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -070095<p class="toc_element">
96 <code><a href="#delete">delete(name=None, x__xgafv=None)</a></code></p>
Jon Wayne Parrott7d5badb2016-08-16 12:44:29 -070097<p class="firstline">Deletes a RuntimeConfig resource.</p>
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -070098<p class="toc_element">
Jon Wayne Parrott7d5badb2016-08-16 12:44:29 -070099 <code><a href="#get">get(name=None, x__xgafv=None)</a></code></p>
100<p class="firstline">Gets information about a RuntimeConfig resource.</p>
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700101<p class="toc_element">
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800102 <code><a href="#getIamPolicy">getIamPolicy(resource=None, x__xgafv=None)</a></code></p>
103<p class="firstline">Gets the access control policy for a resource.</p>
104<p class="toc_element">
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700105 <code><a href="#list">list(parent=None, pageToken=None, x__xgafv=None, pageSize=None)</a></code></p>
Jon Wayne Parrott7d5badb2016-08-16 12:44:29 -0700106<p class="firstline">Lists all the RuntimeConfig resources within project.</p>
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700107<p class="toc_element">
108 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
109<p class="firstline">Retrieves the next page of results.</p>
110<p class="toc_element">
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800111 <code><a href="#setIamPolicy">setIamPolicy(resource=None, body, x__xgafv=None)</a></code></p>
112<p class="firstline">Sets the access control policy on the specified resource. Replaces any</p>
113<p class="toc_element">
114 <code><a href="#testIamPermissions">testIamPermissions(resource=None, body, x__xgafv=None)</a></code></p>
115<p class="firstline">Returns permissions that a caller has on the specified resource.</p>
116<p class="toc_element">
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700117 <code><a href="#update">update(name=None, body, x__xgafv=None)</a></code></p>
Jon Wayne Parrott7d5badb2016-08-16 12:44:29 -0700118<p class="firstline">Updates a RuntimeConfig resource. The configuration must exist beforehand.</p>
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700119<h3>Method Details</h3>
120<div class="method">
Sai Cheemalapatiea3a5e12016-10-12 14:05:53 -0700121 <code class="details" id="create">create(parent=None, body, requestId=None, x__xgafv=None)</code>
Jon Wayne Parrott7d5badb2016-08-16 12:44:29 -0700122 <pre>Creates a new RuntimeConfig resource. The configuration name must be
123unique within project.
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700124
125Args:
Jon Wayne Parrott7d5badb2016-08-16 12:44:29 -0700126 parent: string, The [project ID](https://support.google.com/cloud/answer/6158840?hl=en&ref_topic=6158848)
127for this request, in the format `projects/[PROJECT_ID]`. (required)
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700128 body: object, The request body. (required)
129 The object takes the form of:
130
Jon Wayne Parrott7d5badb2016-08-16 12:44:29 -0700131{ # A RuntimeConfig resource is the primary resource in the Cloud RuntimeConfig
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800132 # service. A RuntimeConfig resource consists of metadata and a hierarchy of
133 # variables.
134 "description": "A String", # An optional description of the RuntimeConfig object.
135 "name": "A String", # The resource name of a runtime config. The name must have the format:
136 #
137 # projects/[PROJECT_ID]/configs/[CONFIG_NAME]
138 #
139 # The `[PROJECT_ID]` must be a valid project ID, and `[CONFIG_NAME]` is an
140 # arbitrary name that matches RFC 1035 segment specification. The length of
141 # `[CONFIG_NAME]` must be less than 64 bytes.
142 #
143 # You pick the RuntimeConfig resource name, but the server will validate that
144 # the name adheres to this format. After you create the resource, you cannot
145 # change the resource's name.
146}
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700147
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800148 requestId: string, An optional but recommended unique <code>request_id</code>. If the server
149receives two <code>create()</code> requests with the same
150<code>request_id</code>, then the second request will be ignored and the
151first resource created and stored in the backend is returned.
152Empty <code>request_id</code> fields are ignored.
153
154It is responsibility of the client to ensure uniqueness of the
155<code>request_id</code> strings.
156
157<code>request_id</code> strings are limited to 64 characters.
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700158 x__xgafv: string, V1 error format.
159 Allowed values
160 1 - v1 error format
161 2 - v2 error format
162
163Returns:
164 An object of the form:
165
Jon Wayne Parrott7d5badb2016-08-16 12:44:29 -0700166 { # A RuntimeConfig resource is the primary resource in the Cloud RuntimeConfig
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800167 # service. A RuntimeConfig resource consists of metadata and a hierarchy of
168 # variables.
169 "description": "A String", # An optional description of the RuntimeConfig object.
170 "name": "A String", # The resource name of a runtime config. The name must have the format:
171 #
172 # projects/[PROJECT_ID]/configs/[CONFIG_NAME]
173 #
174 # The `[PROJECT_ID]` must be a valid project ID, and `[CONFIG_NAME]` is an
175 # arbitrary name that matches RFC 1035 segment specification. The length of
176 # `[CONFIG_NAME]` must be less than 64 bytes.
177 #
178 # You pick the RuntimeConfig resource name, but the server will validate that
179 # the name adheres to this format. After you create the resource, you cannot
180 # change the resource's name.
181 }</pre>
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700182</div>
183
184<div class="method">
185 <code class="details" id="delete">delete(name=None, x__xgafv=None)</code>
Jon Wayne Parrott7d5badb2016-08-16 12:44:29 -0700186 <pre>Deletes a RuntimeConfig resource.
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700187
188Args:
Jon Wayne Parrott7d5badb2016-08-16 12:44:29 -0700189 name: string, The RuntimeConfig resource to delete, in the format:
190
191`projects/[PROJECT_ID]/configs/[CONFIG_NAME]` (required)
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700192 x__xgafv: string, V1 error format.
193 Allowed values
194 1 - v1 error format
195 2 - v2 error format
196
197Returns:
198 An object of the form:
199
200 { # A generic empty message that you can re-use to avoid defining duplicated
201 # empty messages in your APIs. A typical example is to use it as the request
202 # or the response type of an API method. For instance:
203 #
204 # service Foo {
205 # rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
206 # }
207 #
208 # The JSON representation for `Empty` is empty JSON object `{}`.
209 }</pre>
210</div>
211
212<div class="method">
Jon Wayne Parrott7d5badb2016-08-16 12:44:29 -0700213 <code class="details" id="get">get(name=None, x__xgafv=None)</code>
214 <pre>Gets information about a RuntimeConfig resource.
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700215
216Args:
Jon Wayne Parrott7d5badb2016-08-16 12:44:29 -0700217 name: string, The name of the RuntimeConfig resource to retrieve, in the format:
218
219`projects/[PROJECT_ID]/configs/[CONFIG_NAME]` (required)
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700220 x__xgafv: string, V1 error format.
221 Allowed values
222 1 - v1 error format
223 2 - v2 error format
224
225Returns:
226 An object of the form:
227
Jon Wayne Parrott7d5badb2016-08-16 12:44:29 -0700228 { # A RuntimeConfig resource is the primary resource in the Cloud RuntimeConfig
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800229 # service. A RuntimeConfig resource consists of metadata and a hierarchy of
230 # variables.
231 "description": "A String", # An optional description of the RuntimeConfig object.
232 "name": "A String", # The resource name of a runtime config. The name must have the format:
233 #
234 # projects/[PROJECT_ID]/configs/[CONFIG_NAME]
235 #
236 # The `[PROJECT_ID]` must be a valid project ID, and `[CONFIG_NAME]` is an
237 # arbitrary name that matches RFC 1035 segment specification. The length of
238 # `[CONFIG_NAME]` must be less than 64 bytes.
239 #
240 # You pick the RuntimeConfig resource name, but the server will validate that
241 # the name adheres to this format. After you create the resource, you cannot
242 # change the resource's name.
243 }</pre>
244</div>
245
246<div class="method">
247 <code class="details" id="getIamPolicy">getIamPolicy(resource=None, x__xgafv=None)</code>
248 <pre>Gets the access control policy for a resource.
249Returns an empty policy if the resource exists and does not have a policy
250set.
251
252Args:
253 resource: string, REQUIRED: The resource for which the policy is being requested.
254`resource` is usually specified as a path. For example, a Project
255resource is specified as `projects/{project}`. (required)
256 x__xgafv: string, V1 error format.
257 Allowed values
258 1 - v1 error format
259 2 - v2 error format
260
261Returns:
262 An object of the form:
263
264 { # Defines an Identity and Access Management (IAM) policy. It is used to
265 # specify access control policies for Cloud Platform resources.
266 #
267 #
268 # A `Policy` consists of a list of `bindings`. A `Binding` binds a list of
269 # `members` to a `role`, where the members can be user accounts, Google groups,
270 # Google domains, and service accounts. A `role` is a named list of permissions
271 # defined by IAM.
272 #
273 # **Example**
274 #
275 # {
276 # "bindings": [
277 # {
278 # "role": "roles/owner",
279 # "members": [
280 # "user:mike@example.com",
281 # "group:admins@example.com",
282 # "domain:google.com",
283 # "serviceAccount:my-other-app@appspot.gserviceaccount.com",
284 # ]
285 # },
286 # {
287 # "role": "roles/viewer",
288 # "members": ["user:sean@example.com"]
289 # }
290 # ]
291 # }
292 #
293 # For a description of IAM and its features, see the
294 # [IAM developer's guide](https://cloud.google.com/iam).
295 "bindings": [ # Associates a list of `members` to a `role`.
296 # Multiple `bindings` must not be specified for the same `role`.
297 # `bindings` with no members will result in an error.
298 { # Associates `members` with a `role`.
299 "role": "A String", # Role that is assigned to `members`.
300 # For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
301 # Required
302 "members": [ # Specifies the identities requesting access for a Cloud Platform resource.
303 # `members` can have the following values:
304 #
305 # * `allUsers`: A special identifier that represents anyone who is
306 # on the internet; with or without a Google account.
307 #
308 # * `allAuthenticatedUsers`: A special identifier that represents anyone
309 # who is authenticated with a Google account or a service account.
310 #
311 # * `user:{emailid}`: An email address that represents a specific Google
312 # account. For example, `alice@gmail.com` or `joe@example.com`.
313 #
314 #
315 # * `serviceAccount:{emailid}`: An email address that represents a service
316 # account. For example, `my-other-app@appspot.gserviceaccount.com`.
317 #
318 # * `group:{emailid}`: An email address that represents a Google group.
319 # For example, `admins@example.com`.
320 #
321 # * `domain:{domain}`: A Google Apps domain name that represents all the
322 # users of that domain. For example, `google.com` or `example.com`.
323 #
324 "A String",
325 ],
326 },
327 ],
328 "etag": "A String", # `etag` is used for optimistic concurrency control as a way to help
329 # prevent simultaneous updates of a policy from overwriting each other.
330 # It is strongly suggested that systems make use of the `etag` in the
331 # read-modify-write cycle to perform policy updates in order to avoid race
332 # conditions: An `etag` is returned in the response to `getIamPolicy`, and
333 # systems are expected to put that etag in the request to `setIamPolicy` to
334 # ensure that their change will be applied to the same version of the policy.
335 #
336 # If no `etag` is provided in the call to `setIamPolicy`, then the existing
337 # policy is overwritten blindly.
338 "version": 42, # Version of the `Policy`. The default version is 0.
339 }</pre>
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700340</div>
341
342<div class="method">
343 <code class="details" id="list">list(parent=None, pageToken=None, x__xgafv=None, pageSize=None)</code>
Jon Wayne Parrott7d5badb2016-08-16 12:44:29 -0700344 <pre>Lists all the RuntimeConfig resources within project.
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700345
346Args:
Jon Wayne Parrott7d5badb2016-08-16 12:44:29 -0700347 parent: string, The [project ID](https://support.google.com/cloud/answer/6158840?hl=en&ref_topic=6158848)
348for this request, in the format `projects/[PROJECT_ID]`. (required)
349 pageToken: string, Specifies a page token to use. Set `pageToken` to a `nextPageToken`
350returned by a previous list request to get the next page of results.
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700351 x__xgafv: string, V1 error format.
352 Allowed values
353 1 - v1 error format
354 2 - v2 error format
Jon Wayne Parrott7d5badb2016-08-16 12:44:29 -0700355 pageSize: integer, Specifies the number of results to return per page. If there are fewer
356elements than the specified number, returns all elements.
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700357
358Returns:
359 An object of the form:
360
Jon Wayne Parrott7d5badb2016-08-16 12:44:29 -0700361 { # `ListConfigs()` returns the following response. The order of returned
362 # objects is arbitrary; that is, it is not ordered in any particular way.
363 "nextPageToken": "A String", # This token allows you to get the next page of results for list requests.
364 # If the number of results is larger than `pageSize`, use the `nextPageToken`
365 # as a value for the query parameter `pageToken` in the next list request.
366 # Subsequent list requests will have their own `nextPageToken` to continue
367 # paging through the results
368 "configs": [ # A list of the configurations in the project. The order of returned
369 # objects is arbitrary; that is, it is not ordered in any particular way.
370 { # A RuntimeConfig resource is the primary resource in the Cloud RuntimeConfig
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800371 # service. A RuntimeConfig resource consists of metadata and a hierarchy of
372 # variables.
373 "description": "A String", # An optional description of the RuntimeConfig object.
374 "name": "A String", # The resource name of a runtime config. The name must have the format:
375 #
376 # projects/[PROJECT_ID]/configs/[CONFIG_NAME]
377 #
378 # The `[PROJECT_ID]` must be a valid project ID, and `[CONFIG_NAME]` is an
379 # arbitrary name that matches RFC 1035 segment specification. The length of
380 # `[CONFIG_NAME]` must be less than 64 bytes.
381 #
382 # You pick the RuntimeConfig resource name, but the server will validate that
383 # the name adheres to this format. After you create the resource, you cannot
384 # change the resource's name.
385 },
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700386 ],
387 }</pre>
388</div>
389
390<div class="method">
391 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
392 <pre>Retrieves the next page of results.
393
394Args:
395 previous_request: The request for the previous page. (required)
396 previous_response: The response from the request for the previous page. (required)
397
398Returns:
399 A request object that you can call 'execute()' on to request the next
400 page. Returns None if there are no more items in the collection.
401 </pre>
402</div>
403
404<div class="method">
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800405 <code class="details" id="setIamPolicy">setIamPolicy(resource=None, body, x__xgafv=None)</code>
406 <pre>Sets the access control policy on the specified resource. Replaces any
407existing policy.
408
409Args:
410 resource: string, REQUIRED: The resource for which the policy is being specified.
411`resource` is usually specified as a path. For example, a Project
412resource is specified as `projects/{project}`. (required)
413 body: object, The request body. (required)
414 The object takes the form of:
415
416{ # Request message for `SetIamPolicy` method.
417 "policy": { # Defines an Identity and Access Management (IAM) policy. It is used to # REQUIRED: The complete policy to be applied to the `resource`. The size of
418 # the policy is limited to a few 10s of KB. An empty policy is a
419 # valid policy but certain Cloud Platform services (such as Projects)
420 # might reject them.
421 # specify access control policies for Cloud Platform resources.
422 #
423 #
424 # A `Policy` consists of a list of `bindings`. A `Binding` binds a list of
425 # `members` to a `role`, where the members can be user accounts, Google groups,
426 # Google domains, and service accounts. A `role` is a named list of permissions
427 # defined by IAM.
428 #
429 # **Example**
430 #
431 # {
432 # "bindings": [
433 # {
434 # "role": "roles/owner",
435 # "members": [
436 # "user:mike@example.com",
437 # "group:admins@example.com",
438 # "domain:google.com",
439 # "serviceAccount:my-other-app@appspot.gserviceaccount.com",
440 # ]
441 # },
442 # {
443 # "role": "roles/viewer",
444 # "members": ["user:sean@example.com"]
445 # }
446 # ]
447 # }
448 #
449 # For a description of IAM and its features, see the
450 # [IAM developer's guide](https://cloud.google.com/iam).
451 "bindings": [ # Associates a list of `members` to a `role`.
452 # Multiple `bindings` must not be specified for the same `role`.
453 # `bindings` with no members will result in an error.
454 { # Associates `members` with a `role`.
455 "role": "A String", # Role that is assigned to `members`.
456 # For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
457 # Required
458 "members": [ # Specifies the identities requesting access for a Cloud Platform resource.
459 # `members` can have the following values:
460 #
461 # * `allUsers`: A special identifier that represents anyone who is
462 # on the internet; with or without a Google account.
463 #
464 # * `allAuthenticatedUsers`: A special identifier that represents anyone
465 # who is authenticated with a Google account or a service account.
466 #
467 # * `user:{emailid}`: An email address that represents a specific Google
468 # account. For example, `alice@gmail.com` or `joe@example.com`.
469 #
470 #
471 # * `serviceAccount:{emailid}`: An email address that represents a service
472 # account. For example, `my-other-app@appspot.gserviceaccount.com`.
473 #
474 # * `group:{emailid}`: An email address that represents a Google group.
475 # For example, `admins@example.com`.
476 #
477 # * `domain:{domain}`: A Google Apps domain name that represents all the
478 # users of that domain. For example, `google.com` or `example.com`.
479 #
480 "A String",
481 ],
482 },
483 ],
484 "etag": "A String", # `etag` is used for optimistic concurrency control as a way to help
485 # prevent simultaneous updates of a policy from overwriting each other.
486 # It is strongly suggested that systems make use of the `etag` in the
487 # read-modify-write cycle to perform policy updates in order to avoid race
488 # conditions: An `etag` is returned in the response to `getIamPolicy`, and
489 # systems are expected to put that etag in the request to `setIamPolicy` to
490 # ensure that their change will be applied to the same version of the policy.
491 #
492 # If no `etag` is provided in the call to `setIamPolicy`, then the existing
493 # policy is overwritten blindly.
494 "version": 42, # Version of the `Policy`. The default version is 0.
495 },
496 }
497
498 x__xgafv: string, V1 error format.
499 Allowed values
500 1 - v1 error format
501 2 - v2 error format
502
503Returns:
504 An object of the form:
505
506 { # Defines an Identity and Access Management (IAM) policy. It is used to
507 # specify access control policies for Cloud Platform resources.
508 #
509 #
510 # A `Policy` consists of a list of `bindings`. A `Binding` binds a list of
511 # `members` to a `role`, where the members can be user accounts, Google groups,
512 # Google domains, and service accounts. A `role` is a named list of permissions
513 # defined by IAM.
514 #
515 # **Example**
516 #
517 # {
518 # "bindings": [
519 # {
520 # "role": "roles/owner",
521 # "members": [
522 # "user:mike@example.com",
523 # "group:admins@example.com",
524 # "domain:google.com",
525 # "serviceAccount:my-other-app@appspot.gserviceaccount.com",
526 # ]
527 # },
528 # {
529 # "role": "roles/viewer",
530 # "members": ["user:sean@example.com"]
531 # }
532 # ]
533 # }
534 #
535 # For a description of IAM and its features, see the
536 # [IAM developer's guide](https://cloud.google.com/iam).
537 "bindings": [ # Associates a list of `members` to a `role`.
538 # Multiple `bindings` must not be specified for the same `role`.
539 # `bindings` with no members will result in an error.
540 { # Associates `members` with a `role`.
541 "role": "A String", # Role that is assigned to `members`.
542 # For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
543 # Required
544 "members": [ # Specifies the identities requesting access for a Cloud Platform resource.
545 # `members` can have the following values:
546 #
547 # * `allUsers`: A special identifier that represents anyone who is
548 # on the internet; with or without a Google account.
549 #
550 # * `allAuthenticatedUsers`: A special identifier that represents anyone
551 # who is authenticated with a Google account or a service account.
552 #
553 # * `user:{emailid}`: An email address that represents a specific Google
554 # account. For example, `alice@gmail.com` or `joe@example.com`.
555 #
556 #
557 # * `serviceAccount:{emailid}`: An email address that represents a service
558 # account. For example, `my-other-app@appspot.gserviceaccount.com`.
559 #
560 # * `group:{emailid}`: An email address that represents a Google group.
561 # For example, `admins@example.com`.
562 #
563 # * `domain:{domain}`: A Google Apps domain name that represents all the
564 # users of that domain. For example, `google.com` or `example.com`.
565 #
566 "A String",
567 ],
568 },
569 ],
570 "etag": "A String", # `etag` is used for optimistic concurrency control as a way to help
571 # prevent simultaneous updates of a policy from overwriting each other.
572 # It is strongly suggested that systems make use of the `etag` in the
573 # read-modify-write cycle to perform policy updates in order to avoid race
574 # conditions: An `etag` is returned in the response to `getIamPolicy`, and
575 # systems are expected to put that etag in the request to `setIamPolicy` to
576 # ensure that their change will be applied to the same version of the policy.
577 #
578 # If no `etag` is provided in the call to `setIamPolicy`, then the existing
579 # policy is overwritten blindly.
580 "version": 42, # Version of the `Policy`. The default version is 0.
581 }</pre>
582</div>
583
584<div class="method">
585 <code class="details" id="testIamPermissions">testIamPermissions(resource=None, body, x__xgafv=None)</code>
586 <pre>Returns permissions that a caller has on the specified resource.
587If the resource does not exist, this will return an empty set of
588permissions, not a NOT_FOUND error.
589
590Args:
591 resource: string, REQUIRED: The resource for which the policy detail is being requested.
592`resource` is usually specified as a path. For example, a Project
593resource is specified as `projects/{project}`. (required)
594 body: object, The request body. (required)
595 The object takes the form of:
596
597{ # Request message for `TestIamPermissions` method.
598 "permissions": [ # The set of permissions to check for the `resource`. Permissions with
599 # wildcards (such as '*' or 'storage.*') are not allowed. For more
600 # information see
601 # [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).
602 "A String",
603 ],
604 }
605
606 x__xgafv: string, V1 error format.
607 Allowed values
608 1 - v1 error format
609 2 - v2 error format
610
611Returns:
612 An object of the form:
613
614 { # Response message for `TestIamPermissions` method.
615 "permissions": [ # A subset of `TestPermissionsRequest.permissions` that the caller is
616 # allowed.
617 "A String",
618 ],
619 }</pre>
620</div>
621
622<div class="method">
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700623 <code class="details" id="update">update(name=None, body, x__xgafv=None)</code>
Jon Wayne Parrott7d5badb2016-08-16 12:44:29 -0700624 <pre>Updates a RuntimeConfig resource. The configuration must exist beforehand.
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700625
626Args:
Jon Wayne Parrott7d5badb2016-08-16 12:44:29 -0700627 name: string, The name of the RuntimeConfig resource to update, in the format:
628
629`projects/[PROJECT_ID]/configs/[CONFIG_NAME]` (required)
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700630 body: object, The request body. (required)
631 The object takes the form of:
632
Jon Wayne Parrott7d5badb2016-08-16 12:44:29 -0700633{ # A RuntimeConfig resource is the primary resource in the Cloud RuntimeConfig
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800634 # service. A RuntimeConfig resource consists of metadata and a hierarchy of
635 # variables.
636 "description": "A String", # An optional description of the RuntimeConfig object.
637 "name": "A String", # The resource name of a runtime config. The name must have the format:
638 #
639 # projects/[PROJECT_ID]/configs/[CONFIG_NAME]
640 #
641 # The `[PROJECT_ID]` must be a valid project ID, and `[CONFIG_NAME]` is an
642 # arbitrary name that matches RFC 1035 segment specification. The length of
643 # `[CONFIG_NAME]` must be less than 64 bytes.
644 #
645 # You pick the RuntimeConfig resource name, but the server will validate that
646 # the name adheres to this format. After you create the resource, you cannot
647 # change the resource's name.
648}
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700649
650 x__xgafv: string, V1 error format.
651 Allowed values
652 1 - v1 error format
653 2 - v2 error format
654
655Returns:
656 An object of the form:
657
Jon Wayne Parrott7d5badb2016-08-16 12:44:29 -0700658 { # A RuntimeConfig resource is the primary resource in the Cloud RuntimeConfig
Jon Wayne Parrott692617a2017-01-06 09:58:29 -0800659 # service. A RuntimeConfig resource consists of metadata and a hierarchy of
660 # variables.
661 "description": "A String", # An optional description of the RuntimeConfig object.
662 "name": "A String", # The resource name of a runtime config. The name must have the format:
663 #
664 # projects/[PROJECT_ID]/configs/[CONFIG_NAME]
665 #
666 # The `[PROJECT_ID]` must be a valid project ID, and `[CONFIG_NAME]` is an
667 # arbitrary name that matches RFC 1035 segment specification. The length of
668 # `[CONFIG_NAME]` must be less than 64 bytes.
669 #
670 # You pick the RuntimeConfig resource name, but the server will validate that
671 # the name adheres to this format. After you create the resource, you cannot
672 # change the resource's name.
673 }</pre>
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700674</div>
675
676</body></html>