google-apis-gkebackup_v1 0.28.0 → 0.30.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/gkebackup_v1/classes.rb +8 -9
- data/lib/google/apis/gkebackup_v1/gem_version.rb +3 -3
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d48b8018ae503ad29113dc3469c2a5af11206bf7abfea4bbf91da4d3a170f6fa
|
4
|
+
data.tar.gz: ba2eea3f8e0fe7fb747dd17fafcad517da02aaf7e6752aa3123c39248497584f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ba2efd10bc4c81f0b80d6afdb2509da54949696321c9a3d3a6d81e51f510a8e1745ab8447de69f77f1c94b58cd8ecd8205af170aad265ba04a916f844beec854
|
7
|
+
data.tar.gz: 9f74c944eeefd8d3c9c0ec417b65947c8422fcfa76150f073487d2b2e6745f761bb5a1e3d8fac742355f17ded151587038adf6f98c1f6a81e1775d7bbc1e29eb
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-gkebackup_v1
|
2
2
|
|
3
|
+
### v0.30.0 (2024-03-24)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240313
|
6
|
+
|
7
|
+
### v0.29.0 (2024-02-24)
|
8
|
+
|
9
|
+
* Regenerated using generator version 0.14.0
|
10
|
+
|
3
11
|
### v0.28.0 (2024-02-11)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20240131
|
data/OVERVIEW.md
CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/kubernetes-engine/docs/add-
|
|
83
83
|
|
84
84
|
## Supported Ruby versions
|
85
85
|
|
86
|
-
This library is supported on Ruby 2.
|
86
|
+
This library is supported on Ruby 2.7+.
|
87
87
|
|
88
|
-
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life.
|
88
|
+
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
89
89
|
|
90
90
|
## License
|
91
91
|
|
@@ -96,7 +96,7 @@ module Google
|
|
96
96
|
# Represents a request to perform a single point-in-time capture of some portion
|
97
97
|
# of the state of a GKE cluster, the record of the backup operation itself, and
|
98
98
|
# an anchor for the underlying artifacts that comprise the Backup (the config
|
99
|
-
# backup and VolumeBackups).
|
99
|
+
# backup and VolumeBackups).
|
100
100
|
class Backup
|
101
101
|
include Google::Apis::Core::Hashable
|
102
102
|
|
@@ -1453,7 +1453,7 @@ module Google
|
|
1453
1453
|
end
|
1454
1454
|
|
1455
1455
|
# Represents both a request to Restore some portion of a Backup into a target
|
1456
|
-
# GKE cluster and a record of the restore operation itself.
|
1456
|
+
# GKE cluster and a record of the restore operation itself.
|
1457
1457
|
class Restore
|
1458
1458
|
include Google::Apis::Core::Hashable
|
1459
1459
|
|
@@ -1525,7 +1525,7 @@ module Google
|
|
1525
1525
|
# @return [Fixnum]
|
1526
1526
|
attr_accessor :resources_restored_count
|
1527
1527
|
|
1528
|
-
# Configuration of a restore.
|
1528
|
+
# Configuration of a restore.
|
1529
1529
|
# Corresponds to the JSON property `restoreConfig`
|
1530
1530
|
# @return [Google::Apis::GkebackupV1::RestoreConfig]
|
1531
1531
|
attr_accessor :restore_config
|
@@ -1583,7 +1583,7 @@ module Google
|
|
1583
1583
|
end
|
1584
1584
|
end
|
1585
1585
|
|
1586
|
-
# Configuration of a restore.
|
1586
|
+
# Configuration of a restore.
|
1587
1587
|
class RestoreConfig
|
1588
1588
|
include Google::Apis::Core::Hashable
|
1589
1589
|
|
@@ -1690,7 +1690,7 @@ module Google
|
|
1690
1690
|
end
|
1691
1691
|
|
1692
1692
|
# The configuration of a potential series of Restore operations to be performed
|
1693
|
-
# against Backups belong to a particular BackupPlan.
|
1693
|
+
# against Backups belong to a particular BackupPlan.
|
1694
1694
|
class RestorePlan
|
1695
1695
|
include Google::Apis::Core::Hashable
|
1696
1696
|
|
@@ -1742,7 +1742,7 @@ module Google
|
|
1742
1742
|
# @return [String]
|
1743
1743
|
attr_accessor :name
|
1744
1744
|
|
1745
|
-
# Configuration of a restore.
|
1745
|
+
# Configuration of a restore.
|
1746
1746
|
# Corresponds to the JSON property `restoreConfig`
|
1747
1747
|
# @return [Google::Apis::GkebackupV1::RestoreConfig]
|
1748
1748
|
attr_accessor :restore_config
|
@@ -2114,7 +2114,7 @@ module Google
|
|
2114
2114
|
|
2115
2115
|
# Represents the backup of a specific persistent volume as a component of a
|
2116
2116
|
# Backup - both the record of the operation and a pointer to the underlying
|
2117
|
-
# storage-specific artifacts.
|
2117
|
+
# storage-specific artifacts.
|
2118
2118
|
class VolumeBackup
|
2119
2119
|
include Google::Apis::Core::Hashable
|
2120
2120
|
|
@@ -2219,8 +2219,7 @@ module Google
|
|
2219
2219
|
end
|
2220
2220
|
end
|
2221
2221
|
|
2222
|
-
# Represents the operation of restoring a volume from a VolumeBackup.
|
2223
|
-
# 13
|
2222
|
+
# Represents the operation of restoring a volume from a VolumeBackup.
|
2224
2223
|
class VolumeRestore
|
2225
2224
|
include Google::Apis::Core::Hashable
|
2226
2225
|
|
@@ -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.30.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.14.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240313"
|
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.30.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: 2024-
|
11
|
+
date: 2024-03-24 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.
|
19
|
+
version: 0.14.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.
|
29
|
+
version: 0.14.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-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.30.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: []
|
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
68
68
|
requirements:
|
69
69
|
- - ">="
|
70
70
|
- !ruby/object:Gem::Version
|
71
|
-
version: '2.
|
71
|
+
version: '2.7'
|
72
72
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
73
73
|
requirements:
|
74
74
|
- - ">="
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.6
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Backup for GKE API V1
|