google-apis-runtimeconfig_v1beta1 0.22.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: ee33f01deff34dc3e1d98a768cd3a8192b5a93926ae673d81ff7eb1e8a454221
4
- data.tar.gz: 32a2c1a44fe219fc07838e72929efb4aa727e34156c433b824a58b8f5ba67fdf
3
+ metadata.gz: 767280ab1e43e688b8ef0e7ff65a7df7e1eaae62459948169b2d193f53875b00
4
+ data.tar.gz: 6f4f6919dad98ae64d19bf2af2d0a32fdc1f2ddd89ff318082dd11614c30ffe6
5
5
  SHA512:
6
- metadata.gz: 7e9fa333ef35fbbdfa88a9a7de345eed070b93747e11c77ca95547d1fc52345981ab8bfdbdac4643919a54c063f4da8935ce27b6450e78c09540158d2dd71eb8
7
- data.tar.gz: 7d908f849608d5119690c5755349193ee8b397c018b6bfb0a5b6d9a6583492c048b0a9d4d94c7eef772a364be335c3021c368e4e817fab061e2fb4c226985018
6
+ metadata.gz: e915616990d216e66641821852e5c02d02b2e951c7a847d8c61a01456d86e13f138a8cd58c8c44a9168d8dee25de1944cd6787f87dff158599845f26bcc37984
7
+ data.tar.gz: 15bf10be359f40e6faf465808c06263d0424f4729ecf149239240d3a588564ff1883f0efe2a16b92f8bcf256a787f3c2070c8d61adcc42b73f7eca4418b06667
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.23.0 (2023-02-15)
8
+
9
+ * Regenerated using generator version 0.12.0
10
+
3
11
  ### v0.22.0 (2023-01-29)
4
12
 
5
13
  * Regenerated from discovery document revision 20230123
@@ -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.22.0"
19
+ GEM_VERSION = "0.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.1"
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.22.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-01-29 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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.22.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: []