google-apis-storage_v1 0.6.0 → 0.7.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: 8fea56e7e2f4107deba1c1b1fc5d020788771b5351f603b48c92c5931046be3b
4
- data.tar.gz: 7e1df5c8a901f9b79d426c92ab0179247f38899339aed0f1649207af27eb6fe1
3
+ metadata.gz: c3d65b5eea65710a64e62d16334e29bbf1a0aff2b2190216cbe39a296ca58437
4
+ data.tar.gz: e9a4ab852f7241e20572116e1734dd61fbf235cbbfd6bd5831fe98a3cc68b2ba
5
5
  SHA512:
6
- metadata.gz: f5f85d9843c0516770e47f3886166c1a7ccf16e16b52ff746be9ae48e4bd5fac55334b8f968ff70c5fc85a0062f0625b6649306751596d1d39e065ba6a464520
7
- data.tar.gz: 6dac906afe692a32675395b6ea4564af7e158a76365c6d184b1beb365ff6f399160e1cde728cac4ef521bca98c1dffb8aed53917a4a4c2fd2e3d63431fd73ce0
6
+ metadata.gz: 7ae6b38d05e1a7e5d9f5d8e9d3d9211bfb67dc57881db0e57d791b85ab6f5d484468f6d0c740b77d1e129e6d8334d805f39d7cfdfac29f124fb05075bea40980
7
+ data.tar.gz: 396b4f1e06a0b579e148c0ce653c088663a92b147f9b533ff07a2d2514726d40013f135566aef28b772fe3e65a1dfe81c4105551bbf511f44f4cd21f6d8200c4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-storage_v1
2
2
 
3
+ ### v0.7.0 (2021-09-19)
4
+
5
+ * Regenerated from discovery document revision 20210914
6
+
3
7
  ### v0.6.0 (2021-06-29)
4
8
 
5
9
  * Regenerated using generator version 0.4.0
@@ -150,6 +150,12 @@ module Google
150
150
  # @return [Google::Apis::StorageV1::Bucket::RetentionPolicy]
151
151
  attr_accessor :retention_policy
152
152
 
153
+ # The Recovery Point Objective (RPO) of this bucket. Set to ASYNC_TURBO to turn
154
+ # on Turbo Replication on a bucket.
155
+ # Corresponds to the JSON property `rpo`
156
+ # @return [String]
157
+ attr_accessor :rpo
158
+
153
159
  # Reserved for future use.
154
160
  # Corresponds to the JSON property `satisfiesPZS`
155
161
  # @return [Boolean]
@@ -229,6 +235,7 @@ module Google
229
235
  @owner = args[:owner] if args.key?(:owner)
230
236
  @project_number = args[:project_number] if args.key?(:project_number)
231
237
  @retention_policy = args[:retention_policy] if args.key?(:retention_policy)
238
+ @rpo = args[:rpo] if args.key?(:rpo)
232
239
  @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
233
240
  @self_link = args[:self_link] if args.key?(:self_link)
234
241
  @storage_class = args[:storage_class] if args.key?(:storage_class)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module StorageV1
18
18
  # Version of the google-apis-storage_v1 gem
19
- GEM_VERSION = "0.6.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210127"
25
+ REVISION = "20210914"
26
26
  end
27
27
  end
28
28
  end
@@ -307,6 +307,7 @@ module Google
307
307
  property :project_number, :numeric_string => true, as: 'projectNumber'
308
308
  property :retention_policy, as: 'retentionPolicy', class: Google::Apis::StorageV1::Bucket::RetentionPolicy, decorator: Google::Apis::StorageV1::Bucket::RetentionPolicy::Representation
309
309
 
310
+ property :rpo, as: 'rpo'
310
311
  property :satisfies_pzs, as: 'satisfiesPZS'
311
312
  property :self_link, as: 'selfLink'
312
313
  property :storage_class, as: 'storageClass'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-storage_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.7.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: 2021-07-05 00:00:00.000000000 Z
11
+ date: 2021-09-20 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/master/generated/google-apis-storage_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-storage_v1/v0.6.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-storage_v1/v0.7.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-storage_v1
63
63
  post_install_message:
64
64
  rdoc_options: []