google-apis-gkebackup_v1 0.14.0 → 0.16.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 70a10f9785e759ab75836448c99ccf52321bfe5ebedcf325abd0c87f2654170c
|
4
|
+
data.tar.gz: e757cc5e5f72f98596ac8d46c717c1cdedd26885537d6d8ec308331e64fa7fc9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 38af3f3748064bc783ed39e8d3da9c591b20005a0c2db7c5fed2bd7e382d37f1def5cfd979b61936e9fa6c73ae482802f4f7e76c82e57ca61771553c8114f7a9
|
7
|
+
data.tar.gz: 2f918e7f73784e786aa788546bf3372deceec90386127164bbe4cbfe59117dd462be59b16f87eb5afc0ddca579b795ee46a8dd815cb234ff33ca9b6728272a83
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-gkebackup_v1
|
2
2
|
|
3
|
+
### v0.16.0 (2023-03-19)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230308
|
6
|
+
|
7
|
+
### v0.15.0 (2023-03-05)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230220
|
10
|
+
|
3
11
|
### v0.14.0 (2023-02-15)
|
4
12
|
|
5
13
|
* Regenerated using generator version 0.12.0
|
@@ -586,14 +586,21 @@ module Google
|
|
586
586
|
end
|
587
587
|
end
|
588
588
|
|
589
|
-
#
|
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
|
594
|
-
#
|
595
|
-
#
|
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:
|
1419
|
+
# Configuration of a restore. Next id: 12
|
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:
|
1477
|
+
# Configuration of a restore. Next id: 12
|
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
|
-
#
|
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
|
@@ -1542,7 +1557,7 @@ module Google
|
|
1542
1557
|
end
|
1543
1558
|
|
1544
1559
|
# The configuration of a potential series of Restore operations to be performed
|
1545
|
-
# against Backups belong to a particular BackupPlan. Next id:
|
1560
|
+
# against Backups belong to a particular BackupPlan. Next id: 13
|
1546
1561
|
class RestorePlan
|
1547
1562
|
include Google::Apis::Core::Hashable
|
1548
1563
|
|
@@ -1594,7 +1609,7 @@ module Google
|
|
1594
1609
|
# @return [String]
|
1595
1610
|
attr_accessor :name
|
1596
1611
|
|
1597
|
-
# Configuration of a restore. Next id:
|
1612
|
+
# Configuration of a restore. Next id: 12
|
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
|
1783
|
-
#
|
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.
|
19
|
+
GEM_VERSION = "0.16.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 = "
|
25
|
+
REVISION = "20230308"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1073,13 +1073,7 @@ module Google
|
|
1073
1073
|
end
|
1074
1074
|
|
1075
1075
|
# Lists operations that match the specified filter in the request. If the server
|
1076
|
-
# doesn't support this method, it returns `UNIMPLEMENTED`.
|
1077
|
-
# binding allows API services to override the binding to use different resource
|
1078
|
-
# name schemes, such as `users/*/operations`. To override the binding, API
|
1079
|
-
# services can add a binding such as `"/v1/`name=users/*`/operations"` to their
|
1080
|
-
# service configuration. For backwards compatibility, the default name includes
|
1081
|
-
# the operations collection id, however overriding users must ensure the name
|
1082
|
-
# binding is the parent resource, without the operations collection id.
|
1076
|
+
# doesn't support this method, it returns `UNIMPLEMENTED`.
|
1083
1077
|
# @param [String] name
|
1084
1078
|
# The name of the operation's parent resource.
|
1085
1079
|
# @param [String] filter
|
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.
|
4
|
+
version: 0.16.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-
|
11
|
+
date: 2023-03-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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkebackup_v1/v0.16.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: []
|