google-apis-firebasestorage_v1beta 0.23.0 → 0.24.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: ae0491c3e81e911d7eaf070853d78cd333c5a7223c3c13f038fcc185c89e442b
4
- data.tar.gz: 401622d4e94b5dc91a963c8c886a50047f6ed6cbd584f28ae5c7d11f384a6516
3
+ metadata.gz: f30f8730d6717731e7475b24128d8b76f0e7fe87868e2a540d1a6ecd4ec96e13
4
+ data.tar.gz: 5b4b5bf60b23bfdee4ff677f1391ea27ee130a45eb6991fd4988949d08a792ed
5
5
  SHA512:
6
- metadata.gz: f2601a13cca160cc6d354a52848b29a1bd75c76880be699f520b3c7ddf6bf3fb970eb9a3eefcd374d2c8999c32e50421fe13807bcd5b6e9a69e53cff55a83c0c
7
- data.tar.gz: c9b8a2f2e96428fa5669b8763be8d171532cc5c3eb2e4aee3d4e2db8595537980e6cf5013d29715897015e1a0f166a1752f2896520a1e90c57a7b222dbea5135
6
+ metadata.gz: 4c20803dac14bd1fa7fdd12e9c345369b780b5e4dcb4790f193e898f9bb8c5be9fad053d18fb52090ff234dafdf21754cfa7c295a5cb93b02356995830c767df
7
+ data.tar.gz: 6951fd6f354431bf567ca90cef07438b2ee51341c36f88b4fc9c67e0d7c204d834bee6708833f3a5fbc57ae8b79637b68490a66eadffb85ffdf78e41b0716d73
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-firebasestorage_v1beta
2
2
 
3
+ ### v0.24.0 (2025-01-12)
4
+
5
+ * Regenerated from discovery document revision 20241218
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.23.0 (2024-11-17)
4
9
 
5
10
  * Regenerated from discovery document revision 20241111
@@ -110,68 +110,6 @@ module Google
110
110
  end
111
111
  end
112
112
 
113
- # Metadata for MigrateLocationDestructively LRO.
114
- class GoogleFirebaseStorageControlplaneV1alphaMigrateLocationDestructivelyMetadata
115
- include Google::Apis::Core::Hashable
116
-
117
- # The time the LRO was created.
118
- # Corresponds to the JSON property `createTime`
119
- # @return [String]
120
- attr_accessor :create_time
121
-
122
- # The time the LRO was last updated.
123
- # Corresponds to the JSON property `lastUpdateTime`
124
- # @return [String]
125
- attr_accessor :last_update_time
126
-
127
- # The current state of the migration.
128
- # Corresponds to the JSON property `state`
129
- # @return [String]
130
- attr_accessor :state
131
-
132
- def initialize(**args)
133
- update!(**args)
134
- end
135
-
136
- # Update properties of this object
137
- def update!(**args)
138
- @create_time = args[:create_time] if args.key?(:create_time)
139
- @last_update_time = args[:last_update_time] if args.key?(:last_update_time)
140
- @state = args[:state] if args.key?(:state)
141
- end
142
- end
143
-
144
- # Metadata for MigrateLocationDestructively LRO.
145
- class GoogleFirebaseStorageControlplaneV1betaMigrateLocationDestructivelyMetadata
146
- include Google::Apis::Core::Hashable
147
-
148
- # The time the LRO was created.
149
- # Corresponds to the JSON property `createTime`
150
- # @return [String]
151
- attr_accessor :create_time
152
-
153
- # The time the LRO was last updated.
154
- # Corresponds to the JSON property `lastUpdateTime`
155
- # @return [String]
156
- attr_accessor :last_update_time
157
-
158
- # The current state of the migration.
159
- # Corresponds to the JSON property `state`
160
- # @return [String]
161
- attr_accessor :state
162
-
163
- def initialize(**args)
164
- update!(**args)
165
- end
166
-
167
- # Update properties of this object
168
- def update!(**args)
169
- @create_time = args[:create_time] if args.key?(:create_time)
170
- @last_update_time = args[:last_update_time] if args.key?(:last_update_time)
171
- @state = args[:state] if args.key?(:state)
172
- end
173
- end
174
-
175
113
  # The response returned by `ListBuckets`.
176
114
  class ListBucketsResponse
177
115
  include Google::Apis::Core::Hashable
@@ -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.23.0"
19
+ GEM_VERSION = "0.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241111"
25
+ REVISION = "20241218"
26
26
  end
27
27
  end
28
28
  end
@@ -46,18 +46,6 @@ module Google
46
46
  include Google::Apis::Core::JsonObjectSupport
47
47
  end
48
48
 
49
- class GoogleFirebaseStorageControlplaneV1alphaMigrateLocationDestructivelyMetadata
50
- class Representation < Google::Apis::Core::JsonRepresentation; end
51
-
52
- include Google::Apis::Core::JsonObjectSupport
53
- end
54
-
55
- class GoogleFirebaseStorageControlplaneV1betaMigrateLocationDestructivelyMetadata
56
- class Representation < Google::Apis::Core::JsonRepresentation; end
57
-
58
- include Google::Apis::Core::JsonObjectSupport
59
- end
60
-
61
49
  class ListBucketsResponse
62
50
  class Representation < Google::Apis::Core::JsonRepresentation; end
63
51
 
@@ -100,24 +88,6 @@ module Google
100
88
  end
101
89
  end
102
90
 
103
- class GoogleFirebaseStorageControlplaneV1alphaMigrateLocationDestructivelyMetadata
104
- # @private
105
- class Representation < Google::Apis::Core::JsonRepresentation
106
- property :create_time, as: 'createTime'
107
- property :last_update_time, as: 'lastUpdateTime'
108
- property :state, as: 'state'
109
- end
110
- end
111
-
112
- class GoogleFirebaseStorageControlplaneV1betaMigrateLocationDestructivelyMetadata
113
- # @private
114
- class Representation < Google::Apis::Core::JsonRepresentation
115
- property :create_time, as: 'createTime'
116
- property :last_update_time, as: 'lastUpdateTime'
117
- property :state, as: 'state'
118
- end
119
- end
120
-
121
91
  class ListBucketsResponse
122
92
  # @private
123
93
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-firebasestorage_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.0
4
+ version: 0.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-04 00:00:00.000000000 Z
10
+ date: 2025-01-12 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  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.23.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebasestorage_v1beta/v0.24.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebasestorage_v1beta
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.22
79
- signing_key:
76
+ rubygems_version: 3.6.2
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Cloud Storage for Firebase API V1beta
82
79
  test_files: []