google-apis-backupdr_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: 84a5ba66025359f10cb524acd85674a44a1e6668637d21b9d760c311f13ffde3
|
4
|
+
data.tar.gz: 6bd4b48b44227cbc049f0fb07569dee6aea3d017f7faab4ad5c61f2cfdaca432
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 250cb24f8537fe086f4fe67ff364784ba1a40f677e7b18b43aeb067e6e46697be8c6c757668f5bd35a46d5030adb363481f1ab7ae52ca0d848b6f70549af52a6
|
7
|
+
data.tar.gz: ad8fbb356953ec7249ae801c024ef1bce95ab67c21393ed86f5bfa1b861149feb8eb57532cc36ba063a98746dac4c1cf5d1dfc00cbb5f8bc25cd66327981d400
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-backupdr_v1
|
2
2
|
|
3
|
+
### v0.16.0 (2024-09-15)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240904
|
6
|
+
|
7
|
+
### v0.15.0 (2024-08-25)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240815
|
10
|
+
|
3
11
|
### v0.14.0 (2024-08-18)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20240808
|
@@ -845,7 +845,7 @@ module Google
|
|
845
845
|
end
|
846
846
|
end
|
847
847
|
|
848
|
-
# A `BackupPlan` specifies some common fields, such as `
|
848
|
+
# A `BackupPlan` specifies some common fields, such as `description` as well as
|
849
849
|
# one or more `BackupRule` messages. Each `BackupRule` has a retention policy
|
850
850
|
# and defines a schedule by which the system is to perform backup workloads.
|
851
851
|
class BackupPlan
|
@@ -1096,12 +1096,6 @@ module Google
|
|
1096
1096
|
# @return [String]
|
1097
1097
|
attr_accessor :effective_time
|
1098
1098
|
|
1099
|
-
# Required. The default retention period for each backup in the backup vault (
|
1100
|
-
# Deprecated).
|
1101
|
-
# Corresponds to the JSON property `enforcedRetentionDuration`
|
1102
|
-
# @return [String]
|
1103
|
-
attr_accessor :enforced_retention_duration
|
1104
|
-
|
1105
1099
|
# Optional. Server specified ETag for the backup vault resource to prevent
|
1106
1100
|
# simultaneous updates from overwiting each other.
|
1107
1101
|
# Corresponds to the JSON property `etag`
|
@@ -1160,7 +1154,6 @@ module Google
|
|
1160
1154
|
@deletable = args[:deletable] if args.key?(:deletable)
|
1161
1155
|
@description = args[:description] if args.key?(:description)
|
1162
1156
|
@effective_time = args[:effective_time] if args.key?(:effective_time)
|
1163
|
-
@enforced_retention_duration = args[:enforced_retention_duration] if args.key?(:enforced_retention_duration)
|
1164
1157
|
@etag = args[:etag] if args.key?(:etag)
|
1165
1158
|
@labels = args[:labels] if args.key?(:labels)
|
1166
1159
|
@name = args[:name] if args.key?(:name)
|
@@ -1420,6 +1413,11 @@ module Google
|
|
1420
1413
|
# @return [String]
|
1421
1414
|
attr_accessor :key_revocation_action_type
|
1422
1415
|
|
1416
|
+
# Labels to apply to instances that are created from these properties.
|
1417
|
+
# Corresponds to the JSON property `labels`
|
1418
|
+
# @return [Hash<String,String>]
|
1419
|
+
attr_accessor :labels
|
1420
|
+
|
1423
1421
|
# The machine type to use for instances that are created from these properties.
|
1424
1422
|
# Corresponds to the JSON property `machineType`
|
1425
1423
|
# @return [String]
|
@@ -1481,6 +1479,7 @@ module Google
|
|
1481
1479
|
@disk = args[:disk] if args.key?(:disk)
|
1482
1480
|
@guest_accelerator = args[:guest_accelerator] if args.key?(:guest_accelerator)
|
1483
1481
|
@key_revocation_action_type = args[:key_revocation_action_type] if args.key?(:key_revocation_action_type)
|
1482
|
+
@labels = args[:labels] if args.key?(:labels)
|
1484
1483
|
@machine_type = args[:machine_type] if args.key?(:machine_type)
|
1485
1484
|
@metadata = args[:metadata] if args.key?(:metadata)
|
1486
1485
|
@min_cpu_platform = args[:min_cpu_platform] if args.key?(:min_cpu_platform)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module BackupdrV1
|
18
18
|
# Version of the google-apis-backupdr_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.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240904"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -866,7 +866,6 @@ module Google
|
|
866
866
|
property :deletable, as: 'deletable'
|
867
867
|
property :description, as: 'description'
|
868
868
|
property :effective_time, as: 'effectiveTime'
|
869
|
-
property :enforced_retention_duration, as: 'enforcedRetentionDuration'
|
870
869
|
property :etag, as: 'etag'
|
871
870
|
hash :labels, as: 'labels'
|
872
871
|
property :name, as: 'name'
|
@@ -935,6 +934,7 @@ module Google
|
|
935
934
|
collection :guest_accelerator, as: 'guestAccelerator', class: Google::Apis::BackupdrV1::AcceleratorConfig, decorator: Google::Apis::BackupdrV1::AcceleratorConfig::Representation
|
936
935
|
|
937
936
|
property :key_revocation_action_type, as: 'keyRevocationActionType'
|
937
|
+
hash :labels, as: 'labels'
|
938
938
|
property :machine_type, as: 'machineType'
|
939
939
|
property :metadata, as: 'metadata', class: Google::Apis::BackupdrV1::Metadata, decorator: Google::Apis::BackupdrV1::Metadata::Representation
|
940
940
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-backupdr_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: 2024-
|
11
|
+
date: 2024-09-15 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-backupdr_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-backupdr_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-backupdr_v1/v0.16.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-backupdr_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|