google-apis-gkebackup_v1 0.13.0 → 0.15.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: fd4b76a15e5dd42a0a586cb4bc824e27e2d24ce6ffc627adeb38d9edd3d79feb
4
- data.tar.gz: 4d30cafac3b12ba9fbe5c2f0caa71d7a5b0bac97edb28e80eaf54fbe56cef017
3
+ metadata.gz: efebbce196d06834e4389706aa2f22251b9a9447c6b1e9228b291a480430595c
4
+ data.tar.gz: 6d87566f8d8a6a41a19db7be1dc223bc949ad2d688b626f033ae8700fc8b5f6e
5
5
  SHA512:
6
- metadata.gz: 76e449fffef7e3e18922f95939bd6b6439b1cdd070566a5dec60c8c5d33c24a369e737865eaa93879df9458df0021e410d57820f057f2b199ac8c12f10c80334
7
- data.tar.gz: 452c3e162b74dfbce10dc22bc74739eefd33d3defbac8ba0f754f317ca02818ce056b5b775790caa0e96b54b9abca9a34b810c6e2452ef505f9709ab922c18e1
6
+ metadata.gz: 578a58db98a18adf43755ec07eab395d390dc70c84b6e786f79c1cb5dc06c310b9cf18e519fff8c694cdea266021146374b1450242b392aea8070b80c0427dbd
7
+ data.tar.gz: 78408e1b49c5c53242f114b542a956428199f6d2defd3b0b78ba53002bde5b93328ce53ed2fbb69250652a0d938ed7bf3fdac3b4b19a811dff9231ce99ac1d2f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-gkebackup_v1
2
2
 
3
+ ### v0.15.0 (2023-03-05)
4
+
5
+ * Regenerated from discovery document revision 20230220
6
+
7
+ ### v0.14.0 (2023-02-15)
8
+
9
+ * Regenerated using generator version 0.12.0
10
+
3
11
  ### v0.13.0 (2023-02-12)
4
12
 
5
13
  * Regenerated from discovery document revision 20230131
@@ -586,14 +586,21 @@ module Google
586
586
  end
587
587
  end
588
588
 
589
- # Identifies the cluster-scoped resources to restore from the Backup.
589
+ # Defines the scope of cluster-scoped resources to restore. Some group kinds are
590
+ # not reasonable choices for a restore, and will cause an error if selected here.
591
+ # Any scope selection that would restore "all valid" resources automatically
592
+ # excludes these group kinds. - gkebackup.gke.io/BackupJob - gkebackup.gke.io/
593
+ # RestoreJob - metrics.k8s.io/NodeMetrics - migration.k8s.io/StorageState -
594
+ # migration.k8s.io/StorageVersionMigration - Node - snapshot.storage.k8s.io/
595
+ # VolumeSnapshotContent - storage.k8s.io/CSINode Some group kinds are driven by
596
+ # restore configuration elsewhere, and will cause an error if selected here. -
597
+ # Namespace - PersistentVolume
590
598
  class ClusterResourceRestoreScope
591
599
  include Google::Apis::Core::Hashable
592
600
 
593
- # A list of "types" of cluster-scoped resources to be restored from the Backup.
594
- # An empty list means that NO cluster-scoped resources will be restored. Note
595
- # that Namespaces and PersistentVolume restoration is handled separately and is
596
- # not governed by this field.
601
+ # A list of cluster-scoped resource group kinds to restore from the backup. If
602
+ # specified, only the selected resources will be restored. Mutually exclusive to
603
+ # any other field in the message.
597
604
  # Corresponds to the JSON property `selectedGroupKinds`
598
605
  # @return [Array<Google::Apis::GkebackupV1::GroupKind>]
599
606
  attr_accessor :selected_group_kinds
@@ -1409,7 +1416,7 @@ module Google
1409
1416
  # @return [Fixnum]
1410
1417
  attr_accessor :resources_restored_count
1411
1418
 
1412
- # Configuration of a restore. Next id: 9
1419
+ # Configuration of a restore. Next id: 11
1413
1420
  # Corresponds to the JSON property `restoreConfig`
1414
1421
  # @return [Google::Apis::GkebackupV1::RestoreConfig]
1415
1422
  attr_accessor :restore_config
@@ -1467,7 +1474,7 @@ module Google
1467
1474
  end
1468
1475
  end
1469
1476
 
1470
- # Configuration of a restore. Next id: 9
1477
+ # Configuration of a restore. Next id: 11
1471
1478
  class RestoreConfig
1472
1479
  include Google::Apis::Core::Hashable
1473
1480
 
@@ -1486,7 +1493,15 @@ module Google
1486
1493
  # @return [String]
1487
1494
  attr_accessor :cluster_resource_conflict_policy
1488
1495
 
1489
- # Identifies the cluster-scoped resources to restore from the Backup.
1496
+ # Defines the scope of cluster-scoped resources to restore. Some group kinds are
1497
+ # not reasonable choices for a restore, and will cause an error if selected here.
1498
+ # Any scope selection that would restore "all valid" resources automatically
1499
+ # excludes these group kinds. - gkebackup.gke.io/BackupJob - gkebackup.gke.io/
1500
+ # RestoreJob - metrics.k8s.io/NodeMetrics - migration.k8s.io/StorageState -
1501
+ # migration.k8s.io/StorageVersionMigration - Node - snapshot.storage.k8s.io/
1502
+ # VolumeSnapshotContent - storage.k8s.io/CSINode Some group kinds are driven by
1503
+ # restore configuration elsewhere, and will cause an error if selected here. -
1504
+ # Namespace - PersistentVolume
1490
1505
  # Corresponds to the JSON property `clusterResourceRestoreScope`
1491
1506
  # @return [Google::Apis::GkebackupV1::ClusterResourceRestoreScope]
1492
1507
  attr_accessor :cluster_resource_restore_scope
@@ -1594,7 +1609,7 @@ module Google
1594
1609
  # @return [String]
1595
1610
  attr_accessor :name
1596
1611
 
1597
- # Configuration of a restore. Next id: 9
1612
+ # Configuration of a restore. Next id: 11
1598
1613
  # Corresponds to the JSON property `restoreConfig`
1599
1614
  # @return [Google::Apis::GkebackupV1::RestoreConfig]
1600
1615
  attr_accessor :restore_config
@@ -1779,8 +1794,8 @@ module Google
1779
1794
  # Substitution will not be performed against fields whose value does not match
1780
1795
  # this expression. If this field is NOT specified, then ALL fields matched by
1781
1796
  # the target_json_path expression will undergo substitution. Note that an empty (
1782
- # e.g., "", rather than unspecified) value for for this field will only match
1783
- # empty fields.
1797
+ # e.g., "", rather than unspecified) value for this field will only match empty
1798
+ # fields.
1784
1799
  # Corresponds to the JSON property `originalValuePattern`
1785
1800
  # @return [String]
1786
1801
  attr_accessor :original_value_pattern
@@ -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.13.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.1"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230131"
25
+ REVISION = "20230220"
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.13.0
4
+ version: 0.15.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-02-12 00:00:00.000000000 Z
11
+ date: 2023-03-05 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.9.1
19
+ version: 0.11.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.9.1
29
+ version: 0.11.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.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkebackup_v1/v0.15.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: []