google-apis-backupdr_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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 948d765c22be8d2fc85dc517b537cf4776d9c0321a3780116ff1fa4fa6add8a3
|
4
|
+
data.tar.gz: 8a97d0a9f069b633d6c0b8cc18cbf22dc257ebdfe3529ff64e4f528111229b1a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 158ecdaf73a17288863a4d715f54e71cc289c16d9a5a3464610187ada38f8f6359b1688f8a6b07ba10ba9f9d62ac13ccc988a5e343d5c6b29727dbbf40c7af55
|
7
|
+
data.tar.gz: 372877f4408dd7879b7f4577d98f03addd539dee452fc3ce90f95f2bda9ab5d2a174adfa085ba7e5a1c8d28a3c45c768e9fd5caf1a73b862cf763742f506f0ee
|
data/CHANGELOG.md
CHANGED
@@ -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)
|
@@ -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.15.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 = "20240815"
|
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'
|
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.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: 2024-08-
|
11
|
+
date: 2024-08-25 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.15.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: []
|