google-apis-gkebackup_v1 0.14.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: 9a08580ab4bc37334a9d3fbdfdedddece870b30d70384435c3226dd65db45a5f
4
- data.tar.gz: 8eee67fbea19d598b390605a60391e77cc5e1b0451a25f516b4acbb0a800a4c4
3
+ metadata.gz: efebbce196d06834e4389706aa2f22251b9a9447c6b1e9228b291a480430595c
4
+ data.tar.gz: 6d87566f8d8a6a41a19db7be1dc223bc949ad2d688b626f033ae8700fc8b5f6e
5
5
  SHA512:
6
- metadata.gz: 054730ce57b1323fffd5668ec4d8b1d4f4c2e15f8f4d408565a5a1d83dd82655a42bc102f8e9a78364868a1dc2b906387d096e7a8c2622d2d19d0e49879807e5
7
- data.tar.gz: 998662a07b0f1340767ae5b3e781f9478ca8b6f73720c9e622ad3900c15aa3f7c3bf6e5259c1dfa680e9622c0270891d72741f35c815d08cfa61e6d20266de43
6
+ metadata.gz: 578a58db98a18adf43755ec07eab395d390dc70c84b6e786f79c1cb5dc06c310b9cf18e519fff8c694cdea266021146374b1450242b392aea8070b80c0427dbd
7
+ data.tar.gz: 78408e1b49c5c53242f114b542a956428199f6d2defd3b0b78ba53002bde5b93328ce53ed2fbb69250652a0d938ed7bf3fdac3b4b19a811dff9231ce99ac1d2f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.14.0 (2023-02-15)
4
8
 
5
9
  * Regenerated using generator version 0.12.0
@@ -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.14.0"
19
+ GEM_VERSION = "0.15.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 = "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.14.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-19 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
@@ -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.14.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: []