google-apis-runtimeconfig_v1beta1 0.23.0 → 0.24.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f004c6d64f005140d29340573fae1f0f67ca0d3f7499c6c4c33667f95ce308e4
4
- data.tar.gz: e06d14370b1856985a8df9e43bf0a2fe70fbee2472089b5885d21bb7bb5e3d59
3
+ metadata.gz: 767280ab1e43e688b8ef0e7ff65a7df7e1eaae62459948169b2d193f53875b00
4
+ data.tar.gz: 6f4f6919dad98ae64d19bf2af2d0a32fdc1f2ddd89ff318082dd11614c30ffe6
5
5
  SHA512:
6
- metadata.gz: f1415da19cc5a2dca1018865dc4597acb2304e30240ddd5752e4e90282fcb164260a8646f9eb30206cd62797cd11af444d4c4e317c892204b51792e411b066c0
7
- data.tar.gz: cf3fecc9a5c46bb4ace336c1863dcc41951f40aa18b0b6241f42149331a58ce927966f99f8e0bcef554310c951f130bf3ba38fa7e2252e1b771abf9323024544
6
+ metadata.gz: e915616990d216e66641821852e5c02d02b2e951c7a847d8c61a01456d86e13f138a8cd58c8c44a9168d8dee25de1944cd6787f87dff158599845f26bcc37984
7
+ data.tar.gz: 15bf10be359f40e6faf465808c06263d0424f4729ecf149239240d3a588564ff1883f0efe2a16b92f8bcf256a787f3c2070c8d61adcc42b73f7eca4418b06667
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-runtimeconfig_v1beta1
2
2
 
3
+ ### v0.24.0 (2023-08-06)
4
+
5
+ * Regenerated from discovery document revision 20230803
6
+
3
7
  ### v0.23.0 (2023-02-15)
4
8
 
5
9
  * Regenerated using generator version 0.12.0
@@ -359,13 +359,13 @@ module Google
359
359
  # @return [String]
360
360
  attr_accessor :name
361
361
 
362
- # The normal response of the operation in case of success. If the original
363
- # method returns no data on success, such as `Delete`, the response is `google.
364
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
365
- # the response should be the resource. For other methods, the response should
366
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
367
- # example, if the original method name is `TakeSnapshot()`, the inferred
368
- # response type is `TakeSnapshotResponse`.
362
+ # The normal, successful response of the operation. If the original method
363
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
364
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
365
+ # response should be the resource. For other methods, the response should have
366
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
367
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
368
+ # `TakeSnapshotResponse`.
369
369
  # Corresponds to the JSON property `response`
370
370
  # @return [Hash<String,Object>]
371
371
  attr_accessor :response
@@ -395,22 +395,22 @@ module Google
395
395
  # evaluates to `true`. A condition can add constraints based on attributes of
396
396
  # the request, the resource, or both. To learn which resources support
397
397
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
398
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
398
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
399
399
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
400
400
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
401
401
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
402
402
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
403
403
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
404
404
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
405
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
406
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
407
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
408
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
409
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
410
- # access description: Does not grant access after Sep 2020 expression: request.
411
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
412
- # a description of IAM and its features, see the [IAM documentation](https://
413
- # cloud.google.com/iam/docs/).
405
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
406
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
407
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
408
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
409
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
410
+ # title: expirable access description: Does not grant access after Sep 2020
411
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
412
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
413
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
414
414
  class Policy
415
415
  include Google::Apis::Core::Hashable
416
416
 
@@ -521,22 +521,22 @@ module Google
521
521
  # evaluates to `true`. A condition can add constraints based on attributes of
522
522
  # the request, the resource, or both. To learn which resources support
523
523
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
524
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
524
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
525
525
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
526
526
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
527
527
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
528
528
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
529
529
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
530
530
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
531
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
532
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
533
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
534
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
535
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
536
- # access description: Does not grant access after Sep 2020 expression: request.
537
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
538
- # a description of IAM and its features, see the [IAM documentation](https://
539
- # cloud.google.com/iam/docs/).
531
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
532
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
533
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
534
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
535
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
536
+ # title: expirable access description: Does not grant access after Sep 2020
537
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
538
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
539
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
540
540
  # Corresponds to the JSON property `policy`
541
541
  # @return [Google::Apis::RuntimeconfigV1beta1::Policy]
542
542
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RuntimeconfigV1beta1
18
18
  # Version of the google-apis-runtimeconfig_v1beta1 gem
19
- GEM_VERSION = "0.23.0"
19
+ GEM_VERSION = "0.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230123"
25
+ REVISION = "20230803"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-runtimeconfig_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.0
4
+ version: 0.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-19 00:00:00.000000000 Z
11
+ date: 2023-08-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-runtimeconfig_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-runtimeconfig_v1beta1/v0.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-runtimeconfig_v1beta1/v0.24.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-runtimeconfig_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []