google-apis-firebase_v1beta1 0.31.0 → 0.32.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7f8929b59cb3a8342263d0205c97593a756b97ce35b79def19e9fb7c1b560405
|
4
|
+
data.tar.gz: b48f983d6692137f2dcf7b310eca33f0591bbf1da2c9ba47248870f9d7fc024c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f494636d8ef0039b8324158f9f29f756122bf9bf067ffa6c077121ba9a80f5a26c698f5662966e19288f1d46e97f15062a09279c758e65f31587ffef086bda4e
|
7
|
+
data.tar.gz: 9c1948fc35315aef03adf771e8d8e7933e8030a0a70b7ccf184c5bd571dad6424aa3677b8bee931ab4d5512dfd80375187f616eff5503a8cefe04ce5bb26eb70
|
data/CHANGELOG.md
CHANGED
@@ -1007,6 +1007,25 @@ module Google
|
|
1007
1007
|
end
|
1008
1008
|
end
|
1009
1009
|
|
1010
|
+
# Metadata about a long-running Product operation.
|
1011
|
+
class ProductMetadata
|
1012
|
+
include Google::Apis::Core::Hashable
|
1013
|
+
|
1014
|
+
# List of warnings related to the associated operation.
|
1015
|
+
# Corresponds to the JSON property `warningMessages`
|
1016
|
+
# @return [Array<String>]
|
1017
|
+
attr_accessor :warning_messages
|
1018
|
+
|
1019
|
+
def initialize(**args)
|
1020
|
+
update!(**args)
|
1021
|
+
end
|
1022
|
+
|
1023
|
+
# Update properties of this object
|
1024
|
+
def update!(**args)
|
1025
|
+
@warning_messages = args[:warning_messages] if args.key?(:warning_messages)
|
1026
|
+
end
|
1027
|
+
end
|
1028
|
+
|
1010
1029
|
# A reference to a Google Cloud Platform (GCP) `Project`.
|
1011
1030
|
class ProjectInfo
|
1012
1031
|
include Google::Apis::Core::Hashable
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module FirebaseV1beta1
|
18
18
|
# Version of the google-apis-firebase_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.32.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.11.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230120"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -166,6 +166,12 @@ module Google
|
|
166
166
|
include Google::Apis::Core::JsonObjectSupport
|
167
167
|
end
|
168
168
|
|
169
|
+
class ProductMetadata
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
169
175
|
class ProjectInfo
|
170
176
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
177
|
|
@@ -488,6 +494,13 @@ module Google
|
|
488
494
|
end
|
489
495
|
end
|
490
496
|
|
497
|
+
class ProductMetadata
|
498
|
+
# @private
|
499
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
500
|
+
collection :warning_messages, as: 'warningMessages'
|
501
|
+
end
|
502
|
+
end
|
503
|
+
|
491
504
|
class ProjectInfo
|
492
505
|
# @private
|
493
506
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-firebase_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.32.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: 2023-01-
|
11
|
+
date: 2023-01-29 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-firebase_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-firebase_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-firebase_v1beta1/v0.32.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebase_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|