google-apis-firebasestorage_v1beta 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: 319028b452746a2713d780fc732c214c524db9e29d613e7af35c700703d85b28
|
4
|
+
data.tar.gz: 625b281af61619974ae5d08206f29212a3f3fcf3fb5f50a29f641e9e5862f5da
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 62987f3bc226b76a20f1a5489a8a1f0b3b0208b70556b9d8e37fd20aa74a1e2e9649d3429e84f3d3b794a984fadfa2c0a71163e9f3592a1182ba5ebc6681233e
|
7
|
+
data.tar.gz: 7a1ad332252aa8e974562905ef7fc03474d5f1650b6a8106081543e54cf6d57622c5066f6c4d323910583f7e1be108d061145e678044b9a3989a9ce300fe9d23
|
data/CHANGELOG.md
CHANGED
@@ -39,32 +39,18 @@ module Google
|
|
39
39
|
class Bucket
|
40
40
|
include Google::Apis::Core::Hashable
|
41
41
|
|
42
|
-
# Output only. Location of the storage bucket.
|
43
|
-
# Corresponds to the JSON property `location`
|
44
|
-
# @return [String]
|
45
|
-
attr_accessor :location
|
46
|
-
|
47
42
|
# Resource name of the bucket.
|
48
43
|
# Corresponds to the JSON property `name`
|
49
44
|
# @return [String]
|
50
45
|
attr_accessor :name
|
51
46
|
|
52
|
-
# Output only. Represents whether a bucket is being moved to a new location, in
|
53
|
-
# which case reconciling is set to true.
|
54
|
-
# Corresponds to the JSON property `reconciling`
|
55
|
-
# @return [Boolean]
|
56
|
-
attr_accessor :reconciling
|
57
|
-
alias_method :reconciling?, :reconciling
|
58
|
-
|
59
47
|
def initialize(**args)
|
60
48
|
update!(**args)
|
61
49
|
end
|
62
50
|
|
63
51
|
# Update properties of this object
|
64
52
|
def update!(**args)
|
65
|
-
@location = args[:location] if args.key?(:location)
|
66
53
|
@name = args[:name] if args.key?(:name)
|
67
|
-
@reconciling = args[:reconciling] if args.key?(:reconciling)
|
68
54
|
end
|
69
55
|
end
|
70
56
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module FirebasestorageV1beta
|
18
18
|
# Version of the google-apis-firebasestorage_v1beta 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.10.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220927"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-firebasestorage_v1beta
|
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: 2022-
|
11
|
+
date: 2022-10-03 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-firebasestorage_v1beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-firebasestorage_v1beta/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-firebasestorage_v1beta/v0.15.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebasestorage_v1beta
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|