google-apis-gkebackup_v1 0.20.0 → 0.21.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: aa1eabb250276123ca4c07cda2d31a30bde0f96835c523ddebf7df390163f20f
4
- data.tar.gz: 41ad1998c89059a6bbc86ac85472eee7994d7bf7eedcb4021a9015b2abe8dd68
3
+ metadata.gz: 1bb5c03eb2380fe8bc716b8b0f71dfcbeba4d2fa6958472304d50d34fdaa9afa
4
+ data.tar.gz: 3b3f4be2634cbcbf8484b53eeb791cc2d74080071bbb17ea806a4b8c63c16892
5
5
  SHA512:
6
- metadata.gz: da0fab18bca722802ab250c56d2eb779cedb8a874bb122f270d0fb3448d480607462aba3587145badbbef24e2419a7579642abd4d7d17f76678d8ef382197d90
7
- data.tar.gz: 5413d24f92603679d76967d331a604ff1f8b87266ee8b23ab0512f15a226375679559bdefcd933da28c60d85fe5868b1c1ee95a18f9990f4edeea2bb770b2768
6
+ metadata.gz: 7dbf975dd899f9d8e5ce5c33f9d95ea0f5e6980d993e4eaaaf894cccc42b36e39ae190a94ac143032a92fbba2f81928949dc567abb6fd9938abd17bb6aac557e
7
+ data.tar.gz: df14c3b3e1164d7082e363f26d7e61af567843b6093ea66e3cc4a2518647b376a908ba445bb431bbfe5dacd52cd53e25970b41d75fa5b260a9c035f1324f7b60
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gkebackup_v1
2
2
 
3
+ ### v0.21.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230802
6
+
3
7
  ### v0.20.0 (2023-08-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20230719
@@ -822,13 +822,13 @@ module Google
822
822
  # @return [String]
823
823
  attr_accessor :name
824
824
 
825
- # The normal response of the operation in case of success. If the original
826
- # method returns no data on success, such as `Delete`, the response is `google.
827
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
828
- # the response should be the resource. For other methods, the response should
829
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
830
- # example, if the original method name is `TakeSnapshot()`, the inferred
831
- # response type is `TakeSnapshotResponse`.
825
+ # The normal, successful response of the operation. If the original method
826
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
827
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
828
+ # response should be the resource. For other methods, the response should have
829
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
830
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
831
+ # `TakeSnapshotResponse`.
832
832
  # Corresponds to the JSON property `response`
833
833
  # @return [Hash<String,Object>]
834
834
  attr_accessor :response
@@ -1300,22 +1300,22 @@ module Google
1300
1300
  # evaluates to `true`. A condition can add constraints based on attributes of
1301
1301
  # the request, the resource, or both. To learn which resources support
1302
1302
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1303
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1303
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1304
1304
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1305
1305
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1306
1306
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1307
1307
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1308
1308
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1309
1309
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1310
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1311
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1312
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1313
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1314
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1315
- # access description: Does not grant access after Sep 2020 expression: request.
1316
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1317
- # a description of IAM and its features, see the [IAM documentation](https://
1318
- # cloud.google.com/iam/docs/).
1310
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1311
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1312
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1313
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1314
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1315
+ # title: expirable access description: Does not grant access after Sep 2020
1316
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1317
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1318
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1319
1319
  class Policy
1320
1320
  include Google::Apis::Core::Hashable
1321
1321
 
@@ -1862,22 +1862,22 @@ module Google
1862
1862
  # evaluates to `true`. A condition can add constraints based on attributes of
1863
1863
  # the request, the resource, or both. To learn which resources support
1864
1864
  # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1865
- # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
1865
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
1866
1866
  # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
1867
1867
  # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
1868
1868
  # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
1869
1869
  # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
1870
1870
  # ], "condition": ` "title": "expirable access", "description": "Does not grant
1871
1871
  # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
1872
- # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
1873
- # bindings: - members: - user:mike@example.com - group:admins@example.com -
1874
- # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
1875
- # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
1876
- # com role: roles/resourcemanager.organizationViewer condition: title: expirable
1877
- # access description: Does not grant access after Sep 2020 expression: request.
1878
- # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
1879
- # a description of IAM and its features, see the [IAM documentation](https://
1880
- # cloud.google.com/iam/docs/).
1872
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
1873
+ # example:** ``` bindings: - members: - user:mike@example.com - group:admins@
1874
+ # example.com - domain:google.com - serviceAccount:my-project-id@appspot.
1875
+ # gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
1876
+ # user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
1877
+ # title: expirable access description: Does not grant access after Sep 2020
1878
+ # expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
1879
+ # BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
1880
+ # [IAM documentation](https://cloud.google.com/iam/docs/).
1881
1881
  # Corresponds to the JSON property `policy`
1882
1882
  # @return [Google::Apis::GkebackupV1::Policy]
1883
1883
  attr_accessor :policy
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GkebackupV1
18
18
  # Version of the google-apis-gkebackup_v1 gem
19
- GEM_VERSION = "0.20.0"
19
+ GEM_VERSION = "0.21.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 = "20230719"
25
+ REVISION = "20230802"
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-gkebackup_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.0
4
+ version: 0.21.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-08-06 00:00:00.000000000 Z
11
+ date: 2023-08-13 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-gkebackup_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkebackup_v1/v0.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkebackup_v1/v0.21.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkebackup_v1
63
63
  post_install_message:
64
64
  rdoc_options: []