google-apis-storage_v1 0.1.0 → 0.2.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: ced3305743f62d1352c99ba35e499e7e111c5b1fb5b0de04b0dca9c33e27ea34
|
4
|
+
data.tar.gz: 01cde7ea6f201440c13c90d5d4ed0fd2b1513eb65b17fda3ce320cfe86d7c1df
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a3c43d205fef7eafb35e4ac4610d1a8dba98e264f37c76b964de10dc6ea5a6f8423c356b48e21fce6c6ce7c1e4a3622fd617ec494b88d8873b93481eae8f583f
|
7
|
+
data.tar.gz: 676371c0d6e33a3dcbc10f1656f2e6637f467dc08f2adaa63a3eb2d11606a2453091b4071360b7fa0799f4b2d1f898bb9924534bbd4f29eeab9438692bfa4b73
|
data/CHANGELOG.md
CHANGED
@@ -150,6 +150,12 @@ module Google
|
|
150
150
|
# @return [Google::Apis::StorageV1::Bucket::RetentionPolicy]
|
151
151
|
attr_accessor :retention_policy
|
152
152
|
|
153
|
+
# Reserved for future use.
|
154
|
+
# Corresponds to the JSON property `satisfiesPZS`
|
155
|
+
# @return [Boolean]
|
156
|
+
attr_accessor :satisfies_pzs
|
157
|
+
alias_method :satisfies_pzs?, :satisfies_pzs
|
158
|
+
|
153
159
|
# The URI of this bucket.
|
154
160
|
# Corresponds to the JSON property `selfLink`
|
155
161
|
# @return [String]
|
@@ -223,6 +229,7 @@ module Google
|
|
223
229
|
@owner = args[:owner] if args.key?(:owner)
|
224
230
|
@project_number = args[:project_number] if args.key?(:project_number)
|
225
231
|
@retention_policy = args[:retention_policy] if args.key?(:retention_policy)
|
232
|
+
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
226
233
|
@self_link = args[:self_link] if args.key?(:self_link)
|
227
234
|
@storage_class = args[:storage_class] if args.key?(:storage_class)
|
228
235
|
@time_created = args[:time_created] if args.key?(:time_created)
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.2.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.1.
|
22
|
+
GENERATOR_VERSION = "0.1.2"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210127"
|
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 :satisfies_pzs, as: 'satisfiesPZS'
|
310
311
|
property :self_link, as: 'selfLink'
|
311
312
|
property :storage_class, as: 'storageClass'
|
312
313
|
property :time_created, as: 'timeCreated', type: DateTime
|
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.
|
4
|
+
version: 0.2.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-
|
11
|
+
date: 2021-02-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -52,7 +52,7 @@ licenses:
|
|
52
52
|
metadata:
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-storage_v1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-storage_v1/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-storage_v1/v0.2.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-storage_v1
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
69
69
|
- !ruby/object:Gem::Version
|
70
70
|
version: '0'
|
71
71
|
requirements: []
|
72
|
-
rubygems_version: 3.
|
72
|
+
rubygems_version: 3.2.6
|
73
73
|
signing_key:
|
74
74
|
specification_version: 4
|
75
75
|
summary: Simple REST client for Cloud Storage JSON API V1
|