google-cloud-gke_backup-v1 0.11.0 → 0.12.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/gke_backup/v1/backup_for_gke/client.rb +7 -0
- data/lib/google/cloud/gke_backup/v1/backup_for_gke/operations.rb +7 -0
- data/lib/google/cloud/gke_backup/v1/backup_for_gke/rest/client.rb +7 -0
- data/lib/google/cloud/gke_backup/v1/backup_for_gke/rest/operations.rb +7 -0
- data/lib/google/cloud/gke_backup/v1/version.rb +1 -1
- data/proto_docs/google/cloud/gkebackup/v1/backup.rb +10 -0
- data/proto_docs/google/cloud/gkebackup/v1/backup_plan.rb +12 -0
- data/proto_docs/google/cloud/gkebackup/v1/restore.rb +10 -0
- data/proto_docs/google/longrunning/operations.rb +4 -0
- metadata +6 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 63f08aa7568ec86bf05afebbd3bc638f2160792051448c73f99d7a68c969cd08
|
4
|
+
data.tar.gz: 318f07ffd99699ea27c19c228e1e7496750efe55dc562ad57481991bbf5a1334
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 661b2e9103f9ecd56ee5f13e322b6e7cd46b6425ddfa884b87229732772f9397d58ab31e1f6e87ec8ea379d68a42384b4b2c44beda817584d4d858a3f8f1b3bf
|
7
|
+
data.tar.gz: 85f5cefd3ac43ff31ae99b635d420c082f41479c8ad7f4e80a6375e0253a109e6814f57abeb80e0ef1fe65fd757f5951c4c3ddf8b73f0335f61f450fe69f761a
|
data/README.md
CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
86
86
|
|
87
87
|
## Supported Ruby Versions
|
88
88
|
|
89
|
-
This library is supported on Ruby
|
89
|
+
This library is supported on Ruby 3.0+.
|
90
90
|
|
91
91
|
Google provides official support for Ruby versions that are actively supported
|
92
92
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
@@ -2875,6 +2875,13 @@ module Google
|
|
2875
2875
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
2876
2876
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
2877
2877
|
# * (`nil`) indicating no credentials
|
2878
|
+
#
|
2879
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
2880
|
+
# external source for authentication to Google Cloud, you must validate it before
|
2881
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
2882
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
2883
|
+
# For more information, refer to [Validate credential configurations from external
|
2884
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
2878
2885
|
# @return [::Object]
|
2879
2886
|
# @!attribute [rw] scope
|
2880
2887
|
# The OAuth scopes
|
@@ -640,6 +640,13 @@ module Google
|
|
640
640
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
641
641
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
642
642
|
# * (`nil`) indicating no credentials
|
643
|
+
#
|
644
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
645
|
+
# external source for authentication to Google Cloud, you must validate it before
|
646
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
647
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
648
|
+
# For more information, refer to [Validate credential configurations from external
|
649
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
643
650
|
# @return [::Object]
|
644
651
|
# @!attribute [rw] scope
|
645
652
|
# The OAuth scopes
|
@@ -2687,6 +2687,13 @@ module Google
|
|
2687
2687
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
2688
2688
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
2689
2689
|
# * (`nil`) indicating no credentials
|
2690
|
+
#
|
2691
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
2692
|
+
# external source for authentication to Google Cloud, you must validate it before
|
2693
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
2694
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
2695
|
+
# For more information, refer to [Validate credential configurations from external
|
2696
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
2690
2697
|
# @return [::Object]
|
2691
2698
|
# @!attribute [rw] scope
|
2692
2699
|
# The OAuth scopes
|
@@ -502,6 +502,13 @@ module Google
|
|
502
502
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
503
503
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
504
504
|
# * (`nil`) indicating no credentials
|
505
|
+
#
|
506
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
507
|
+
# external source for authentication to Google Cloud, you must validate it before
|
508
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
509
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
510
|
+
# For more information, refer to [Validate credential configurations from external
|
511
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
505
512
|
# @return [::Object]
|
506
513
|
# @!attribute [rw] scope
|
507
514
|
# The OAuth scopes
|
@@ -93,14 +93,20 @@ module Google
|
|
93
93
|
# @!attribute [r] all_namespaces
|
94
94
|
# @return [::Boolean]
|
95
95
|
# Output only. If True, all namespaces were included in the Backup.
|
96
|
+
#
|
97
|
+
# Note: The following fields are mutually exclusive: `all_namespaces`, `selected_namespaces`, `selected_applications`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
96
98
|
# @!attribute [r] selected_namespaces
|
97
99
|
# @return [::Google::Cloud::GkeBackup::V1::Namespaces]
|
98
100
|
# Output only. If set, the list of namespaces that were included in the
|
99
101
|
# Backup.
|
102
|
+
#
|
103
|
+
# Note: The following fields are mutually exclusive: `selected_namespaces`, `all_namespaces`, `selected_applications`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
100
104
|
# @!attribute [r] selected_applications
|
101
105
|
# @return [::Google::Cloud::GkeBackup::V1::NamespacedNames]
|
102
106
|
# Output only. If set, the list of ProtectedApplications whose resources
|
103
107
|
# were included in the Backup.
|
108
|
+
#
|
109
|
+
# Note: The following fields are mutually exclusive: `selected_applications`, `all_namespaces`, `selected_namespaces`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
104
110
|
# @!attribute [r] contains_volume_data
|
105
111
|
# @return [::Boolean]
|
106
112
|
# Output only. Whether or not the Backup contains volume data. Controlled by
|
@@ -191,9 +197,13 @@ module Google
|
|
191
197
|
# @!attribute [r] gke_version
|
192
198
|
# @return [::String]
|
193
199
|
# Output only. GKE version
|
200
|
+
#
|
201
|
+
# Note: The following fields are mutually exclusive: `gke_version`, `anthos_version`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
194
202
|
# @!attribute [r] anthos_version
|
195
203
|
# @return [::String]
|
196
204
|
# Output only. Anthos version
|
205
|
+
#
|
206
|
+
# Note: The following fields are mutually exclusive: `anthos_version`, `gke_version`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
197
207
|
class ClusterMetadata
|
198
208
|
include ::Google::Protobuf::MessageExts
|
199
209
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -197,13 +197,19 @@ module Google
|
|
197
197
|
# @!attribute [rw] all_namespaces
|
198
198
|
# @return [::Boolean]
|
199
199
|
# If True, include all namespaced resources
|
200
|
+
#
|
201
|
+
# Note: The following fields are mutually exclusive: `all_namespaces`, `selected_namespaces`, `selected_applications`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
200
202
|
# @!attribute [rw] selected_namespaces
|
201
203
|
# @return [::Google::Cloud::GkeBackup::V1::Namespaces]
|
202
204
|
# If set, include just the resources in the listed namespaces.
|
205
|
+
#
|
206
|
+
# Note: The following fields are mutually exclusive: `selected_namespaces`, `all_namespaces`, `selected_applications`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
203
207
|
# @!attribute [rw] selected_applications
|
204
208
|
# @return [::Google::Cloud::GkeBackup::V1::NamespacedNames]
|
205
209
|
# If set, include just the resources referenced by the listed
|
206
210
|
# ProtectedApplications.
|
211
|
+
#
|
212
|
+
# Note: The following fields are mutually exclusive: `selected_applications`, `all_namespaces`, `selected_namespaces`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
207
213
|
# @!attribute [rw] include_volume_data
|
208
214
|
# @return [::Boolean]
|
209
215
|
# Optional. This flag specifies whether volume data should be backed up
|
@@ -316,13 +322,19 @@ module Google
|
|
316
322
|
# @return [::Google::Type::Date]
|
317
323
|
# No recurrence. The exclusion window occurs only once and on this
|
318
324
|
# date in UTC.
|
325
|
+
#
|
326
|
+
# Note: The following fields are mutually exclusive: `single_occurrence_date`, `daily`, `days_of_week`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
319
327
|
# @!attribute [rw] daily
|
320
328
|
# @return [::Boolean]
|
321
329
|
# The exclusion window occurs every day if set to "True".
|
322
330
|
# Specifying this field to "False" is an error.
|
331
|
+
#
|
332
|
+
# Note: The following fields are mutually exclusive: `daily`, `single_occurrence_date`, `days_of_week`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
323
333
|
# @!attribute [rw] days_of_week
|
324
334
|
# @return [::Google::Cloud::GkeBackup::V1::ExclusionWindow::DayOfWeekList]
|
325
335
|
# The exclusion window occurs on these days of each week in UTC.
|
336
|
+
#
|
337
|
+
# Note: The following fields are mutually exclusive: `days_of_week`, `single_occurrence_date`, `daily`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
326
338
|
class ExclusionWindow
|
327
339
|
include ::Google::Protobuf::MessageExts
|
328
340
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -201,23 +201,33 @@ module Google
|
|
201
201
|
# @return [::Boolean]
|
202
202
|
# Restore all namespaced resources in the Backup if set to "True".
|
203
203
|
# Specifying this field to "False" is an error.
|
204
|
+
#
|
205
|
+
# Note: The following fields are mutually exclusive: `all_namespaces`, `selected_namespaces`, `selected_applications`, `no_namespaces`, `excluded_namespaces`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
204
206
|
# @!attribute [rw] selected_namespaces
|
205
207
|
# @return [::Google::Cloud::GkeBackup::V1::Namespaces]
|
206
208
|
# A list of selected Namespaces to restore from the Backup. The listed
|
207
209
|
# Namespaces and all resources contained in them will be restored.
|
210
|
+
#
|
211
|
+
# Note: The following fields are mutually exclusive: `selected_namespaces`, `all_namespaces`, `selected_applications`, `no_namespaces`, `excluded_namespaces`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
208
212
|
# @!attribute [rw] selected_applications
|
209
213
|
# @return [::Google::Cloud::GkeBackup::V1::NamespacedNames]
|
210
214
|
# A list of selected ProtectedApplications to restore. The listed
|
211
215
|
# ProtectedApplications and all the resources to which they refer will be
|
212
216
|
# restored.
|
217
|
+
#
|
218
|
+
# Note: The following fields are mutually exclusive: `selected_applications`, `all_namespaces`, `selected_namespaces`, `no_namespaces`, `excluded_namespaces`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
213
219
|
# @!attribute [rw] no_namespaces
|
214
220
|
# @return [::Boolean]
|
215
221
|
# Do not restore any namespaced resources if set to "True".
|
216
222
|
# Specifying this field to "False" is not allowed.
|
223
|
+
#
|
224
|
+
# Note: The following fields are mutually exclusive: `no_namespaces`, `all_namespaces`, `selected_namespaces`, `selected_applications`, `excluded_namespaces`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
217
225
|
# @!attribute [rw] excluded_namespaces
|
218
226
|
# @return [::Google::Cloud::GkeBackup::V1::Namespaces]
|
219
227
|
# A list of selected namespaces excluded from restoration. All
|
220
228
|
# namespaces except those in this list will be restored.
|
229
|
+
#
|
230
|
+
# Note: The following fields are mutually exclusive: `excluded_namespaces`, `all_namespaces`, `selected_namespaces`, `selected_applications`, `no_namespaces`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
221
231
|
# @!attribute [rw] substitution_rules
|
222
232
|
# @return [::Array<::Google::Cloud::GkeBackup::V1::RestoreConfig::SubstitutionRule>]
|
223
233
|
# Optional. A list of transformation rules to be applied against Kubernetes
|
@@ -40,6 +40,8 @@ module Google
|
|
40
40
|
# @!attribute [rw] error
|
41
41
|
# @return [::Google::Rpc::Status]
|
42
42
|
# The error result of the operation in case of failure or cancellation.
|
43
|
+
#
|
44
|
+
# Note: The following fields are mutually exclusive: `error`, `response`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
43
45
|
# @!attribute [rw] response
|
44
46
|
# @return [::Google::Protobuf::Any]
|
45
47
|
# The normal, successful response of the operation. If the original
|
@@ -50,6 +52,8 @@ module Google
|
|
50
52
|
# is the original method name. For example, if the original method name
|
51
53
|
# is `TakeSnapshot()`, the inferred response type is
|
52
54
|
# `TakeSnapshotResponse`.
|
55
|
+
#
|
56
|
+
# Note: The following fields are mutually exclusive: `response`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
53
57
|
class Operation
|
54
58
|
include ::Google::Protobuf::MessageExts
|
55
59
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-gke_backup-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.12.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-01-29 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: gapic-common
|
@@ -16,7 +15,7 @@ dependencies:
|
|
16
15
|
requirements:
|
17
16
|
- - ">="
|
18
17
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
18
|
+
version: 0.25.0
|
20
19
|
- - "<"
|
21
20
|
- !ruby/object:Gem::Version
|
22
21
|
version: 2.a
|
@@ -26,7 +25,7 @@ dependencies:
|
|
26
25
|
requirements:
|
27
26
|
- - ">="
|
28
27
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
28
|
+
version: 0.25.0
|
30
29
|
- - "<"
|
31
30
|
- !ruby/object:Gem::Version
|
32
31
|
version: 2.a
|
@@ -147,7 +146,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
147
146
|
licenses:
|
148
147
|
- Apache-2.0
|
149
148
|
metadata: {}
|
150
|
-
post_install_message:
|
151
149
|
rdoc_options: []
|
152
150
|
require_paths:
|
153
151
|
- lib
|
@@ -155,15 +153,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
155
153
|
requirements:
|
156
154
|
- - ">="
|
157
155
|
- !ruby/object:Gem::Version
|
158
|
-
version: '
|
156
|
+
version: '3.0'
|
159
157
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
160
158
|
requirements:
|
161
159
|
- - ">="
|
162
160
|
- !ruby/object:Gem::Version
|
163
161
|
version: '0'
|
164
162
|
requirements: []
|
165
|
-
rubygems_version: 3.
|
166
|
-
signing_key:
|
163
|
+
rubygems_version: 3.6.2
|
167
164
|
specification_version: 4
|
168
165
|
summary: Backup for GKE is a managed Kubernetes workload backup and restore service
|
169
166
|
for GKE clusters.
|