google-apis-firebase_v1beta1 0.24.0 → 0.25.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: e89209fd301b91092384f1b82243cc5691da31f9dfd383fb630ffa2081a6278d
|
|
4
|
+
data.tar.gz: 2a014eb7e6cda9be5cf3eb457a8944b4907e476c666bd87142ee6b88fcf18da5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 623c0d07a5f4daa435225f77cf863564e82a2f7b83b7f0a222b018bd6cf2d688530654a27cc932a3b2731d99f3cc33ba2122cebf6d8422155eee8f99b75c3572
|
|
7
|
+
data.tar.gz: 92479d40f69274733ed76ba6309a55ac6f3fbe5ab327ad2f2427e7a69c05bd8594adea9859b67621797d2d7053489689fe45fe933bef7f3a0c29574550bd7a47
|
data/CHANGELOG.md
CHANGED
|
@@ -246,6 +246,16 @@ module Google
|
|
|
246
246
|
# @return [String]
|
|
247
247
|
attr_accessor :project_id
|
|
248
248
|
|
|
249
|
+
# The SHA1 certificate hashes for the AndroidApp.
|
|
250
|
+
# Corresponds to the JSON property `sha1Hashes`
|
|
251
|
+
# @return [Array<String>]
|
|
252
|
+
attr_accessor :sha1_hashes
|
|
253
|
+
|
|
254
|
+
# The SHA256 certificate hashes for the AndroidApp.
|
|
255
|
+
# Corresponds to the JSON property `sha256Hashes`
|
|
256
|
+
# @return [Array<String>]
|
|
257
|
+
attr_accessor :sha256_hashes
|
|
258
|
+
|
|
249
259
|
# Output only. The lifecycle state of the App.
|
|
250
260
|
# Corresponds to the JSON property `state`
|
|
251
261
|
# @return [String]
|
|
@@ -263,6 +273,8 @@ module Google
|
|
|
263
273
|
@name = args[:name] if args.key?(:name)
|
|
264
274
|
@package_name = args[:package_name] if args.key?(:package_name)
|
|
265
275
|
@project_id = args[:project_id] if args.key?(:project_id)
|
|
276
|
+
@sha1_hashes = args[:sha1_hashes] if args.key?(:sha1_hashes)
|
|
277
|
+
@sha256_hashes = args[:sha256_hashes] if args.key?(:sha256_hashes)
|
|
266
278
|
@state = args[:state] if args.key?(:state)
|
|
267
279
|
end
|
|
268
280
|
end
|
|
@@ -530,9 +542,7 @@ module Google
|
|
|
530
542
|
# @return [Google::Apis::FirebaseV1beta1::DefaultResources]
|
|
531
543
|
attr_accessor :resources
|
|
532
544
|
|
|
533
|
-
# Output only. The lifecycle state of the Project.
|
|
534
|
-
# performed via com.google.cloudresourcemanager.v1.Projects.DeleteProject and
|
|
535
|
-
# com.google.cloudresourcemanager.v1.Projects.UndeleteProject
|
|
545
|
+
# Output only. The lifecycle state of the Project.
|
|
536
546
|
# Corresponds to the JSON property `state`
|
|
537
547
|
# @return [String]
|
|
538
548
|
attr_accessor :state
|
|
@@ -1057,7 +1067,7 @@ module Google
|
|
|
1057
1067
|
# @return [String]
|
|
1058
1068
|
attr_accessor :etag
|
|
1059
1069
|
|
|
1060
|
-
# If set to true,
|
|
1070
|
+
# If set to true, the request is only validated. The App will _not_ be removed.
|
|
1061
1071
|
# Corresponds to the JSON property `validateOnly`
|
|
1062
1072
|
# @return [Boolean]
|
|
1063
1073
|
attr_accessor :validate_only
|
|
@@ -1092,7 +1102,7 @@ module Google
|
|
|
1092
1102
|
# @return [String]
|
|
1093
1103
|
attr_accessor :etag
|
|
1094
1104
|
|
|
1095
|
-
# If set to true,
|
|
1105
|
+
# If set to true, the request is only validated. The App will _not_ be removed.
|
|
1096
1106
|
# Corresponds to the JSON property `validateOnly`
|
|
1097
1107
|
# @return [Boolean]
|
|
1098
1108
|
attr_accessor :validate_only
|
|
@@ -1127,7 +1137,7 @@ module Google
|
|
|
1127
1137
|
# @return [String]
|
|
1128
1138
|
attr_accessor :etag
|
|
1129
1139
|
|
|
1130
|
-
# If set to true,
|
|
1140
|
+
# If set to true, the request is only validated. The App will _not_ be removed.
|
|
1131
1141
|
# Corresponds to the JSON property `validateOnly`
|
|
1132
1142
|
# @return [Boolean]
|
|
1133
1143
|
attr_accessor :validate_only
|
|
@@ -1351,7 +1361,7 @@ module Google
|
|
|
1351
1361
|
# @return [String]
|
|
1352
1362
|
attr_accessor :etag
|
|
1353
1363
|
|
|
1354
|
-
# If set to true,
|
|
1364
|
+
# If set to true, the request is only validated. The App will _not_ be undeleted.
|
|
1355
1365
|
# Corresponds to the JSON property `validateOnly`
|
|
1356
1366
|
# @return [Boolean]
|
|
1357
1367
|
attr_accessor :validate_only
|
|
@@ -1378,7 +1388,7 @@ module Google
|
|
|
1378
1388
|
# @return [String]
|
|
1379
1389
|
attr_accessor :etag
|
|
1380
1390
|
|
|
1381
|
-
# If set to true,
|
|
1391
|
+
# If set to true, the request is only validated. The App will _not_ be undeleted.
|
|
1382
1392
|
# Corresponds to the JSON property `validateOnly`
|
|
1383
1393
|
# @return [Boolean]
|
|
1384
1394
|
attr_accessor :validate_only
|
|
@@ -1405,7 +1415,7 @@ module Google
|
|
|
1405
1415
|
# @return [String]
|
|
1406
1416
|
attr_accessor :etag
|
|
1407
1417
|
|
|
1408
|
-
# If set to true,
|
|
1418
|
+
# If set to true, the request is only validated. The App will _not_ be undeleted.
|
|
1409
1419
|
# Corresponds to the JSON property `validateOnly`
|
|
1410
1420
|
# @return [Boolean]
|
|
1411
1421
|
attr_accessor :validate_only
|
|
@@ -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.25.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.9.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220908"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -309,6 +309,8 @@ module Google
|
|
|
309
309
|
property :name, as: 'name'
|
|
310
310
|
property :package_name, as: 'packageName'
|
|
311
311
|
property :project_id, as: 'projectId'
|
|
312
|
+
collection :sha1_hashes, as: 'sha1Hashes'
|
|
313
|
+
collection :sha256_hashes, as: 'sha256Hashes'
|
|
312
314
|
property :state, as: 'state'
|
|
313
315
|
end
|
|
314
316
|
end
|
|
@@ -370,8 +370,8 @@ module Google
|
|
|
370
370
|
# Token returned from a previous call to `ListFirebaseProjects` indicating where
|
|
371
371
|
# in the set of Projects to resume listing.
|
|
372
372
|
# @param [Boolean] show_deleted
|
|
373
|
-
# Optional. Controls whether Projects in the
|
|
374
|
-
#
|
|
373
|
+
# Optional. Controls whether Projects in the DELETED state should be returned in
|
|
374
|
+
# the response. If not specified, only `ACTIVE` Projects will be returned.
|
|
375
375
|
# @param [String] fields
|
|
376
376
|
# Selector specifying which fields to include in a partial response.
|
|
377
377
|
# @param [String] quota_user
|
|
@@ -413,9 +413,12 @@ module Google
|
|
|
413
413
|
# will be the `ProjectId`.
|
|
414
414
|
# @param [Google::Apis::FirebaseV1beta1::FirebaseProject] firebase_project_object
|
|
415
415
|
# @param [String] update_mask
|
|
416
|
-
# Specifies which fields to update.
|
|
417
|
-
#
|
|
418
|
-
#
|
|
416
|
+
# Specifies which fields of the FirebaseProject to update. Note that the
|
|
417
|
+
# following fields are immutable: `name`, `project_id`, and `project_number`. To
|
|
418
|
+
# update `state`, use any of the following Google Cloud endpoints: [`projects.
|
|
419
|
+
# delete`](https://cloud.google.com/resource-manager/reference/rest/v1/projects/
|
|
420
|
+
# delete) or [`projects.undelete`](https://cloud.google.com/resource-manager/
|
|
421
|
+
# reference/rest/v1/projects/undelete)
|
|
419
422
|
# @param [String] fields
|
|
420
423
|
# Selector specifying which fields to include in a partial response.
|
|
421
424
|
# @param [String] quota_user
|
|
@@ -527,8 +530,8 @@ module Google
|
|
|
527
530
|
# Token returned from a previous call to `SearchFirebaseApps` indicating where
|
|
528
531
|
# in the set of Apps to resume listing.
|
|
529
532
|
# @param [Boolean] show_deleted
|
|
530
|
-
# Controls whether Apps in the DELETED state should be returned.
|
|
531
|
-
#
|
|
533
|
+
# Controls whether Apps in the DELETED state should be returned. If not
|
|
534
|
+
# specified, only `ACTIVE` Apps will be returned.
|
|
532
535
|
# @param [String] fields
|
|
533
536
|
# Selector specifying which fields to include in a partial response.
|
|
534
537
|
# @param [String] quota_user
|
|
@@ -685,8 +688,8 @@ module Google
|
|
|
685
688
|
# Token returned from a previous call to `ListAndroidApps` indicating where in
|
|
686
689
|
# the set of Apps to resume listing.
|
|
687
690
|
# @param [Boolean] show_deleted
|
|
688
|
-
# Controls whether Apps in the DELETED state should be returned
|
|
689
|
-
#
|
|
691
|
+
# Controls whether Apps in the DELETED state should be returned in the response.
|
|
692
|
+
# If not specified, only `ACTIVE` Apps will be returned.
|
|
690
693
|
# @param [String] fields
|
|
691
694
|
# Selector specifying which fields to include in a partial response.
|
|
692
695
|
# @param [String] quota_user
|
|
@@ -730,8 +733,10 @@ module Google
|
|
|
730
733
|
# projects.androidApps#AndroidApp.FIELDS.app_id)).
|
|
731
734
|
# @param [Google::Apis::FirebaseV1beta1::AndroidApp] android_app_object
|
|
732
735
|
# @param [String] update_mask
|
|
733
|
-
# Specifies which fields to update. Note that the
|
|
734
|
-
#
|
|
736
|
+
# Specifies which fields of the AndroidApp to update. Note that the following
|
|
737
|
+
# fields are immutable: `name`, `app_id`, `project_id`, and `package_name`. To
|
|
738
|
+
# update `state`, use any of the following endpoints: RemoveAndroidApp or
|
|
739
|
+
# UndeleteAndroidApp.
|
|
735
740
|
# @param [String] fields
|
|
736
741
|
# Selector specifying which fields to include in a partial response.
|
|
737
742
|
# @param [String] quota_user
|
|
@@ -762,7 +767,7 @@ module Google
|
|
|
762
767
|
execute_or_queue_command(command, &block)
|
|
763
768
|
end
|
|
764
769
|
|
|
765
|
-
# Removes the specified AndroidApp from the
|
|
770
|
+
# Removes the specified AndroidApp from the FirebaseProject.
|
|
766
771
|
# @param [String] name
|
|
767
772
|
# Required. The resource name of the AndroidApp, in the format: projects/
|
|
768
773
|
# PROJECT_IDENTIFIER/androidApps/APP_ID Since an APP_ID is a unique identifier,
|
|
@@ -800,7 +805,7 @@ module Google
|
|
|
800
805
|
execute_or_queue_command(command, &block)
|
|
801
806
|
end
|
|
802
807
|
|
|
803
|
-
# Restores the specified AndroidApp to the
|
|
808
|
+
# Restores the specified AndroidApp to the FirebaseProject.
|
|
804
809
|
# @param [String] name
|
|
805
810
|
# Required. The resource name of the AndroidApp, in the format: projects/
|
|
806
811
|
# PROJECT_IDENTIFIER/androidApps/APP_ID Since an APP_ID is a unique identifier,
|
|
@@ -1192,8 +1197,8 @@ module Google
|
|
|
1192
1197
|
# Token returned from a previous call to `ListIosApps` indicating where in the
|
|
1193
1198
|
# set of Apps to resume listing.
|
|
1194
1199
|
# @param [Boolean] show_deleted
|
|
1195
|
-
# Controls whether Apps in the DELETED state should be returned
|
|
1196
|
-
#
|
|
1200
|
+
# Controls whether Apps in the DELETED state should be returned in the response.
|
|
1201
|
+
# If not specified, only `ACTIVE` Apps will be returned.
|
|
1197
1202
|
# @param [String] fields
|
|
1198
1203
|
# Selector specifying which fields to include in a partial response.
|
|
1199
1204
|
# @param [String] quota_user
|
|
@@ -1237,8 +1242,9 @@ module Google
|
|
|
1237
1242
|
# ).
|
|
1238
1243
|
# @param [Google::Apis::FirebaseV1beta1::IosApp] ios_app_object
|
|
1239
1244
|
# @param [String] update_mask
|
|
1240
|
-
# Specifies which fields to update. Note that the fields
|
|
1241
|
-
#
|
|
1245
|
+
# Specifies which fields of the IosApp to update. Note that the following fields
|
|
1246
|
+
# are immutable: `name`, `app_id`, `project_id`, and `bundle_id`. To update `
|
|
1247
|
+
# state`, use any of the following endpoints: RemoveIosApp or UndeleteIosApp.
|
|
1242
1248
|
# @param [String] fields
|
|
1243
1249
|
# Selector specifying which fields to include in a partial response.
|
|
1244
1250
|
# @param [String] quota_user
|
|
@@ -1269,7 +1275,7 @@ module Google
|
|
|
1269
1275
|
execute_or_queue_command(command, &block)
|
|
1270
1276
|
end
|
|
1271
1277
|
|
|
1272
|
-
# Removes the specified IosApp from the
|
|
1278
|
+
# Removes the specified IosApp from the FirebaseProject.
|
|
1273
1279
|
# @param [String] name
|
|
1274
1280
|
# Required. The resource name of the IosApp, in the format: projects/
|
|
1275
1281
|
# PROJECT_IDENTIFIER/iosApps/APP_ID Since an APP_ID is a unique identifier, the
|
|
@@ -1307,7 +1313,7 @@ module Google
|
|
|
1307
1313
|
execute_or_queue_command(command, &block)
|
|
1308
1314
|
end
|
|
1309
1315
|
|
|
1310
|
-
# Restores the specified IosApp to the
|
|
1316
|
+
# Restores the specified IosApp to the FirebaseProject.
|
|
1311
1317
|
# @param [String] name
|
|
1312
1318
|
# Required. The resource name of the IosApp, in the format: projects/
|
|
1313
1319
|
# PROJECT_IDENTIFIER/iosApps/APP_ID Since an APP_ID is a unique identifier, the
|
|
@@ -1469,8 +1475,8 @@ module Google
|
|
|
1469
1475
|
# Token returned from a previous call to `ListWebApps` indicating where in the
|
|
1470
1476
|
# set of Apps to resume listing.
|
|
1471
1477
|
# @param [Boolean] show_deleted
|
|
1472
|
-
# Controls whether Apps in the DELETED state should be returned
|
|
1473
|
-
#
|
|
1478
|
+
# Controls whether Apps in the DELETED state should be returned in the response.
|
|
1479
|
+
# If not specified, only `ACTIVE` Apps will be returned.
|
|
1474
1480
|
# @param [String] fields
|
|
1475
1481
|
# Selector specifying which fields to include in a partial response.
|
|
1476
1482
|
# @param [String] quota_user
|
|
@@ -1514,8 +1520,9 @@ module Google
|
|
|
1514
1520
|
# ).
|
|
1515
1521
|
# @param [Google::Apis::FirebaseV1beta1::WebApp] web_app_object
|
|
1516
1522
|
# @param [String] update_mask
|
|
1517
|
-
# Specifies which fields to update. Note that the fields
|
|
1518
|
-
#
|
|
1523
|
+
# Specifies which fields of the WebApp to update. Note that the following fields
|
|
1524
|
+
# are immutable: `name`, `app_id`, and `project_id`. To update `state`, use any
|
|
1525
|
+
# of the following endpoints: RemoveWebApp or UndeleteWebApp.
|
|
1519
1526
|
# @param [String] fields
|
|
1520
1527
|
# Selector specifying which fields to include in a partial response.
|
|
1521
1528
|
# @param [String] quota_user
|
|
@@ -1546,7 +1553,7 @@ module Google
|
|
|
1546
1553
|
execute_or_queue_command(command, &block)
|
|
1547
1554
|
end
|
|
1548
1555
|
|
|
1549
|
-
# Removes the specified WebApp from the
|
|
1556
|
+
# Removes the specified WebApp from the FirebaseProject.
|
|
1550
1557
|
# @param [String] name
|
|
1551
1558
|
# Required. The resource name of the WebApp, in the format: projects/
|
|
1552
1559
|
# PROJECT_IDENTIFIER/webApps/APP_ID Since an APP_ID is a unique identifier, the
|
|
@@ -1584,7 +1591,7 @@ module Google
|
|
|
1584
1591
|
execute_or_queue_command(command, &block)
|
|
1585
1592
|
end
|
|
1586
1593
|
|
|
1587
|
-
# Restores the specified WebApp to the
|
|
1594
|
+
# Restores the specified WebApp to the FirebaseProject.
|
|
1588
1595
|
# @param [String] name
|
|
1589
1596
|
# Required. The resource name of the WebApp, in the format: projects/
|
|
1590
1597
|
# PROJECT_IDENTIFIER/webApps/APP_ID Since an APP_ID is a unique identifier, the
|
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.25.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-
|
|
11
|
+
date: 2022-09-12 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.25.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: []
|