google-apis-firebasestorage_v1beta 0.13.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: 0c5b241d8f1830a53ca853e4274b9782161ae74eb5ead3ef8bedb75b2e76d001
4
- data.tar.gz: 424cfb3292b065d297a0c837c54483832fc336dacd43df8b81f4f25e827622dd
3
+ metadata.gz: 319028b452746a2713d780fc732c214c524db9e29d613e7af35c700703d85b28
4
+ data.tar.gz: 625b281af61619974ae5d08206f29212a3f3fcf3fb5f50a29f641e9e5862f5da
5
5
  SHA512:
6
- metadata.gz: 991fa6bcc6883ec523bcc19c34976adb90124fe836bef408b39f527e83857964aaa0e8ab99a4737c0f674d48ec9d19253429b70ebbec21ec36bdf4e17f0136c2
7
- data.tar.gz: 26c04976844fc6f56e2e66aabf2a1f2c8811d5edeba5baa0cdfc20673efb1ebb90810241fd37a58d1f5e57f2da01a8da3f40c92b13df54b7b4e5a6382c14f787
6
+ metadata.gz: 62987f3bc226b76a20f1a5489a8a1f0b3b0208b70556b9d8e37fd20aa74a1e2e9649d3429e84f3d3b794a984fadfa2c0a71163e9f3592a1182ba5ebc6681233e
7
+ data.tar.gz: 7a1ad332252aa8e974562905ef7fc03474d5f1650b6a8106081543e54cf6d57622c5066f6c4d323910583f7e1be108d061145e678044b9a3989a9ce300fe9d23
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-firebasestorage_v1beta
2
2
 
3
+ ### v0.15.0 (2022-09-28)
4
+
5
+ * Regenerated from discovery document revision 20220927
6
+
7
+ ### v0.14.0 (2022-09-20)
8
+
9
+ * Regenerated using generator version 0.10.0
10
+
3
11
  ### v0.13.0 (2022-06-30)
4
12
 
5
13
  * Regenerated using generator version 0.8.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.13.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.8.0"
22
+ GENERATOR_VERSION = "0.10.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.13.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-07-04 00:00:00.000000000 Z
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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.7'
19
+ version: 0.9.0
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.7'
29
+ version: 0.9.0
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.13.0
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: []