google-apis-firebase_v1beta1 0.15.0 → 0.18.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: 55b10244db37481c5cf02355f30507584a7c9304e63adabfe93d4bac60dc3645
4
- data.tar.gz: e6c594aa5ba00c4321e40eeee51e92ea92189bae8606cd491055072b186f0e42
3
+ metadata.gz: 62005f70a8cdb91ecb87222e9d4bca07ad2c262c8a1024caf3f03f7fa4c51d8f
4
+ data.tar.gz: 34ab14058a4e15075f8191617728b4b88bc52c60f0ba1d8a91a44ed696bbe35b
5
5
  SHA512:
6
- metadata.gz: 3acf9adf119bd311b5245db0e9743249d4f49eb1baa2c28fedfd0e6a0e759f8948149bf459d7fa05be766f5b1acd931f2e6356cf4b96d6137eec10acad55474c
7
- data.tar.gz: b6847b58dd9400aa6c646f43f13cbce42e4cc3e0b4318b0dec576ea17ea8e73329fc0cf07d834ac7efb09832797bc54890604e06c0fa9082b148518bf26673b7
6
+ metadata.gz: c7e54f725b4dbb33be1aca7f5e844e7fa3e7d11d0af9de771c3a0faa349492ec8b8c5605c1c8ebf23b9f17cbdf2a51fda3480911a903eac316790f96e6421e78
7
+ data.tar.gz: 05adddd8cc71d4df04f5ddd235d8a2c371226786b077876a59423f3d20c2778582570ad66fcf5e66193009431c66b580fbc542524a612b2cd9e5299f3ba63c84
data/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Release history for google-apis-firebase_v1beta1
2
2
 
3
+ ### v0.18.0 (2022-06-30)
4
+
5
+ * Regenerated using generator version 0.8.0
6
+ * Regenerated from discovery document revision 20220624
7
+
8
+ ### v0.17.0 (2022-06-23)
9
+
10
+ * Regenerated from discovery document revision 20220621
11
+ * Regenerated using generator version 0.7.0
12
+
13
+ ### v0.16.0 (2022-06-07)
14
+
15
+ * Regenerated from discovery document revision 20220602
16
+ * Regenerated using generator version 0.5.0
17
+
3
18
  ### v0.15.0 (2022-05-20)
4
19
 
5
20
  * Regenerated from discovery document revision 20220518
@@ -200,9 +200,9 @@ module Google
200
200
  # @return [String]
201
201
  attr_accessor :api_key_id
202
202
 
203
- # Immutable. The globally unique, Firebase-assigned identifier for the `
204
- # AndroidApp`. This identifier should be treated as an opaque token, as the data
205
- # format is not specified.
203
+ # Output only. Immutable. The globally unique, Firebase-assigned identifier for
204
+ # the `AndroidApp`. This identifier should be treated as an opaque token, as the
205
+ # data format is not specified.
206
206
  # Corresponds to the JSON property `appId`
207
207
  # @return [String]
208
208
  attr_accessor :app_id
@@ -231,12 +231,17 @@ module Google
231
231
  # @return [String]
232
232
  attr_accessor :package_name
233
233
 
234
- # Immutable. A user-assigned unique identifier of the parent FirebaseProject for
235
- # the `AndroidApp`.
234
+ # Output only. Immutable. A user-assigned unique identifier of the parent
235
+ # FirebaseProject for the `AndroidApp`.
236
236
  # Corresponds to the JSON property `projectId`
237
237
  # @return [String]
238
238
  attr_accessor :project_id
239
239
 
240
+ # Output only. The lifecycle state of the App.
241
+ # Corresponds to the JSON property `state`
242
+ # @return [String]
243
+ attr_accessor :state
244
+
240
245
  def initialize(**args)
241
246
  update!(**args)
242
247
  end
@@ -249,6 +254,7 @@ module Google
249
254
  @name = args[:name] if args.key?(:name)
250
255
  @package_name = args[:package_name] if args.key?(:package_name)
251
256
  @project_id = args[:project_id] if args.key?(:project_id)
257
+ @state = args[:state] if args.key?(:state)
252
258
  end
253
259
  end
254
260
 
@@ -411,6 +417,11 @@ module Google
411
417
  # @return [String]
412
418
  attr_accessor :platform
413
419
 
420
+ # Output only. The lifecycle state of the App.
421
+ # Corresponds to the JSON property `state`
422
+ # @return [String]
423
+ attr_accessor :state
424
+
414
425
  def initialize(**args)
415
426
  update!(**args)
416
427
  end
@@ -422,6 +433,7 @@ module Google
422
433
  @name = args[:name] if args.key?(:name)
423
434
  @namespace = args[:namespace] if args.key?(:namespace)
424
435
  @platform = args[:platform] if args.key?(:platform)
436
+ @state = args[:state] if args.key?(:state)
425
437
  end
426
438
  end
427
439
 
@@ -509,9 +521,9 @@ module Google
509
521
  # @return [String]
510
522
  attr_accessor :api_key_id
511
523
 
512
- # Immutable. The globally unique, Firebase-assigned identifier for the `IosApp`.
513
- # This identifier should be treated as an opaque token, as the data format is
514
- # not specified.
524
+ # Output only. Immutable. The globally unique, Firebase-assigned identifier for
525
+ # the `IosApp`. This identifier should be treated as an opaque token, as the
526
+ # data format is not specified.
515
527
  # Corresponds to the JSON property `appId`
516
528
  # @return [String]
517
529
  attr_accessor :app_id
@@ -546,12 +558,17 @@ module Google
546
558
  # @return [String]
547
559
  attr_accessor :name
548
560
 
549
- # Immutable. A user-assigned unique identifier of the parent FirebaseProject for
550
- # the `IosApp`.
561
+ # Output only. Immutable. A user-assigned unique identifier of the parent
562
+ # FirebaseProject for the `IosApp`.
551
563
  # Corresponds to the JSON property `projectId`
552
564
  # @return [String]
553
565
  attr_accessor :project_id
554
566
 
567
+ # Output only. The lifecycle state of the App.
568
+ # Corresponds to the JSON property `state`
569
+ # @return [String]
570
+ attr_accessor :state
571
+
555
572
  # The Apple Developer Team ID associated with the App in the App Store.
556
573
  # Corresponds to the JSON property `teamId`
557
574
  # @return [String]
@@ -570,6 +587,7 @@ module Google
570
587
  @display_name = args[:display_name] if args.key?(:display_name)
571
588
  @name = args[:name] if args.key?(:name)
572
589
  @project_id = args[:project_id] if args.key?(:project_id)
590
+ @state = args[:state] if args.key?(:state)
573
591
  @team_id = args[:team_id] if args.key?(:team_id)
574
592
  end
575
593
  end
@@ -967,111 +985,6 @@ module Google
967
985
  end
968
986
  end
969
987
 
970
- #
971
- class RemoveAndroidAppRequest
972
- include Google::Apis::Core::Hashable
973
-
974
- # If set to true, and the App is not found, the request will succeed but no
975
- # action will be taken on the server.
976
- # Corresponds to the JSON property `allowMissing`
977
- # @return [Boolean]
978
- attr_accessor :allow_missing
979
- alias_method :allow_missing?, :allow_missing
980
-
981
- # Checksum provided in the AndroidApp entity, which if provided ensures the
982
- # client has an up-to-date value before proceeding.
983
- # Corresponds to the JSON property `etag`
984
- # @return [String]
985
- attr_accessor :etag
986
-
987
- # If set to true, only validate the request and do not delete the app.
988
- # Corresponds to the JSON property `validateOnly`
989
- # @return [Boolean]
990
- attr_accessor :validate_only
991
- alias_method :validate_only?, :validate_only
992
-
993
- def initialize(**args)
994
- update!(**args)
995
- end
996
-
997
- # Update properties of this object
998
- def update!(**args)
999
- @allow_missing = args[:allow_missing] if args.key?(:allow_missing)
1000
- @etag = args[:etag] if args.key?(:etag)
1001
- @validate_only = args[:validate_only] if args.key?(:validate_only)
1002
- end
1003
- end
1004
-
1005
- #
1006
- class RemoveIosAppRequest
1007
- include Google::Apis::Core::Hashable
1008
-
1009
- # If set to true, and the App is not found, the request will succeed but no
1010
- # action will be taken on the server.
1011
- # Corresponds to the JSON property `allowMissing`
1012
- # @return [Boolean]
1013
- attr_accessor :allow_missing
1014
- alias_method :allow_missing?, :allow_missing
1015
-
1016
- # Checksum provided in the IosApp entity, which if provided ensures the client
1017
- # has an up-to-date value before proceeding.
1018
- # Corresponds to the JSON property `etag`
1019
- # @return [String]
1020
- attr_accessor :etag
1021
-
1022
- # If set to true, only validate the request and do not delete the app.
1023
- # Corresponds to the JSON property `validateOnly`
1024
- # @return [Boolean]
1025
- attr_accessor :validate_only
1026
- alias_method :validate_only?, :validate_only
1027
-
1028
- def initialize(**args)
1029
- update!(**args)
1030
- end
1031
-
1032
- # Update properties of this object
1033
- def update!(**args)
1034
- @allow_missing = args[:allow_missing] if args.key?(:allow_missing)
1035
- @etag = args[:etag] if args.key?(:etag)
1036
- @validate_only = args[:validate_only] if args.key?(:validate_only)
1037
- end
1038
- end
1039
-
1040
- #
1041
- class RemoveWebAppRequest
1042
- include Google::Apis::Core::Hashable
1043
-
1044
- # If set to true, and the App is not found, the request will succeed but no
1045
- # action will be taken on the server.
1046
- # Corresponds to the JSON property `allowMissing`
1047
- # @return [Boolean]
1048
- attr_accessor :allow_missing
1049
- alias_method :allow_missing?, :allow_missing
1050
-
1051
- # Checksum provided in the WebApp entity, which if provided ensures the client
1052
- # has an up-to-date value before proceeding.
1053
- # Corresponds to the JSON property `etag`
1054
- # @return [String]
1055
- attr_accessor :etag
1056
-
1057
- # If set to true, only validate the request and do not delete the app.
1058
- # Corresponds to the JSON property `validateOnly`
1059
- # @return [Boolean]
1060
- attr_accessor :validate_only
1061
- alias_method :validate_only?, :validate_only
1062
-
1063
- def initialize(**args)
1064
- update!(**args)
1065
- end
1066
-
1067
- # Update properties of this object
1068
- def update!(**args)
1069
- @allow_missing = args[:allow_missing] if args.key?(:allow_missing)
1070
- @etag = args[:etag] if args.key?(:etag)
1071
- @validate_only = args[:validate_only] if args.key?(:validate_only)
1072
- end
1073
- end
1074
-
1075
988
  #
1076
989
  class SearchFirebaseAppsResponse
1077
990
  include Google::Apis::Core::Hashable
@@ -1281,9 +1194,9 @@ module Google
1281
1194
  # @return [String]
1282
1195
  attr_accessor :api_key_id
1283
1196
 
1284
- # Immutable. The globally unique, Firebase-assigned identifier for the `WebApp`.
1285
- # This identifier should be treated as an opaque token, as the data format is
1286
- # not specified.
1197
+ # Output only. Immutable. The globally unique, Firebase-assigned identifier for
1198
+ # the `WebApp`. This identifier should be treated as an opaque token, as the
1199
+ # data format is not specified.
1287
1200
  # Corresponds to the JSON property `appId`
1288
1201
  # @return [String]
1289
1202
  attr_accessor :app_id
@@ -1311,12 +1224,17 @@ module Google
1311
1224
  # @return [String]
1312
1225
  attr_accessor :name
1313
1226
 
1314
- # Immutable. A user-assigned unique identifier of the parent FirebaseProject for
1315
- # the `WebApp`.
1227
+ # Output only. Immutable. A user-assigned unique identifier of the parent
1228
+ # FirebaseProject for the `WebApp`.
1316
1229
  # Corresponds to the JSON property `projectId`
1317
1230
  # @return [String]
1318
1231
  attr_accessor :project_id
1319
1232
 
1233
+ # Output only. The lifecycle state of the App.
1234
+ # Corresponds to the JSON property `state`
1235
+ # @return [String]
1236
+ attr_accessor :state
1237
+
1320
1238
  # Output only. Immutable. A unique, Firebase-assigned identifier for the `WebApp`
1321
1239
  # . This identifier is only used to populate the `namespace` value for the `
1322
1240
  # WebApp`. For most use cases, use `appId` to identify or reference the App. The
@@ -1338,6 +1256,7 @@ module Google
1338
1256
  @display_name = args[:display_name] if args.key?(:display_name)
1339
1257
  @name = args[:name] if args.key?(:name)
1340
1258
  @project_id = args[:project_id] if args.key?(:project_id)
1259
+ @state = args[:state] if args.key?(:state)
1341
1260
  @web_id = args[:web_id] if args.key?(:web_id)
1342
1261
  end
1343
1262
  end
@@ -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.15.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.8.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220518"
25
+ REVISION = "20220624"
26
26
  end
27
27
  end
28
28
  end
@@ -178,24 +178,6 @@ 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
-
199
181
  class SearchFirebaseAppsResponse
200
182
  class Representation < Google::Apis::Core::JsonRepresentation; end
201
183
 
@@ -291,6 +273,7 @@ module Google
291
273
  property :name, as: 'name'
292
274
  property :package_name, as: 'packageName'
293
275
  property :project_id, as: 'projectId'
276
+ property :state, as: 'state'
294
277
  end
295
278
  end
296
279
 
@@ -333,6 +316,7 @@ module Google
333
316
  property :name, as: 'name'
334
317
  property :namespace, as: 'namespace'
335
318
  property :platform, as: 'platform'
319
+ property :state, as: 'state'
336
320
  end
337
321
  end
338
322
 
@@ -359,6 +343,7 @@ module Google
359
343
  property :display_name, as: 'displayName'
360
344
  property :name, as: 'name'
361
345
  property :project_id, as: 'projectId'
346
+ property :state, as: 'state'
362
347
  property :team_id, as: 'teamId'
363
348
  end
364
349
  end
@@ -476,33 +461,6 @@ module Google
476
461
  end
477
462
  end
478
463
 
479
- class RemoveAndroidAppRequest
480
- # @private
481
- class Representation < Google::Apis::Core::JsonRepresentation
482
- property :allow_missing, as: 'allowMissing'
483
- property :etag, as: 'etag'
484
- property :validate_only, as: 'validateOnly'
485
- end
486
- end
487
-
488
- class RemoveIosAppRequest
489
- # @private
490
- class Representation < Google::Apis::Core::JsonRepresentation
491
- property :allow_missing, as: 'allowMissing'
492
- property :etag, as: 'etag'
493
- property :validate_only, as: 'validateOnly'
494
- end
495
- end
496
-
497
- class RemoveWebAppRequest
498
- # @private
499
- class Representation < Google::Apis::Core::JsonRepresentation
500
- property :allow_missing, as: 'allowMissing'
501
- property :etag, as: 'etag'
502
- property :validate_only, as: 'validateOnly'
503
- end
504
- end
505
-
506
464
  class SearchFirebaseAppsResponse
507
465
  # @private
508
466
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -560,6 +518,7 @@ module Google
560
518
  property :display_name, as: 'displayName'
561
519
  property :name, as: 'name'
562
520
  property :project_id, as: 'projectId'
521
+ property :state, as: 'state'
563
522
  property :web_id, as: 'webId'
564
523
  end
565
524
  end
@@ -522,6 +522,9 @@ module Google
522
522
  # @param [String] page_token
523
523
  # Token returned from a previous call to `SearchFirebaseApps` indicating where
524
524
  # in the set of Apps to resume listing.
525
+ # @param [Boolean] show_deleted
526
+ # Controls whether Apps in the DELETED state should be returned. Defaults to
527
+ # false.
525
528
  # @param [String] fields
526
529
  # Selector specifying which fields to include in a partial response.
527
530
  # @param [String] quota_user
@@ -539,7 +542,7 @@ module Google
539
542
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
540
543
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
541
544
  # @raise [Google::Apis::AuthorizationError] Authorization is required
542
- def search_project_apps(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
545
+ def search_project_apps(parent, filter: nil, page_size: nil, page_token: nil, show_deleted: nil, fields: nil, quota_user: nil, options: nil, &block)
543
546
  command = make_simple_command(:get, 'v1beta1/{+parent}:searchApps', options)
544
547
  command.response_representation = Google::Apis::FirebaseV1beta1::SearchFirebaseAppsResponse::Representation
545
548
  command.response_class = Google::Apis::FirebaseV1beta1::SearchFirebaseAppsResponse
@@ -547,6 +550,7 @@ module Google
547
550
  command.query['filter'] = filter unless filter.nil?
548
551
  command.query['pageSize'] = page_size unless page_size.nil?
549
552
  command.query['pageToken'] = page_token unless page_token.nil?
553
+ command.query['showDeleted'] = show_deleted unless show_deleted.nil?
550
554
  command.query['fields'] = fields unless fields.nil?
551
555
  command.query['quotaUser'] = quota_user unless quota_user.nil?
552
556
  execute_or_queue_command(command, &block)
@@ -676,6 +680,9 @@ module Google
676
680
  # @param [String] page_token
677
681
  # Token returned from a previous call to `ListAndroidApps` indicating where in
678
682
  # the set of Apps to resume listing.
683
+ # @param [Boolean] show_deleted
684
+ # Controls whether Apps in the DELETED state should be returned. Defaults to
685
+ # false.
679
686
  # @param [String] fields
680
687
  # Selector specifying which fields to include in a partial response.
681
688
  # @param [String] quota_user
@@ -693,13 +700,14 @@ module Google
693
700
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
694
701
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
695
702
  # @raise [Google::Apis::AuthorizationError] Authorization is required
696
- def list_project_android_apps(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
703
+ def list_project_android_apps(parent, page_size: nil, page_token: nil, show_deleted: nil, fields: nil, quota_user: nil, options: nil, &block)
697
704
  command = make_simple_command(:get, 'v1beta1/{+parent}/androidApps', options)
698
705
  command.response_representation = Google::Apis::FirebaseV1beta1::ListAndroidAppsResponse::Representation
699
706
  command.response_class = Google::Apis::FirebaseV1beta1::ListAndroidAppsResponse
700
707
  command.params['parent'] = parent unless parent.nil?
701
708
  command.query['pageSize'] = page_size unless page_size.nil?
702
709
  command.query['pageToken'] = page_token unless page_token.nil?
710
+ command.query['showDeleted'] = show_deleted unless show_deleted.nil?
703
711
  command.query['fields'] = fields unless fields.nil?
704
712
  command.query['quotaUser'] = quota_user unless quota_user.nil?
705
713
  execute_or_queue_command(command, &block)
@@ -719,7 +727,7 @@ module Google
719
727
  # @param [Google::Apis::FirebaseV1beta1::AndroidApp] android_app_object
720
728
  # @param [String] update_mask
721
729
  # Specifies which fields to update. Note that the fields `name`, `app_id`, `
722
- # project_id`, and `package_name` are all immutable.
730
+ # project_id`, `package_name`, and `state` are all immutable.
723
731
  # @param [String] fields
724
732
  # Selector specifying which fields to include in a partial response.
725
733
  # @param [String] quota_user
@@ -750,44 +758,6 @@ module Google
750
758
  execute_or_queue_command(command, &block)
751
759
  end
752
760
 
753
- # Removes the specified AndroidApp from the project.
754
- # @param [String] name
755
- # Required. The resource name of the AndroidApp, in the format: projects/
756
- # PROJECT_IDENTIFIER/androidApps/APP_ID Since an APP_ID is a unique identifier,
757
- # the Unique Resource from Sub-Collection access pattern may be used here, in
758
- # the format: projects/-/androidApps/APP_ID Refer to the AndroidApp [name](../
759
- # projects.androidApps#AndroidApp.FIELDS.name) field for details about
760
- # PROJECT_IDENTIFIER and APP_ID values.
761
- # @param [Google::Apis::FirebaseV1beta1::RemoveAndroidAppRequest] remove_android_app_request_object
762
- # @param [String] fields
763
- # Selector specifying which fields to include in a partial response.
764
- # @param [String] quota_user
765
- # Available to use for quota purposes for server-side applications. Can be any
766
- # arbitrary string assigned to a user, but should not exceed 40 characters.
767
- # @param [Google::Apis::RequestOptions] options
768
- # Request-specific options
769
- #
770
- # @yield [result, err] Result & error if block supplied
771
- # @yieldparam result [Google::Apis::FirebaseV1beta1::Operation] parsed result object
772
- # @yieldparam err [StandardError] error object if request failed
773
- #
774
- # @return [Google::Apis::FirebaseV1beta1::Operation]
775
- #
776
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
777
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
778
- # @raise [Google::Apis::AuthorizationError] Authorization is required
779
- def remove_android_app(name, remove_android_app_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
780
- command = make_simple_command(:post, 'v1beta1/{+name}:remove', options)
781
- command.request_representation = Google::Apis::FirebaseV1beta1::RemoveAndroidAppRequest::Representation
782
- command.request_object = remove_android_app_request_object
783
- command.response_representation = Google::Apis::FirebaseV1beta1::Operation::Representation
784
- command.response_class = Google::Apis::FirebaseV1beta1::Operation
785
- command.params['name'] = name unless name.nil?
786
- command.query['fields'] = fields unless fields.nil?
787
- command.query['quotaUser'] = quota_user unless quota_user.nil?
788
- execute_or_queue_command(command, &block)
789
- end
790
-
791
761
  # Adds a ShaCertificate to the specified AndroidApp.
792
762
  # @param [String] parent
793
763
  # The resource name of the parent AndroidApp to which to add a ShaCertificate,
@@ -1141,6 +1111,9 @@ module Google
1141
1111
  # @param [String] page_token
1142
1112
  # Token returned from a previous call to `ListIosApps` indicating where in the
1143
1113
  # set of Apps to resume listing.
1114
+ # @param [Boolean] show_deleted
1115
+ # Controls whether Apps in the DELETED state should be returned. Defaults to
1116
+ # false.
1144
1117
  # @param [String] fields
1145
1118
  # Selector specifying which fields to include in a partial response.
1146
1119
  # @param [String] quota_user
@@ -1158,13 +1131,14 @@ module Google
1158
1131
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1159
1132
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1160
1133
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1161
- def list_project_ios_apps(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1134
+ def list_project_ios_apps(parent, page_size: nil, page_token: nil, show_deleted: nil, fields: nil, quota_user: nil, options: nil, &block)
1162
1135
  command = make_simple_command(:get, 'v1beta1/{+parent}/iosApps', options)
1163
1136
  command.response_representation = Google::Apis::FirebaseV1beta1::ListIosAppsResponse::Representation
1164
1137
  command.response_class = Google::Apis::FirebaseV1beta1::ListIosAppsResponse
1165
1138
  command.params['parent'] = parent unless parent.nil?
1166
1139
  command.query['pageSize'] = page_size unless page_size.nil?
1167
1140
  command.query['pageToken'] = page_token unless page_token.nil?
1141
+ command.query['showDeleted'] = show_deleted unless show_deleted.nil?
1168
1142
  command.query['fields'] = fields unless fields.nil?
1169
1143
  command.query['quotaUser'] = quota_user unless quota_user.nil?
1170
1144
  execute_or_queue_command(command, &block)
@@ -1184,7 +1158,7 @@ module Google
1184
1158
  # @param [Google::Apis::FirebaseV1beta1::IosApp] ios_app_object
1185
1159
  # @param [String] update_mask
1186
1160
  # Specifies which fields to update. Note that the fields `name`, `appId`, `
1187
- # projectId`, and `bundleId` are all immutable.
1161
+ # projectId`, `bundleId`, and `state` are all immutable
1188
1162
  # @param [String] fields
1189
1163
  # Selector specifying which fields to include in a partial response.
1190
1164
  # @param [String] quota_user
@@ -1215,44 +1189,6 @@ module Google
1215
1189
  execute_or_queue_command(command, &block)
1216
1190
  end
1217
1191
 
1218
- # Removes the specified IosApp from the project.
1219
- # @param [String] name
1220
- # Required. The resource name of the IosApp, in the format: projects/
1221
- # PROJECT_IDENTIFIER/iosApps/APP_ID Since an APP_ID is a unique identifier, the
1222
- # Unique Resource from Sub-Collection access pattern may be used here, in the
1223
- # format: projects/-/iosApps/APP_ID Refer to the IosApp [name](../projects.
1224
- # iosApps#IosApp.FIELDS.name) field for details about PROJECT_IDENTIFIER and
1225
- # APP_ID values.
1226
- # @param [Google::Apis::FirebaseV1beta1::RemoveIosAppRequest] remove_ios_app_request_object
1227
- # @param [String] fields
1228
- # Selector specifying which fields to include in a partial response.
1229
- # @param [String] quota_user
1230
- # Available to use for quota purposes for server-side applications. Can be any
1231
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1232
- # @param [Google::Apis::RequestOptions] options
1233
- # Request-specific options
1234
- #
1235
- # @yield [result, err] Result & error if block supplied
1236
- # @yieldparam result [Google::Apis::FirebaseV1beta1::Operation] parsed result object
1237
- # @yieldparam err [StandardError] error object if request failed
1238
- #
1239
- # @return [Google::Apis::FirebaseV1beta1::Operation]
1240
- #
1241
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1242
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1243
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1244
- def remove_ios_app(name, remove_ios_app_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1245
- command = make_simple_command(:post, 'v1beta1/{+name}:remove', options)
1246
- command.request_representation = Google::Apis::FirebaseV1beta1::RemoveIosAppRequest::Representation
1247
- command.request_object = remove_ios_app_request_object
1248
- command.response_representation = Google::Apis::FirebaseV1beta1::Operation::Representation
1249
- command.response_class = Google::Apis::FirebaseV1beta1::Operation
1250
- command.params['name'] = name unless name.nil?
1251
- command.query['fields'] = fields unless fields.nil?
1252
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1253
- execute_or_queue_command(command, &block)
1254
- end
1255
-
1256
1192
  # Requests the creation of a new WebApp in the specified FirebaseProject. The
1257
1193
  # result of this call is an `Operation` which can be used to track the
1258
1194
  # provisioning process. The `Operation` is automatically deleted after
@@ -1376,6 +1312,9 @@ module Google
1376
1312
  # @param [String] page_token
1377
1313
  # Token returned from a previous call to `ListWebApps` indicating where in the
1378
1314
  # set of Apps to resume listing.
1315
+ # @param [Boolean] show_deleted
1316
+ # Controls whether Apps in the DELETED state should be returned. Defaults to
1317
+ # false.
1379
1318
  # @param [String] fields
1380
1319
  # Selector specifying which fields to include in a partial response.
1381
1320
  # @param [String] quota_user
@@ -1393,13 +1332,14 @@ module Google
1393
1332
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1394
1333
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1395
1334
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1396
- def list_project_web_apps(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1335
+ def list_project_web_apps(parent, page_size: nil, page_token: nil, show_deleted: nil, fields: nil, quota_user: nil, options: nil, &block)
1397
1336
  command = make_simple_command(:get, 'v1beta1/{+parent}/webApps', options)
1398
1337
  command.response_representation = Google::Apis::FirebaseV1beta1::ListWebAppsResponse::Representation
1399
1338
  command.response_class = Google::Apis::FirebaseV1beta1::ListWebAppsResponse
1400
1339
  command.params['parent'] = parent unless parent.nil?
1401
1340
  command.query['pageSize'] = page_size unless page_size.nil?
1402
1341
  command.query['pageToken'] = page_token unless page_token.nil?
1342
+ command.query['showDeleted'] = show_deleted unless show_deleted.nil?
1403
1343
  command.query['fields'] = fields unless fields.nil?
1404
1344
  command.query['quotaUser'] = quota_user unless quota_user.nil?
1405
1345
  execute_or_queue_command(command, &block)
@@ -1418,8 +1358,8 @@ module Google
1418
1358
  # ).
1419
1359
  # @param [Google::Apis::FirebaseV1beta1::WebApp] web_app_object
1420
1360
  # @param [String] update_mask
1421
- # Specifies which fields to update. Note that the fields `name`, `appId`, and `
1422
- # projectId` are all immutable.
1361
+ # Specifies which fields to update. Note that the fields `name`, `appId`, `
1362
+ # projectId` and `state` are all immutable
1423
1363
  # @param [String] fields
1424
1364
  # Selector specifying which fields to include in a partial response.
1425
1365
  # @param [String] quota_user
@@ -1449,44 +1389,6 @@ module Google
1449
1389
  command.query['quotaUser'] = quota_user unless quota_user.nil?
1450
1390
  execute_or_queue_command(command, &block)
1451
1391
  end
1452
-
1453
- # Removes the specified WebApp from the project.
1454
- # @param [String] name
1455
- # Required. The resource name of the WebApp, in the format: projects/
1456
- # PROJECT_IDENTIFIER/webApps/APP_ID Since an APP_ID is a unique identifier, the
1457
- # Unique Resource from Sub-Collection access pattern may be used here, in the
1458
- # format: projects/-/webApps/APP_ID Refer to the WebApp [name](../projects.
1459
- # webApps#WebApp.FIELDS.name) field for details about PROJECT_IDENTIFIER and
1460
- # APP_ID values.
1461
- # @param [Google::Apis::FirebaseV1beta1::RemoveWebAppRequest] remove_web_app_request_object
1462
- # @param [String] fields
1463
- # Selector specifying which fields to include in a partial response.
1464
- # @param [String] quota_user
1465
- # Available to use for quota purposes for server-side applications. Can be any
1466
- # arbitrary string assigned to a user, but should not exceed 40 characters.
1467
- # @param [Google::Apis::RequestOptions] options
1468
- # Request-specific options
1469
- #
1470
- # @yield [result, err] Result & error if block supplied
1471
- # @yieldparam result [Google::Apis::FirebaseV1beta1::Operation] parsed result object
1472
- # @yieldparam err [StandardError] error object if request failed
1473
- #
1474
- # @return [Google::Apis::FirebaseV1beta1::Operation]
1475
- #
1476
- # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1477
- # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1478
- # @raise [Google::Apis::AuthorizationError] Authorization is required
1479
- def remove_web_app(name, remove_web_app_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1480
- command = make_simple_command(:post, 'v1beta1/{+name}:remove', options)
1481
- command.request_representation = Google::Apis::FirebaseV1beta1::RemoveWebAppRequest::Representation
1482
- command.request_object = remove_web_app_request_object
1483
- command.response_representation = Google::Apis::FirebaseV1beta1::Operation::Representation
1484
- command.response_class = Google::Apis::FirebaseV1beta1::Operation
1485
- command.params['name'] = name unless name.nil?
1486
- command.query['fields'] = fields unless fields.nil?
1487
- command.query['quotaUser'] = quota_user unless quota_user.nil?
1488
- execute_or_queue_command(command, &block)
1489
- end
1490
1392
 
1491
1393
  protected
1492
1394
 
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.15.0
4
+ version: 0.18.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-05-23 00:00:00.000000000 Z
11
+ date: 2022-07-04 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.4'
19
+ version: '0.7'
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.4'
29
+ version: '0.7'
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-firebase_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-firebase_v1beta1/v0.15.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebase_v1beta1/v0.18.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Firebase Management API V1beta1