google-apis-gkebackup_v1 0.24.0 → 0.25.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 80652c8606e55d91c9802f22a30d65fe2d65912c1e272ca8baeab2bd876eacca
4
- data.tar.gz: f8523be1b02f1b66337f30789bac6eba8cd72f1a380539490dd25d82094f24c6
3
+ metadata.gz: 51a6e24d99018b55d97e5981aa1a6f966ca06dcbec339a45f85646ad997c3d79
4
+ data.tar.gz: f2121437a96b8c5c69718d14e10230ddf32224196b142b4cf948d045848e7091
5
5
  SHA512:
6
- metadata.gz: 464b24611d224870546a17fc80dfd61404545babcba48b64c3717df64015bbb4f5a98b94ded2ef4d9bf875ea7949844bd3ba333bbc3d191fbb8251e8d435d845
7
- data.tar.gz: 947c1581a62707ba4ff0d87c1e1b449d6d4769b5e707d820bc195546fc32e4285afd684f10ad0584b95202222b225e1904e32bb816107d9743a302743e95b56e
6
+ metadata.gz: 7c58677219dab5164fa8d7f7dae9e660fc4314471393aa3b3276c00ca326062e37e553ed37de92fff477a715b3eca1f76ae7967e098a80ebfe60af59e3c72ecc
7
+ data.tar.gz: 2bf8f03998c6aac0da6d42bd26527322072fa06bcf15df117139704daf19afbc37733be9673356946420bb0133fee4c8dede656807561916c5c1e8bdf500b15e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gkebackup_v1
2
2
 
3
+ ### v0.25.0 (2023-11-19)
4
+
5
+ * Regenerated from discovery document revision 20231108
6
+
3
7
  ### v0.24.0 (2023-10-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20231004
@@ -1428,7 +1428,7 @@ module Google
1428
1428
  end
1429
1429
 
1430
1430
  # Represents both a request to Restore some portion of a Backup into a target
1431
- # GKE cluster and a record of the restore operation itself. Next id: 19
1431
+ # GKE cluster and a record of the restore operation itself. Next id: 20
1432
1432
  class Restore
1433
1433
  include Google::Apis::Core::Hashable
1434
1434
 
@@ -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: 12
1503
+ # Configuration of a restore. Next id: 13
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: 12
1561
+ # Configuration of a restore. Next id: 13
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: 12
1720
+ # Configuration of a restore. Next id: 13
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.24.0"
19
+ GEM_VERSION = "0.25.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 = "20231004"
25
+ REVISION = "20231108"
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.24.0
4
+ version: 0.25.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-10-15 00:00:00.000000000 Z
11
+ date: 2023-11-19 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.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkebackup_v1/v0.25.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: []