google-apis-gkebackup_v1 0.20.0 → 0.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/gkebackup_v1/classes.rb +30 -29
- data/lib/google/apis/gkebackup_v1/gem_version.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1616195da090392757a4ddc1053bf89dc2b2f167870d659159606654a55005ef
|
4
|
+
data.tar.gz: 548b9f425cc5a56881cac57706610d360e2425295f50c6fe079b3fd6fce0388c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5ef965375b337a5de926c6ee2004f5616ca126cde5bccecb86d9c320b8b1168919f61c6d78c8ddcf78b902cc2f6625207d268c38ffa7855f6fb233e54d9155f5
|
7
|
+
data.tar.gz: d59ddd8c16ac5f897c9cf7d98d2cf99c3f29cd8d87aa2f2f567ee412128830cbab3036a90c11e4da79e82fdaef4c44c7b36e07bdb7d47de314217f1891b50381
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-gkebackup_v1
|
2
2
|
|
3
|
+
### v0.22.0 (2023-08-27)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230809
|
6
|
+
|
7
|
+
### v0.21.0 (2023-08-13)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230802
|
10
|
+
|
3
11
|
### v0.20.0 (2023-08-03)
|
4
12
|
|
5
13
|
* 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
|
826
|
-
#
|
827
|
-
#
|
828
|
-
#
|
829
|
-
#
|
830
|
-
#
|
831
|
-
#
|
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
|
1311
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
1312
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
1313
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
1314
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
1315
|
-
# access description: Does not grant access after Sep 2020
|
1316
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
1317
|
-
# a description of IAM and its features, see the
|
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
|
|
@@ -1789,8 +1789,9 @@ module Google
|
|
1789
1789
|
# field does NOT affect existing Backups under it. Backups created AFTER a
|
1790
1790
|
# successful update will automatically pick up the new value. NOTE:
|
1791
1791
|
# backup_retain_days must be >= backup_delete_lock_days. If cron_schedule is
|
1792
|
-
# defined, then this must be <= 360 * the creation interval.
|
1793
|
-
#
|
1792
|
+
# defined, then this must be <= 360 * the creation interval. If rpo_config is
|
1793
|
+
# defined, then this must be <= 360 * target_rpo_minutes / (1440minutes/day).
|
1794
|
+
# Default: 0 (no automatic deletion)
|
1794
1795
|
# Corresponds to the JSON property `backupRetainDays`
|
1795
1796
|
# @return [Fixnum]
|
1796
1797
|
attr_accessor :backup_retain_days
|
@@ -1862,22 +1863,22 @@ module Google
|
|
1862
1863
|
# evaluates to `true`. A condition can add constraints based on attributes of
|
1863
1864
|
# the request, the resource, or both. To learn which resources support
|
1864
1865
|
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
1865
|
-
# google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
|
1866
|
+
# google.com/iam/help/conditions/resource-policies). **JSON example:** ``` ` "
|
1866
1867
|
# bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
|
1867
1868
|
# "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
|
1868
1869
|
# serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
|
1869
1870
|
# roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
|
1870
1871
|
# ], "condition": ` "title": "expirable access", "description": "Does not grant
|
1871
1872
|
# access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
|
1872
|
-
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML
|
1873
|
-
# bindings: - members: - user:mike@example.com - group:admins@
|
1874
|
-
# domain:google.com - serviceAccount:my-project-id@appspot.
|
1875
|
-
# role: roles/resourcemanager.organizationAdmin - members: -
|
1876
|
-
# com role: roles/resourcemanager.organizationViewer condition:
|
1877
|
-
# access description: Does not grant access after Sep 2020
|
1878
|
-
# time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
1879
|
-
# a description of IAM and its features, see the
|
1880
|
-
# cloud.google.com/iam/docs/).
|
1873
|
+
# 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` ``` **YAML
|
1874
|
+
# example:** ``` bindings: - members: - user:mike@example.com - group:admins@
|
1875
|
+
# example.com - domain:google.com - serviceAccount:my-project-id@appspot.
|
1876
|
+
# gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: -
|
1877
|
+
# user:eve@example.com role: roles/resourcemanager.organizationViewer condition:
|
1878
|
+
# title: expirable access description: Does not grant access after Sep 2020
|
1879
|
+
# expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag:
|
1880
|
+
# BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the
|
1881
|
+
# [IAM documentation](https://cloud.google.com/iam/docs/).
|
1881
1882
|
# Corresponds to the JSON property `policy`
|
1882
1883
|
# @return [Google::Apis::GkebackupV1::Policy]
|
1883
1884
|
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.
|
19
|
+
GEM_VERSION = "0.22.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 = "
|
25
|
+
REVISION = "20230809"
|
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.
|
4
|
+
version: 0.22.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-
|
11
|
+
date: 2023-09-03 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkebackup_v1/v0.22.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: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.4.
|
78
|
+
rubygems_version: 3.4.19
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Backup for GKE API V1
|