google-apis-firebase_v1beta1 0.29.0 → 0.30.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: c925979dc06ec8774b689ef4e73e9e6166f36ed67a0c2ad2ffbce1498f16f194
|
|
4
|
+
data.tar.gz: 16c5ef7ed29822c00a3180ed820cad80812a318bb4e2864d2ef6e9c528860384
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 18e6802bcf7f1b8d24c6ec4fa8433d813c298a29b341e41d2df46bc13f63b619c749c9dcd4a6e602127f513195f7698dea0e98083bb18c2f9c03375cdd587633
|
|
7
|
+
data.tar.gz: 5a9680405f60da66b4bde19d5d76eb2e4dabd40f89f6d42d00897bf59fcea1ced6c118fb32795d398dde369bbab54ef873a9f4dd94efcca57dab966b900bb8b6
|
data/CHANGELOG.md
CHANGED
|
@@ -221,6 +221,15 @@ module Google
|
|
|
221
221
|
# @return [String]
|
|
222
222
|
attr_accessor :display_name
|
|
223
223
|
|
|
224
|
+
# This checksum is computed by the server based on the value of other fields,
|
|
225
|
+
# and it may be sent with update requests to ensure the client has an up-to-date
|
|
226
|
+
# value before proceeding. Learn more about `etag` in Google's [AIP-154 standard]
|
|
227
|
+
# (https://google.aip.dev/154#declarative-friendly-resources). This etag is
|
|
228
|
+
# strongly validated.
|
|
229
|
+
# Corresponds to the JSON property `etag`
|
|
230
|
+
# @return [String]
|
|
231
|
+
attr_accessor :etag
|
|
232
|
+
|
|
224
233
|
# The resource name of the AndroidApp, in the format: projects/
|
|
225
234
|
# PROJECT_IDENTIFIER/androidApps/APP_ID * PROJECT_IDENTIFIER: the parent Project'
|
|
226
235
|
# s [`ProjectNumber`](../projects#FirebaseProject.FIELDS.project_number) ***(
|
|
@@ -270,6 +279,7 @@ module Google
|
|
|
270
279
|
@api_key_id = args[:api_key_id] if args.key?(:api_key_id)
|
|
271
280
|
@app_id = args[:app_id] if args.key?(:app_id)
|
|
272
281
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
282
|
+
@etag = args[:etag] if args.key?(:etag)
|
|
273
283
|
@name = args[:name] if args.key?(:name)
|
|
274
284
|
@package_name = args[:package_name] if args.key?(:package_name)
|
|
275
285
|
@project_id = args[:project_id] if args.key?(:project_id)
|
|
@@ -490,10 +500,10 @@ module Google
|
|
|
490
500
|
class FirebaseProject
|
|
491
501
|
include Google::Apis::Core::Hashable
|
|
492
502
|
|
|
493
|
-
#
|
|
494
|
-
#
|
|
495
|
-
#
|
|
496
|
-
#
|
|
503
|
+
# A set of user-defined annotations for the FirebaseProject. Learn more about
|
|
504
|
+
# annotations in Google's [AIP-128 standard](https://google.aip.dev/128#
|
|
505
|
+
# annotations). These annotations are intended solely for developers and client-
|
|
506
|
+
# side tools. Firebase services will not mutate this annotations set.
|
|
497
507
|
# Corresponds to the JSON property `annotations`
|
|
498
508
|
# @return [Hash<String,String>]
|
|
499
509
|
attr_accessor :annotations
|
|
@@ -504,9 +514,10 @@ module Google
|
|
|
504
514
|
attr_accessor :display_name
|
|
505
515
|
|
|
506
516
|
# This checksum is computed by the server based on the value of other fields,
|
|
507
|
-
# and may be sent
|
|
508
|
-
# value before proceeding. [AIP-154]
|
|
509
|
-
# friendly-resources). This etag is
|
|
517
|
+
# and it may be sent with update requests to ensure the client has an up-to-date
|
|
518
|
+
# value before proceeding. Learn more about `etag` in Google's [AIP-154 standard]
|
|
519
|
+
# (https://google.aip.dev/154#declarative-friendly-resources). This etag is
|
|
520
|
+
# strongly validated.
|
|
510
521
|
# Corresponds to the JSON property `etag`
|
|
511
522
|
# @return [String]
|
|
512
523
|
attr_accessor :etag
|
|
@@ -610,6 +621,15 @@ module Google
|
|
|
610
621
|
# @return [String]
|
|
611
622
|
attr_accessor :display_name
|
|
612
623
|
|
|
624
|
+
# This checksum is computed by the server based on the value of other fields,
|
|
625
|
+
# and it may be sent with update requests to ensure the client has an up-to-date
|
|
626
|
+
# value before proceeding. Learn more about `etag` in Google's [AIP-154 standard]
|
|
627
|
+
# (https://google.aip.dev/154#declarative-friendly-resources). This etag is
|
|
628
|
+
# strongly validated.
|
|
629
|
+
# Corresponds to the JSON property `etag`
|
|
630
|
+
# @return [String]
|
|
631
|
+
attr_accessor :etag
|
|
632
|
+
|
|
613
633
|
# The resource name of the IosApp, in the format: projects/PROJECT_IDENTIFIER /
|
|
614
634
|
# iosApps/APP_ID * PROJECT_IDENTIFIER: the parent Project's [`ProjectNumber`](../
|
|
615
635
|
# projects#FirebaseProject.FIELDS.project_number) ***(recommended)*** or its [`
|
|
@@ -650,6 +670,7 @@ module Google
|
|
|
650
670
|
@app_store_id = args[:app_store_id] if args.key?(:app_store_id)
|
|
651
671
|
@bundle_id = args[:bundle_id] if args.key?(:bundle_id)
|
|
652
672
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
673
|
+
@etag = args[:etag] if args.key?(:etag)
|
|
653
674
|
@name = args[:name] if args.key?(:name)
|
|
654
675
|
@project_id = args[:project_id] if args.key?(:project_id)
|
|
655
676
|
@state = args[:state] if args.key?(:state)
|
|
@@ -1061,8 +1082,8 @@ module Google
|
|
|
1061
1082
|
attr_accessor :allow_missing
|
|
1062
1083
|
alias_method :allow_missing?, :allow_missing
|
|
1063
1084
|
|
|
1064
|
-
# Checksum provided in the AndroidApp
|
|
1065
|
-
# client has an up-to-date value before proceeding.
|
|
1085
|
+
# Checksum provided in the AndroidApp resource. If provided, this checksum
|
|
1086
|
+
# ensures that the client has an up-to-date value before proceeding.
|
|
1066
1087
|
# Corresponds to the JSON property `etag`
|
|
1067
1088
|
# @return [String]
|
|
1068
1089
|
attr_accessor :etag
|
|
@@ -1106,8 +1127,8 @@ module Google
|
|
|
1106
1127
|
attr_accessor :allow_missing
|
|
1107
1128
|
alias_method :allow_missing?, :allow_missing
|
|
1108
1129
|
|
|
1109
|
-
# Checksum provided in the IosApp
|
|
1110
|
-
# has an up-to-date value before proceeding.
|
|
1130
|
+
# Checksum provided in the IosApp resource. If provided, this checksum ensures
|
|
1131
|
+
# that the client has an up-to-date value before proceeding.
|
|
1111
1132
|
# Corresponds to the JSON property `etag`
|
|
1112
1133
|
# @return [String]
|
|
1113
1134
|
attr_accessor :etag
|
|
@@ -1151,8 +1172,8 @@ module Google
|
|
|
1151
1172
|
attr_accessor :allow_missing
|
|
1152
1173
|
alias_method :allow_missing?, :allow_missing
|
|
1153
1174
|
|
|
1154
|
-
# Checksum provided in the WebApp
|
|
1155
|
-
# has an up-to-date value before proceeding.
|
|
1175
|
+
# Checksum provided in the WebApp resource. If provided, this checksum ensures
|
|
1176
|
+
# that the client has an up-to-date value before proceeding.
|
|
1156
1177
|
# Corresponds to the JSON property `etag`
|
|
1157
1178
|
# @return [String]
|
|
1158
1179
|
attr_accessor :etag
|
|
@@ -1385,8 +1406,8 @@ module Google
|
|
|
1385
1406
|
class UndeleteAndroidAppRequest
|
|
1386
1407
|
include Google::Apis::Core::Hashable
|
|
1387
1408
|
|
|
1388
|
-
# Checksum provided in the AndroidApp
|
|
1389
|
-
# client has an up-to-date value before proceeding.
|
|
1409
|
+
# Checksum provided in the AndroidApp resource. If provided, this checksum
|
|
1410
|
+
# ensures that the client has an up-to-date value before proceeding.
|
|
1390
1411
|
# Corresponds to the JSON property `etag`
|
|
1391
1412
|
# @return [String]
|
|
1392
1413
|
attr_accessor :etag
|
|
@@ -1412,8 +1433,8 @@ module Google
|
|
|
1412
1433
|
class UndeleteIosAppRequest
|
|
1413
1434
|
include Google::Apis::Core::Hashable
|
|
1414
1435
|
|
|
1415
|
-
# Checksum provided in the IosApp
|
|
1416
|
-
# has an up-to-date value before proceeding.
|
|
1436
|
+
# Checksum provided in the IosApp resource. If provided, this checksum ensures
|
|
1437
|
+
# that the client has an up-to-date value before proceeding.
|
|
1417
1438
|
# Corresponds to the JSON property `etag`
|
|
1418
1439
|
# @return [String]
|
|
1419
1440
|
attr_accessor :etag
|
|
@@ -1439,8 +1460,8 @@ module Google
|
|
|
1439
1460
|
class UndeleteWebAppRequest
|
|
1440
1461
|
include Google::Apis::Core::Hashable
|
|
1441
1462
|
|
|
1442
|
-
# Checksum provided in the WebApp
|
|
1443
|
-
# has an up-to-date value before proceeding.
|
|
1463
|
+
# Checksum provided in the WebApp resource. If provided, this checksum ensures
|
|
1464
|
+
# that the client has an up-to-date value before proceeding.
|
|
1444
1465
|
# Corresponds to the JSON property `etag`
|
|
1445
1466
|
# @return [String]
|
|
1446
1467
|
attr_accessor :etag
|
|
@@ -1501,6 +1522,15 @@ module Google
|
|
|
1501
1522
|
# @return [String]
|
|
1502
1523
|
attr_accessor :display_name
|
|
1503
1524
|
|
|
1525
|
+
# This checksum is computed by the server based on the value of other fields,
|
|
1526
|
+
# and it may be sent with update requests to ensure the client has an up-to-date
|
|
1527
|
+
# value before proceeding. Learn more about `etag` in Google's [AIP-154 standard]
|
|
1528
|
+
# (https://google.aip.dev/154#declarative-friendly-resources). This etag is
|
|
1529
|
+
# strongly validated.
|
|
1530
|
+
# Corresponds to the JSON property `etag`
|
|
1531
|
+
# @return [String]
|
|
1532
|
+
attr_accessor :etag
|
|
1533
|
+
|
|
1504
1534
|
# The resource name of the WebApp, in the format: projects/PROJECT_IDENTIFIER /
|
|
1505
1535
|
# webApps/APP_ID * PROJECT_IDENTIFIER: the parent Project's [`ProjectNumber`](../
|
|
1506
1536
|
# projects#FirebaseProject.FIELDS.project_number) ***(recommended)*** or its [`
|
|
@@ -1544,6 +1574,7 @@ module Google
|
|
|
1544
1574
|
@app_id = args[:app_id] if args.key?(:app_id)
|
|
1545
1575
|
@app_urls = args[:app_urls] if args.key?(:app_urls)
|
|
1546
1576
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
1577
|
+
@etag = args[:etag] if args.key?(:etag)
|
|
1547
1578
|
@name = args[:name] if args.key?(:name)
|
|
1548
1579
|
@project_id = args[:project_id] if args.key?(:project_id)
|
|
1549
1580
|
@state = args[:state] if args.key?(:state)
|
|
@@ -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.30.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.11.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20221220"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -306,6 +306,7 @@ module Google
|
|
|
306
306
|
property :api_key_id, as: 'apiKeyId'
|
|
307
307
|
property :app_id, as: 'appId'
|
|
308
308
|
property :display_name, as: 'displayName'
|
|
309
|
+
property :etag, as: 'etag'
|
|
309
310
|
property :name, as: 'name'
|
|
310
311
|
property :package_name, as: 'packageName'
|
|
311
312
|
property :project_id, as: 'projectId'
|
|
@@ -382,6 +383,7 @@ module Google
|
|
|
382
383
|
property :app_store_id, as: 'appStoreId'
|
|
383
384
|
property :bundle_id, as: 'bundleId'
|
|
384
385
|
property :display_name, as: 'displayName'
|
|
386
|
+
property :etag, as: 'etag'
|
|
385
387
|
property :name, as: 'name'
|
|
386
388
|
property :project_id, as: 'projectId'
|
|
387
389
|
property :state, as: 'state'
|
|
@@ -611,6 +613,7 @@ module Google
|
|
|
611
613
|
property :app_id, as: 'appId'
|
|
612
614
|
collection :app_urls, as: 'appUrls'
|
|
613
615
|
property :display_name, as: 'displayName'
|
|
616
|
+
property :etag, as: 'etag'
|
|
614
617
|
property :name, as: 'name'
|
|
615
618
|
property :project_id, as: 'projectId'
|
|
616
619
|
property :state, as: 'state'
|
|
@@ -503,24 +503,25 @@ module Google
|
|
|
503
503
|
# PROJECT_IDENTIFIER Refer to the `FirebaseProject` [`name`](../projects#
|
|
504
504
|
# FirebaseProject.FIELDS.name) field for details about PROJECT_IDENTIFIER values.
|
|
505
505
|
# @param [String] filter
|
|
506
|
-
# A query string compatible with Google's [AIP-160](https://google.aip.
|
|
507
|
-
#
|
|
508
|
-
#
|
|
509
|
-
# FirebaseAppInfo.FIELDS.namespace) * [`platform`](../projects
|
|
510
|
-
# FirebaseAppInfo.FIELDS.platform)
|
|
511
|
-
# fields
|
|
512
|
-
# but can be queried as if they are pre-
|
|
513
|
-
# sha1_hash` or `sha1_hashes`: This field is
|
|
514
|
-
# field, populated with the list of all
|
|
515
|
-
# registered with the
|
|
516
|
-
#
|
|
517
|
-
# string` field, populated with the
|
|
518
|
-
#
|
|
519
|
-
#
|
|
520
|
-
#
|
|
521
|
-
#
|
|
522
|
-
#
|
|
523
|
-
#
|
|
506
|
+
# A query string compatible with Google's [AIP-160 standard](https://google.aip.
|
|
507
|
+
# dev/160). Use any of the following fields in a query: * [`app_id`](../projects/
|
|
508
|
+
# searchApps#FirebaseAppInfo.FIELDS.app_id) * [`namespace`](../projects/
|
|
509
|
+
# searchApps#FirebaseAppInfo.FIELDS.namespace) * [`platform`](../projects/
|
|
510
|
+
# searchApps#FirebaseAppInfo.FIELDS.platform) This query also supports the
|
|
511
|
+
# following "virtual" fields. These are fields which are not actually part of
|
|
512
|
+
# the returned resource object, but they can be queried as if they are pre-
|
|
513
|
+
# populated with specific values. * `sha1_hash` or `sha1_hashes`: This field is
|
|
514
|
+
# considered to be a _repeated_ `string` field, populated with the list of all
|
|
515
|
+
# SHA-1 certificate fingerprints registered with the AndroidApp. This list is
|
|
516
|
+
# empty if the App is not an `AndroidApp`. * `sha256_hash` or `sha256_hashes`:
|
|
517
|
+
# This field is considered to be a _repeated_ `string` field, populated with the
|
|
518
|
+
# list of all SHA-256 certificate fingerprints registered with the AndroidApp.
|
|
519
|
+
# This list is empty if the App is not an `AndroidApp`. * `app_store_id`: This
|
|
520
|
+
# field is considered to be a _singular_ `string` field, populated with the
|
|
521
|
+
# Apple App Store ID registered with the IosApp. This field is empty if the App
|
|
522
|
+
# is not an `IosApp`. * `team_id`: This field is considered to be a _singular_ `
|
|
523
|
+
# string` field, populated with the Apple team ID registered with the IosApp.
|
|
524
|
+
# This field is empty if the App is not an `IosApp`.
|
|
524
525
|
# @param [Fixnum] page_size
|
|
525
526
|
# The maximum number of Apps to return in the response. The server may return
|
|
526
527
|
# fewer than this value at its discretion. If no value is specified (or too
|
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.30.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:
|
|
11
|
+
date: 2023-01-04 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.30.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: []
|