google-apis-gkebackup_v1 0.24.0 → 0.26.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: e470a985cc24a31d81bb378f4a3a87eab1a7d69c781bc6a11966f8e8bae79cef
4
+ data.tar.gz: 771af1298378045c2924671d3d8c05d32f7d56a09aa22fb07b945ee6b3dd4794
5
5
  SHA512:
6
- metadata.gz: 464b24611d224870546a17fc80dfd61404545babcba48b64c3717df64015bbb4f5a98b94ded2ef4d9bf875ea7949844bd3ba333bbc3d191fbb8251e8d435d845
7
- data.tar.gz: 947c1581a62707ba4ff0d87c1e1b449d6d4769b5e707d820bc195546fc32e4285afd684f10ad0584b95202222b225e1904e32bb816107d9743a302743e95b56e
6
+ metadata.gz: d6c0f2887ed5757cf5170f4d0df252ad869f7ad98ac09a1243cdbe51ce5a1a28baca70657178016a424e14ec689d86636cb76df78a566b0e00a83e5fdd7ca959
7
+ data.tar.gz: de79e88c3a17fee53030c679ddd211105ab3c85868a26f2dfd5a7e8c8fdc1c4a03cc15325190a7f597769d9c4ac95fbf77efbbef97d3a728a9fd73d6eba21917
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-gkebackup_v1
2
2
 
3
+ ### v0.26.0 (2023-12-10)
4
+
5
+ * Regenerated from discovery document revision 20231208
6
+
7
+ ### v0.25.0 (2023-11-19)
8
+
9
+ * Regenerated from discovery document revision 20231108
10
+
3
11
  ### v0.24.0 (2023-10-15)
4
12
 
5
13
  * 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: 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: 12
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: 12
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.24.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 = "20231004"
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.24.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-10-15 00:00:00.000000000 Z
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.24.0
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: []