google-apis-gkebackup_v1 0.25.0 → 0.26.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 +4 -0
- data/lib/google/apis/gkebackup_v1/classes.rb +3 -3
- data/lib/google/apis/gkebackup_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e470a985cc24a31d81bb378f4a3a87eab1a7d69c781bc6a11966f8e8bae79cef
|
4
|
+
data.tar.gz: 771af1298378045c2924671d3d8c05d32f7d56a09aa22fb07b945ee6b3dd4794
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d6c0f2887ed5757cf5170f4d0df252ad869f7ad98ac09a1243cdbe51ce5a1a28baca70657178016a424e14ec689d86636cb76df78a566b0e00a83e5fdd7ca959
|
7
|
+
data.tar.gz: de79e88c3a17fee53030c679ddd211105ab3c85868a26f2dfd5a7e8c8fdc1c4a03cc15325190a7f597769d9c4ac95fbf77efbbef97d3a728a9fd73d6eba21917
|
data/CHANGELOG.md
CHANGED
@@ -1500,7 +1500,7 @@ module Google
|
|
1500
1500
|
# @return [Fixnum]
|
1501
1501
|
attr_accessor :resources_restored_count
|
1502
1502
|
|
1503
|
-
# Configuration of a restore. Next id:
|
1503
|
+
# Configuration of a restore. Next id: 14
|
1504
1504
|
# Corresponds to the JSON property `restoreConfig`
|
1505
1505
|
# @return [Google::Apis::GkebackupV1::RestoreConfig]
|
1506
1506
|
attr_accessor :restore_config
|
@@ -1558,7 +1558,7 @@ module Google
|
|
1558
1558
|
end
|
1559
1559
|
end
|
1560
1560
|
|
1561
|
-
# Configuration of a restore. Next id:
|
1561
|
+
# Configuration of a restore. Next id: 14
|
1562
1562
|
class RestoreConfig
|
1563
1563
|
include Google::Apis::Core::Hashable
|
1564
1564
|
|
@@ -1717,7 +1717,7 @@ module Google
|
|
1717
1717
|
# @return [String]
|
1718
1718
|
attr_accessor :name
|
1719
1719
|
|
1720
|
-
# Configuration of a restore. Next id:
|
1720
|
+
# Configuration of a restore. Next id: 14
|
1721
1721
|
# Corresponds to the JSON property `restoreConfig`
|
1722
1722
|
# @return [Google::Apis::GkebackupV1::RestoreConfig]
|
1723
1723
|
attr_accessor :restore_config
|
@@ -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.26.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 = "20231208"
|
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.26.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-12-10 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.26.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: []
|