google-apis-storage_v1 0.1.0 → 0.6.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: 8fea56e7e2f4107deba1c1b1fc5d020788771b5351f603b48c92c5931046be3b
|
4
|
+
data.tar.gz: 7e1df5c8a901f9b79d426c92ab0179247f38899339aed0f1649207af27eb6fe1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f5f85d9843c0516770e47f3886166c1a7ccf16e16b52ff746be9ae48e4bd5fac55334b8f968ff70c5fc85a0062f0625b6649306751596d1d39e065ba6a464520
|
7
|
+
data.tar.gz: 6dac906afe692a32675395b6ea4564af7e158a76365c6d184b1beb365ff6f399160e1cde728cac4ef521bca98c1dffb8aed53917a4a4c2fd2e3d63431fd73ce0
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,26 @@
|
|
1
1
|
# Release history for google-apis-storage_v1
|
2
2
|
|
3
|
+
### v0.6.0 (2021-06-29)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.4.0
|
6
|
+
|
7
|
+
### v0.5.0 (2021-06-24)
|
8
|
+
|
9
|
+
* Regenerated using generator version 0.3.0
|
10
|
+
|
11
|
+
### v0.4.0 (2021-05-20)
|
12
|
+
|
13
|
+
* Regenerated using generator version 0.2.0
|
14
|
+
|
15
|
+
### v0.3.0 (2021-03-04)
|
16
|
+
|
17
|
+
* Unspecified changes
|
18
|
+
|
19
|
+
### v0.2.0 (2021-02-01)
|
20
|
+
|
21
|
+
* Regenerated from discovery document revision 20210127
|
22
|
+
* Regenerated using generator version 0.1.2
|
23
|
+
|
3
24
|
### v0.1.0 (2021-01-07)
|
4
25
|
|
5
26
|
* Regenerated using generator version 0.1.1
|
@@ -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.6.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.4.0"
|
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,29 +1,35 @@
|
|
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.6.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-07-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.4'
|
20
|
+
- - "<"
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: 2.a
|
20
23
|
type: :runtime
|
21
24
|
prerelease: false
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
23
26
|
requirements:
|
24
|
-
- - "
|
27
|
+
- - ">="
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '0.4'
|
30
|
+
- - "<"
|
25
31
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
32
|
+
version: 2.a
|
27
33
|
description: This is the simple REST client for Cloud Storage JSON API V1. Simple
|
28
34
|
REST clients are Ruby client libraries that provide access to Google services via
|
29
35
|
their HTTP REST API endpoints. These libraries are generated and updated automatically
|
@@ -52,7 +58,7 @@ licenses:
|
|
52
58
|
metadata:
|
53
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
60
|
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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-storage_v1/v0.6.0
|
56
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-storage_v1
|
57
63
|
post_install_message:
|
58
64
|
rdoc_options: []
|
@@ -62,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
62
68
|
requirements:
|
63
69
|
- - ">="
|
64
70
|
- !ruby/object:Gem::Version
|
65
|
-
version: '2.
|
71
|
+
version: '2.5'
|
66
72
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
67
73
|
requirements:
|
68
74
|
- - ">="
|
69
75
|
- !ruby/object:Gem::Version
|
70
76
|
version: '0'
|
71
77
|
requirements: []
|
72
|
-
rubygems_version: 3.
|
78
|
+
rubygems_version: 3.2.17
|
73
79
|
signing_key:
|
74
80
|
specification_version: 4
|
75
81
|
summary: Simple REST client for Cloud Storage JSON API V1
|