google-apis-firebase_v1beta1 0.18.0 → 0.19.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: 62005f70a8cdb91ecb87222e9d4bca07ad2c262c8a1024caf3f03f7fa4c51d8f
4
- data.tar.gz: 34ab14058a4e15075f8191617728b4b88bc52c60f0ba1d8a91a44ed696bbe35b
3
+ metadata.gz: 2abbbcf6e6f5167b86ef98924b3d79c61e462485b0c31558c7c9178e903857db
4
+ data.tar.gz: 883061cd30d2e283f27196aeb793701843ee6d11b836d948b87465ac974cd770
5
5
  SHA512:
6
- metadata.gz: c7e54f725b4dbb33be1aca7f5e844e7fa3e7d11d0af9de771c3a0faa349492ec8b8c5605c1c8ebf23b9f17cbdf2a51fda3480911a903eac316790f96e6421e78
7
- data.tar.gz: 05adddd8cc71d4df04f5ddd235d8a2c371226786b077876a59423f3d20c2778582570ad66fcf5e66193009431c66b580fbc542524a612b2cd9e5299f3ba63c84
6
+ metadata.gz: cd6a1af934f03c951ac5bc7c2f954a19c9ec087ce920f77a202430a29b8fda47602f6ec0c99ac3d2387140dff31740d5a9f9810787b2e5186dcb50f169dc9173
7
+ data.tar.gz: 06b5cdaa7b0c1de44191f3affa2f676c14e2ed3957c9c841cc3100c6b2b403db6cc9934b3468906170781c3fed897825fa688e04315d91cc90638174cb4c3144
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-firebase_v1beta1
2
2
 
3
+ ### v0.19.0 (2022-07-07)
4
+
5
+ * Regenerated from discovery document revision 20220704
6
+ * Regenerated using generator version 0.9.0
7
+
3
8
  ### v0.18.0 (2022-06-30)
4
9
 
5
10
  * Regenerated using generator version 0.8.0
@@ -289,41 +289,42 @@ module Google
289
289
  class DefaultResources
290
290
  include Google::Apis::Core::Hashable
291
291
 
292
- # The default Firebase Hosting site name, in the format: PROJECT_ID Though rare,
293
- # your `projectId` might already be used as the name for an existing Hosting
294
- # site in another project (learn more about creating non-default, [additional
295
- # sites](https://firebase.google.com/docs/hosting/multisites)). In these cases,
296
- # your `projectId` is appended with a hyphen then five alphanumeric characters
297
- # to create your default Hosting site name. For example, if your `projectId` is `
298
- # myproject123`, your default Hosting site name might be: `myproject123-a5c16`
292
+ # Output only. The default Firebase Hosting site name, in the format: PROJECT_ID
293
+ # Though rare, your `projectId` might already be used as the name for an
294
+ # existing Hosting site in another project (learn more about creating non-
295
+ # default, [additional sites](https://firebase.google.com/docs/hosting/
296
+ # multisites)). In these cases, your `projectId` is appended with a hyphen then
297
+ # five alphanumeric characters to create your default Hosting site name. For
298
+ # example, if your `projectId` is `myproject123`, your default Hosting site name
299
+ # might be: `myproject123-a5c16`
299
300
  # Corresponds to the JSON property `hostingSite`
300
301
  # @return [String]
301
302
  attr_accessor :hosting_site
302
303
 
303
- # The ID of the Project's default GCP resource location. The location is one of
304
- # the available [GCP resource locations](https://firebase.google.com/docs/
305
- # projects/locations). This field is omitted if the default GCP resource
306
- # location has not been finalized yet. To set a Project's default GCP resource
307
- # location, call [`FinalizeDefaultLocation`](../projects.defaultLocation/
308
- # finalize) after you add Firebase resources to the Project.
304
+ # Output only. The ID of the Project's default GCP resource location. The
305
+ # location is one of the available [GCP resource locations](https://firebase.
306
+ # google.com/docs/projects/locations). This field is omitted if the default GCP
307
+ # resource location has not been finalized yet. To set a Project's default GCP
308
+ # resource location, call [`FinalizeDefaultLocation`](../projects.
309
+ # defaultLocation/finalize) after you add Firebase resources to the Project.
309
310
  # Corresponds to the JSON property `locationId`
310
311
  # @return [String]
311
312
  attr_accessor :location_id
312
313
 
313
- # The default Firebase Realtime Database instance name, in the format:
314
- # PROJECT_ID Though rare, your `projectId` might already be used as the name for
315
- # an existing Realtime Database instance in another project (learn more about [
316
- # database sharding](https://firebase.google.com/docs/database/usage/sharding)).
317
- # In these cases, your `projectId` is appended with a hyphen then five
318
- # alphanumeric characters to create your default Realtime Database instance name.
319
- # For example, if your `projectId` is `myproject123`, your default database
320
- # instance name might be: `myproject123-a5c16`
314
+ # Output only. The default Firebase Realtime Database instance name, in the
315
+ # format: PROJECT_ID Though rare, your `projectId` might already be used as the
316
+ # name for an existing Realtime Database instance in another project (learn more
317
+ # about [database sharding](https://firebase.google.com/docs/database/usage/
318
+ # sharding)). In these cases, your `projectId` is appended with a hyphen then
319
+ # five alphanumeric characters to create your default Realtime Database instance
320
+ # name. For example, if your `projectId` is `myproject123`, your default
321
+ # database instance name might be: `myproject123-a5c16`
321
322
  # Corresponds to the JSON property `realtimeDatabaseInstance`
322
323
  # @return [String]
323
324
  attr_accessor :realtime_database_instance
324
325
 
325
- # The default Cloud Storage for Firebase storage bucket, in the format:
326
- # PROJECT_ID.appspot.com
326
+ # Output only. The default Cloud Storage for Firebase storage bucket, in the
327
+ # format: PROJECT_ID.appspot.com
327
328
  # Corresponds to the JSON property `storageBucket`
328
329
  # @return [String]
329
330
  attr_accessor :storage_bucket
@@ -382,6 +383,15 @@ module Google
382
383
  class FirebaseAppInfo
383
384
  include Google::Apis::Core::Hashable
384
385
 
386
+ # The key_id of the GCP ApiKey associated with this App. If set must have no
387
+ # restrictions, or only have restrictions that are valid for the associated
388
+ # Firebase App. Cannot be set to an empty value in update requests. If left
389
+ # unset on create requests, an existing valid API Key will be chosen, or if no
390
+ # valid API Keys exist, one will be provisioned for you.
391
+ # Corresponds to the JSON property `apiKeyId`
392
+ # @return [String]
393
+ attr_accessor :api_key_id
394
+
385
395
  # Output only. Immutable. The globally unique, Firebase-assigned identifier for
386
396
  # the `WebApp`. This identifier should be treated as an opaque token, as the
387
397
  # data format is not specified.
@@ -428,6 +438,7 @@ module Google
428
438
 
429
439
  # Update properties of this object
430
440
  def update!(**args)
441
+ @api_key_id = args[:api_key_id] if args.key?(:api_key_id)
431
442
  @app_id = args[:app_id] if args.key?(:app_id)
432
443
  @display_name = args[:display_name] if args.key?(:display_name)
433
444
  @name = args[:name] if args.key?(:name)
@@ -466,15 +477,15 @@ module Google
466
477
  # @return [String]
467
478
  attr_accessor :name
468
479
 
469
- # Immutable. A user-assigned unique identifier for the Project. This identifier
470
- # may appear in URLs or names for some Firebase resources associated with the
471
- # Project, but it should generally be treated as a convenience alias to
480
+ # Output only. A user-assigned unique identifier for the Project. This
481
+ # identifier may appear in URLs or names for some Firebase resources associated
482
+ # with the Project, but it should generally be treated as a convenience alias to
472
483
  # reference the Project.
473
484
  # Corresponds to the JSON property `projectId`
474
485
  # @return [String]
475
486
  attr_accessor :project_id
476
487
 
477
- # Immutable. The globally unique, Google-assigned canonical identifier for the
488
+ # Output only. The globally unique, Google-assigned canonical identifier for the
478
489
  # Project. Use this identifier when configuring integrations and/or making API
479
490
  # calls to Firebase or third-party services.
480
491
  # Corresponds to the JSON property `projectNumber`
@@ -985,6 +996,111 @@ module Google
985
996
  end
986
997
  end
987
998
 
999
+ #
1000
+ class RemoveAndroidAppRequest
1001
+ include Google::Apis::Core::Hashable
1002
+
1003
+ # If set to true, and the App is not found, the request will succeed but no
1004
+ # action will be taken on the server.
1005
+ # Corresponds to the JSON property `allowMissing`
1006
+ # @return [Boolean]
1007
+ attr_accessor :allow_missing
1008
+ alias_method :allow_missing?, :allow_missing
1009
+
1010
+ # Checksum provided in the AndroidApp entity, which if provided ensures the
1011
+ # client has an up-to-date value before proceeding.
1012
+ # Corresponds to the JSON property `etag`
1013
+ # @return [String]
1014
+ attr_accessor :etag
1015
+
1016
+ # If set to true, only validate the request and do not delete the app.
1017
+ # Corresponds to the JSON property `validateOnly`
1018
+ # @return [Boolean]
1019
+ attr_accessor :validate_only
1020
+ alias_method :validate_only?, :validate_only
1021
+
1022
+ def initialize(**args)
1023
+ update!(**args)
1024
+ end
1025
+
1026
+ # Update properties of this object
1027
+ def update!(**args)
1028
+ @allow_missing = args[:allow_missing] if args.key?(:allow_missing)
1029
+ @etag = args[:etag] if args.key?(:etag)
1030
+ @validate_only = args[:validate_only] if args.key?(:validate_only)
1031
+ end
1032
+ end
1033
+
1034
+ #
1035
+ class RemoveIosAppRequest
1036
+ include Google::Apis::Core::Hashable
1037
+
1038
+ # If set to true, and the App is not found, the request will succeed but no
1039
+ # action will be taken on the server.
1040
+ # Corresponds to the JSON property `allowMissing`
1041
+ # @return [Boolean]
1042
+ attr_accessor :allow_missing
1043
+ alias_method :allow_missing?, :allow_missing
1044
+
1045
+ # Checksum provided in the IosApp entity, which if provided ensures the client
1046
+ # has an up-to-date value before proceeding.
1047
+ # Corresponds to the JSON property `etag`
1048
+ # @return [String]
1049
+ attr_accessor :etag
1050
+
1051
+ # If set to true, only validate the request and do not delete the app.
1052
+ # Corresponds to the JSON property `validateOnly`
1053
+ # @return [Boolean]
1054
+ attr_accessor :validate_only
1055
+ alias_method :validate_only?, :validate_only
1056
+
1057
+ def initialize(**args)
1058
+ update!(**args)
1059
+ end
1060
+
1061
+ # Update properties of this object
1062
+ def update!(**args)
1063
+ @allow_missing = args[:allow_missing] if args.key?(:allow_missing)
1064
+ @etag = args[:etag] if args.key?(:etag)
1065
+ @validate_only = args[:validate_only] if args.key?(:validate_only)
1066
+ end
1067
+ end
1068
+
1069
+ #
1070
+ class RemoveWebAppRequest
1071
+ include Google::Apis::Core::Hashable
1072
+
1073
+ # If set to true, and the App is not found, the request will succeed but no
1074
+ # action will be taken on the server.
1075
+ # Corresponds to the JSON property `allowMissing`
1076
+ # @return [Boolean]
1077
+ attr_accessor :allow_missing
1078
+ alias_method :allow_missing?, :allow_missing
1079
+
1080
+ # Checksum provided in the WebApp entity, which if provided ensures the client
1081
+ # has an up-to-date value before proceeding.
1082
+ # Corresponds to the JSON property `etag`
1083
+ # @return [String]
1084
+ attr_accessor :etag
1085
+
1086
+ # If set to true, only validate the request and do not delete the app.
1087
+ # Corresponds to the JSON property `validateOnly`
1088
+ # @return [Boolean]
1089
+ attr_accessor :validate_only
1090
+ alias_method :validate_only?, :validate_only
1091
+
1092
+ def initialize(**args)
1093
+ update!(**args)
1094
+ end
1095
+
1096
+ # Update properties of this object
1097
+ def update!(**args)
1098
+ @allow_missing = args[:allow_missing] if args.key?(:allow_missing)
1099
+ @etag = args[:etag] if args.key?(:etag)
1100
+ @validate_only = args[:validate_only] if args.key?(:validate_only)
1101
+ end
1102
+ end
1103
+
988
1104
  #
989
1105
  class SearchFirebaseAppsResponse
990
1106
  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.18.0"
19
+ GEM_VERSION = "0.19.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.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220624"
25
+ REVISION = "20220704"
26
26
  end
27
27
  end
28
28
  end
@@ -178,6 +178,24 @@ module Google
178
178
  include Google::Apis::Core::JsonObjectSupport
179
179
  end
180
180
 
181
+ class RemoveAndroidAppRequest
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
187
+ class RemoveIosAppRequest
188
+ class Representation < Google::Apis::Core::JsonRepresentation; end
189
+
190
+ include Google::Apis::Core::JsonObjectSupport
191
+ end
192
+
193
+ class RemoveWebAppRequest
194
+ class Representation < Google::Apis::Core::JsonRepresentation; end
195
+
196
+ include Google::Apis::Core::JsonObjectSupport
197
+ end
198
+
181
199
  class SearchFirebaseAppsResponse
182
200
  class Representation < Google::Apis::Core::JsonRepresentation; end
183
201
 
@@ -311,6 +329,7 @@ module Google
311
329
  class FirebaseAppInfo
312
330
  # @private
313
331
  class Representation < Google::Apis::Core::JsonRepresentation
332
+ property :api_key_id, as: 'apiKeyId'
314
333
  property :app_id, as: 'appId'
315
334
  property :display_name, as: 'displayName'
316
335
  property :name, as: 'name'
@@ -461,6 +480,33 @@ module Google
461
480
  end
462
481
  end
463
482
 
483
+ class RemoveAndroidAppRequest
484
+ # @private
485
+ class Representation < Google::Apis::Core::JsonRepresentation
486
+ property :allow_missing, as: 'allowMissing'
487
+ property :etag, as: 'etag'
488
+ property :validate_only, as: 'validateOnly'
489
+ end
490
+ end
491
+
492
+ class RemoveIosAppRequest
493
+ # @private
494
+ class Representation < Google::Apis::Core::JsonRepresentation
495
+ property :allow_missing, as: 'allowMissing'
496
+ property :etag, as: 'etag'
497
+ property :validate_only, as: 'validateOnly'
498
+ end
499
+ end
500
+
501
+ class RemoveWebAppRequest
502
+ # @private
503
+ class Representation < Google::Apis::Core::JsonRepresentation
504
+ property :allow_missing, as: 'allowMissing'
505
+ property :etag, as: 'etag'
506
+ property :validate_only, as: 'validateOnly'
507
+ end
508
+ end
509
+
464
510
  class SearchFirebaseAppsResponse
465
511
  # @private
466
512
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -758,6 +758,44 @@ module Google
758
758
  execute_or_queue_command(command, &block)
759
759
  end
760
760
 
761
+ # Removes the specified AndroidApp from the project.
762
+ # @param [String] name
763
+ # Required. The resource name of the AndroidApp, in the format: projects/
764
+ # PROJECT_IDENTIFIER/androidApps/APP_ID Since an APP_ID is a unique identifier,
765
+ # the Unique Resource from Sub-Collection access pattern may be used here, in
766
+ # the format: projects/-/androidApps/APP_ID Refer to the AndroidApp [name](../
767
+ # projects.androidApps#AndroidApp.FIELDS.name) field for details about
768
+ # PROJECT_IDENTIFIER and APP_ID values.
769
+ # @param [Google::Apis::FirebaseV1beta1::RemoveAndroidAppRequest] remove_android_app_request_object
770
+ # @param [String] fields
771
+ # Selector specifying which fields to include in a partial response.
772
+ # @param [String] quota_user
773
+ # Available to use for quota purposes for server-side applications. Can be any
774
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
775
+ # @param [Google::Apis::RequestOptions] options
776
+ # Request-specific options
777
+ #
778
+ # @yield [result, err] Result & error if block supplied
779
+ # @yieldparam result [Google::Apis::FirebaseV1beta1::Operation] parsed result object
780
+ # @yieldparam err [StandardError] error object if request failed
781
+ #
782
+ # @return [Google::Apis::FirebaseV1beta1::Operation]
783
+ #
784
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
785
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
786
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
787
+ def remove_android_app(name, remove_android_app_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
788
+ command = make_simple_command(:post, 'v1beta1/{+name}:remove', options)
789
+ command.request_representation = Google::Apis::FirebaseV1beta1::RemoveAndroidAppRequest::Representation
790
+ command.request_object = remove_android_app_request_object
791
+ command.response_representation = Google::Apis::FirebaseV1beta1::Operation::Representation
792
+ command.response_class = Google::Apis::FirebaseV1beta1::Operation
793
+ command.params['name'] = name unless name.nil?
794
+ command.query['fields'] = fields unless fields.nil?
795
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
796
+ execute_or_queue_command(command, &block)
797
+ end
798
+
761
799
  # Adds a ShaCertificate to the specified AndroidApp.
762
800
  # @param [String] parent
763
801
  # The resource name of the parent AndroidApp to which to add a ShaCertificate,
@@ -1189,6 +1227,44 @@ module Google
1189
1227
  execute_or_queue_command(command, &block)
1190
1228
  end
1191
1229
 
1230
+ # Removes the specified IosApp from the project.
1231
+ # @param [String] name
1232
+ # Required. The resource name of the IosApp, in the format: projects/
1233
+ # PROJECT_IDENTIFIER/iosApps/APP_ID Since an APP_ID is a unique identifier, the
1234
+ # Unique Resource from Sub-Collection access pattern may be used here, in the
1235
+ # format: projects/-/iosApps/APP_ID Refer to the IosApp [name](../projects.
1236
+ # iosApps#IosApp.FIELDS.name) field for details about PROJECT_IDENTIFIER and
1237
+ # APP_ID values.
1238
+ # @param [Google::Apis::FirebaseV1beta1::RemoveIosAppRequest] remove_ios_app_request_object
1239
+ # @param [String] fields
1240
+ # Selector specifying which fields to include in a partial response.
1241
+ # @param [String] quota_user
1242
+ # Available to use for quota purposes for server-side applications. Can be any
1243
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1244
+ # @param [Google::Apis::RequestOptions] options
1245
+ # Request-specific options
1246
+ #
1247
+ # @yield [result, err] Result & error if block supplied
1248
+ # @yieldparam result [Google::Apis::FirebaseV1beta1::Operation] parsed result object
1249
+ # @yieldparam err [StandardError] error object if request failed
1250
+ #
1251
+ # @return [Google::Apis::FirebaseV1beta1::Operation]
1252
+ #
1253
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1254
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1255
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1256
+ def remove_ios_app(name, remove_ios_app_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1257
+ command = make_simple_command(:post, 'v1beta1/{+name}:remove', options)
1258
+ command.request_representation = Google::Apis::FirebaseV1beta1::RemoveIosAppRequest::Representation
1259
+ command.request_object = remove_ios_app_request_object
1260
+ command.response_representation = Google::Apis::FirebaseV1beta1::Operation::Representation
1261
+ command.response_class = Google::Apis::FirebaseV1beta1::Operation
1262
+ command.params['name'] = name unless name.nil?
1263
+ command.query['fields'] = fields unless fields.nil?
1264
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1265
+ execute_or_queue_command(command, &block)
1266
+ end
1267
+
1192
1268
  # Requests the creation of a new WebApp in the specified FirebaseProject. The
1193
1269
  # result of this call is an `Operation` which can be used to track the
1194
1270
  # provisioning process. The `Operation` is automatically deleted after
@@ -1389,6 +1465,44 @@ module Google
1389
1465
  command.query['quotaUser'] = quota_user unless quota_user.nil?
1390
1466
  execute_or_queue_command(command, &block)
1391
1467
  end
1468
+
1469
+ # Removes the specified WebApp from the project.
1470
+ # @param [String] name
1471
+ # Required. The resource name of the WebApp, in the format: projects/
1472
+ # PROJECT_IDENTIFIER/webApps/APP_ID Since an APP_ID is a unique identifier, the
1473
+ # Unique Resource from Sub-Collection access pattern may be used here, in the
1474
+ # format: projects/-/webApps/APP_ID Refer to the WebApp [name](../projects.
1475
+ # webApps#WebApp.FIELDS.name) field for details about PROJECT_IDENTIFIER and
1476
+ # APP_ID values.
1477
+ # @param [Google::Apis::FirebaseV1beta1::RemoveWebAppRequest] remove_web_app_request_object
1478
+ # @param [String] fields
1479
+ # Selector specifying which fields to include in a partial response.
1480
+ # @param [String] quota_user
1481
+ # Available to use for quota purposes for server-side applications. Can be any
1482
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1483
+ # @param [Google::Apis::RequestOptions] options
1484
+ # Request-specific options
1485
+ #
1486
+ # @yield [result, err] Result & error if block supplied
1487
+ # @yieldparam result [Google::Apis::FirebaseV1beta1::Operation] parsed result object
1488
+ # @yieldparam err [StandardError] error object if request failed
1489
+ #
1490
+ # @return [Google::Apis::FirebaseV1beta1::Operation]
1491
+ #
1492
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1493
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1494
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1495
+ def remove_web_app(name, remove_web_app_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1496
+ command = make_simple_command(:post, 'v1beta1/{+name}:remove', options)
1497
+ command.request_representation = Google::Apis::FirebaseV1beta1::RemoveWebAppRequest::Representation
1498
+ command.request_object = remove_web_app_request_object
1499
+ command.response_representation = Google::Apis::FirebaseV1beta1::Operation::Representation
1500
+ command.response_class = Google::Apis::FirebaseV1beta1::Operation
1501
+ command.params['name'] = name unless name.nil?
1502
+ command.query['fields'] = fields unless fields.nil?
1503
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1504
+ execute_or_queue_command(command, &block)
1505
+ end
1392
1506
 
1393
1507
  protected
1394
1508
 
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.18.0
4
+ version: 0.19.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-07-11 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.18.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebase_v1beta1/v0.19.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: []