google-apis-firebasestorage_v1beta 0.14.0 → 0.16.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: 7815c9c3ae94f4fdf62cb40c9c7af9ed02a72af6b9cea23a7a92295032d5a469
4
- data.tar.gz: f7b76caa0eeb657610547bf2105397cd7108ae3ca480b34915c025c90118a7bb
3
+ metadata.gz: 522f596aff04cadd83140a237ce2723682448abec044b5a5268b71a4ec2911ef
4
+ data.tar.gz: 289aa645622e688cdceefaff4f388a90a3f8363d00258a6a9ebce54b01b3dda3
5
5
  SHA512:
6
- metadata.gz: c34692006deac5d5f443cff5dc5c010abf619123e5303315826f0e0f4db2423bf469bbf817a19a6e16824a1b664082af89099825b4fa7ad0e134f9fb6017f8e3
7
- data.tar.gz: 197f492191022599c194d11c4f6338856e72a3f5f387309d91af129e3dd5c2c42120c5d193c88bad94b3f56af4279be3a8ff2b2c13de8fe5770b92636a3465ca
6
+ metadata.gz: e0d61db184bd121fc2e8e2745f1d44507997e4c24803fd59ad0de58f4fd769e515a3e11584c9e796e3eb896f10ffe2799a9c2bef5f3d5b03d8bfe864e71c10ad
7
+ data.tar.gz: 746e9e2455b0f5574f75a0423ffe4fe224553f7d7c310e72a69af2e41c0f2776a50bb76029e7b42ad94412075ef1aca15d5ec0842c105467839c1bb8b89aeec5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-firebasestorage_v1beta
2
2
 
3
+ ### v0.16.0 (2022-10-28)
4
+
5
+ * Regenerated using generator version 0.11.0
6
+
7
+ ### v0.15.0 (2022-09-28)
8
+
9
+ * Regenerated from discovery document revision 20220927
10
+
3
11
  ### v0.14.0 (2022-09-20)
4
12
 
5
13
  * Regenerated using generator version 0.10.0
@@ -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.14.0"
19
+ GEM_VERSION = "0.16.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.10.0"
22
+ GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220318"
25
+ REVISION = "20220927"
26
26
  end
27
27
  end
28
28
  end
@@ -73,9 +73,7 @@ module Google
73
73
  class Bucket
74
74
  # @private
75
75
  class Representation < Google::Apis::Core::JsonRepresentation
76
- property :location, as: 'location'
77
76
  property :name, as: 'name'
78
- property :reconciling, as: 'reconciling'
79
77
  end
80
78
  end
81
79
 
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.14.0
4
+ version: 0.16.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-09-26 00:00:00.000000000 Z
11
+ date: 2022-10-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.0
19
+ version: 0.9.1
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.0
29
+ version: 0.9.1
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebasestorage_v1beta/v0.16.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: []