google-apis-firebase_v1beta1 0.34.0 → 0.36.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: e4327addbb24126634f4b7c0553bc7bbb04e80f5b2d52aef99e307c16eb3b044
4
- data.tar.gz: 5dffdca88cc1969811ac6cbce9e247643603c4cdcd384a321e5f3023ad4f5acb
3
+ metadata.gz: fac5d82bc7c3bddc9c0dfea601bab3ee301b1b9aa2852e7055aad6b54b701663
4
+ data.tar.gz: 2aa8ed1d0d5eb7573372d418f2c3a4e27356e964de90594dad28fcb046de9053
5
5
  SHA512:
6
- metadata.gz: 989a99d66d715b32ac407b192c50a4e6f132c1bcc70e2963926ab8b7a37d0597c8f2821ee147208bbcee389b0e7f61cbb2538f3e6d527d54ebf67fb283c9dc03
7
- data.tar.gz: 4ceadb79874ff456eb5d4047b4860bb5b4548fce84566ea4af2c271d07b915bd20d0d4c34116d62dc2e08b21ca75f91d7635d3927638e2e0a2fc30149d9b2720
6
+ metadata.gz: 8afc4dcb7614f4b42890665846ae91e86d92a6f4d46ed3de4ef721c502d89d6fd159b4526246766ec9fbcc31c2de98ddd88e726d7e509afaf14d3fb33b23dda0
7
+ data.tar.gz: 4481c4927c0b4a14fab02e184e93f73ac299faf9b53c51887751ca1c0c2124c65eec686555980488ef028843df82534e7b78bd7a262d2b73dde60762987006da
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-firebase_v1beta1
2
2
 
3
+ ### v0.36.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230804
6
+
7
+ ### v0.35.0 (2023-04-16)
8
+
9
+ * Regenerated from discovery document revision 20230405
10
+
3
11
  ### v0.34.0 (2023-02-19)
4
12
 
5
13
  * Regenerated using generator version 0.12.0
@@ -1003,13 +1003,13 @@ module Google
1003
1003
  # @return [String]
1004
1004
  attr_accessor :name
1005
1005
 
1006
- # The normal response of the operation in case of success. If the original
1007
- # method returns no data on success, such as `Delete`, the response is `google.
1008
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
1009
- # the response should be the resource. For other methods, the response should
1010
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
1011
- # example, if the original method name is `TakeSnapshot()`, the inferred
1012
- # response type is `TakeSnapshotResponse`.
1006
+ # The normal, successful response of the operation. If the original method
1007
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
1008
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
1009
+ # response should be the resource. For other methods, the response should have
1010
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
1011
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
1012
+ # `TakeSnapshotResponse`.
1013
1013
  # Corresponds to the JSON property `response`
1014
1014
  # @return [Hash<String,Object>]
1015
1015
  attr_accessor :response
@@ -1028,6 +1028,20 @@ module Google
1028
1028
  end
1029
1029
  end
1030
1030
 
1031
+ # Describes the progress of an LRO. It is included in the `metadata` field of
1032
+ # the `Operation`.
1033
+ class OperationMetadata
1034
+ include Google::Apis::Core::Hashable
1035
+
1036
+ def initialize(**args)
1037
+ update!(**args)
1038
+ end
1039
+
1040
+ # Update properties of this object
1041
+ def update!(**args)
1042
+ end
1043
+ end
1044
+
1031
1045
  # Metadata about a long-running Product operation.
1032
1046
  class ProductMetadata
1033
1047
  include Google::Apis::Core::Hashable
@@ -1362,7 +1376,8 @@ module Google
1362
1376
  include Google::Apis::Core::Hashable
1363
1377
 
1364
1378
  # The canonical error code (see codes.proto) that most closely corresponds to
1365
- # this status. May be missing.
1379
+ # this status. This may be missing, and in the common case of the generic space,
1380
+ # it definitely will be.
1366
1381
  # Corresponds to the JSON property `canonicalCode`
1367
1382
  # @return [Fixnum]
1368
1383
  attr_accessor :canonical_code
@@ -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.34.0"
19
+ GEM_VERSION = "0.36.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230202"
25
+ REVISION = "20230804"
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 OperationMetadata
170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
171
+
172
+ include Google::Apis::Core::JsonObjectSupport
173
+ end
174
+
169
175
  class ProductMetadata
170
176
  class Representation < Google::Apis::Core::JsonRepresentation; end
171
177
 
@@ -497,6 +503,12 @@ module Google
497
503
  end
498
504
  end
499
505
 
506
+ class OperationMetadata
507
+ # @private
508
+ class Representation < Google::Apis::Core::JsonRepresentation
509
+ end
510
+ end
511
+
500
512
  class ProductMetadata
501
513
  # @private
502
514
  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.34.0
4
+ version: 0.36.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-02-19 00:00:00.000000000 Z
11
+ date: 2023-08-13 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.34.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebase_v1beta1/v0.36.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: []