google-apis-gkebackup_v1 0.45.0 → 0.46.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 +4 -0
- data/lib/google/apis/gkebackup_v1/classes.rb +2 -4
- 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: 3df5faf607cb3146963874c8ae7f1a8de760dc0509a592826454645cb1eb1340
|
4
|
+
data.tar.gz: e4e202f8365de57d4cb8877e47f455b926ba984e90d47747f04e9ee63b827af6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 26748ff1f38ecc86cc1acb7bc2474ca66684af07dca1c7b0bea0c48d3fbff7557fff3bad9cef0517e54993e478fc8c9baf504ecd0ed1ade62724ba51e025d9fd
|
7
|
+
data.tar.gz: 8d1721c57ab2f480656797d0b6837497fd88a134095d4480a162988b8ecd50d7afa72d45006dd18cabbf12a0ab2443147dfe8142227418641ada018e1c474e51
|
data/CHANGELOG.md
CHANGED
@@ -342,8 +342,7 @@ module Google
|
|
342
342
|
attr_accessor :description
|
343
343
|
|
344
344
|
# Required. Immutable. The project where Backups are allowed to be stored. The
|
345
|
-
# format is `projects/`
|
346
|
-
# number. Support for project IDs will be added in the future.
|
345
|
+
# format is `projects/`projectId`` or `projects/`projectNumber``.
|
347
346
|
# Corresponds to the JSON property `destinationProject`
|
348
347
|
# @return [String]
|
349
348
|
attr_accessor :destination_project
|
@@ -2359,8 +2358,7 @@ module Google
|
|
2359
2358
|
attr_accessor :description
|
2360
2359
|
|
2361
2360
|
# Required. Immutable. The project into which the backups will be restored. The
|
2362
|
-
# format is `projects/`
|
2363
|
-
# number. Support for project IDs will be added in the future.
|
2361
|
+
# format is `projects/`projectId`` or `projects/`projectNumber``.
|
2364
2362
|
# Corresponds to the JSON property `destinationProject`
|
2365
2363
|
# @return [String]
|
2366
2364
|
attr_accessor :destination_project
|
@@ -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.46.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.17.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250514"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.46.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkebackup_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gkebackup_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkebackup_v1/v0.46.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkebackup_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Backup for GKE API V1
|
79
79
|
test_files: []
|