google-apis-firebase_v1beta1 0.20.0 → 0.23.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: 6eb16f7b40ee0c66b7c31a3a6b205b4ef728d04b9955c5d7938bce7901b0dff0
4
- data.tar.gz: 022ae7b2649348ae9bc7492559ae8abd2f989742bb3ead6610bc075045df084b
3
+ metadata.gz: 9c725909d43134c79ff2e045cfe0d61cdf1971c26751aad1c3ec2977fa6f26f8
4
+ data.tar.gz: b8a6e0379d32939aac85576146d4684b059ba2b58f5c80f445597e6d2bb2cfac
5
5
  SHA512:
6
- metadata.gz: c5f7b77766aa367ada181f722ee18a9fa5dc17a27c56f2e715eb6618b6ff21d6bbd78ee86c9ed3e71f19ffa3b81b936785a3cf9a626a9ff98fadd1ac1e889047
7
- data.tar.gz: d8a92e97f551a06eae3042714397ae8a3173395dfe6cc0134092f460d04354bb9086f07bf666aa1993877172f523d4d3f285ec1c1f13583e758021d791c033f7
6
+ metadata.gz: c6f082053931ed29ed1572ab2dd50fc6d7712400591059a46238532d4af461cb34565c6a688060ba01bfdd7f640b49169d8b95aecba2800a29f864fd913da757
7
+ data.tar.gz: 24a5ac03014bf91e06001ffd5a103751d9377531a1efbe9adb823779f195f1566bc98a8733fead03f2e49d15f31accb0bff25e4118a42bfd421fa54888127b14
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-firebase_v1beta1
2
2
 
3
+ ### v0.23.0 (2022-08-18)
4
+
5
+ * Regenerated from discovery document revision 20220813
6
+
7
+ ### v0.22.0 (2022-08-11)
8
+
9
+ * Regenerated from discovery document revision 20220808
10
+
11
+ ### v0.21.0 (2022-07-28)
12
+
13
+ * Regenerated from discovery document revision 20220725
14
+
3
15
  ### v0.20.0 (2022-07-23)
4
16
 
5
17
  * Regenerated from discovery document revision 20220721
@@ -191,11 +191,20 @@ module Google
191
191
  class AndroidApp
192
192
  include Google::Apis::Core::Hashable
193
193
 
194
- # The key_id of the GCP ApiKey associated with this App. If set must have no
195
- # restrictions, or only have restrictions that are valid for the associated
196
- # Firebase App. Cannot be set in create requests, instead an existing valid API
197
- # Key will be chosen, or if no valid API Keys exist, one will be provisioned for
198
- # you. Cannot be set to an empty value in update requests.
194
+ # The globally unique, Google-assigned identifier (UID) for the Firebase API key
195
+ # associated with the `AndroidApp`. Be aware that this value is the UID of the
196
+ # API key, _not_ the [`keyString`](https://cloud.google.com/api-keys/docs/
197
+ # reference/rest/v2/projects.locations.keys#Key.FIELDS.key_string) of the API
198
+ # key. The `keyString` is the value that can be found in the App's [
199
+ # configuration artifact](../../rest/v1beta1/projects.androidApps/getConfig). If
200
+ # `api_key_id` is not set in requests to [`androidApps.Create`](../../rest/
201
+ # v1beta1/projects.androidApps/create), then Firebase automatically associates
202
+ # an `api_key_id` with the `AndroidApp`. This auto-associated key may be an
203
+ # existing valid key or, if no valid key exists, a new one will be provisioned.
204
+ # In patch requests, `api_key_id` cannot be set to an empty value, and the new
205
+ # UID must have no restrictions or only have restrictions that are valid for the
206
+ # associated `AndroidApp`. We recommend using the [Google Cloud Console](https://
207
+ # console.cloud.google.com/apis/credentials) to manage API keys.
199
208
  # Corresponds to the JSON property `apiKeyId`
200
209
  # @return [String]
201
210
  attr_accessor :api_key_id
@@ -383,11 +392,19 @@ module Google
383
392
  class FirebaseAppInfo
384
393
  include Google::Apis::Core::Hashable
385
394
 
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.
395
+ # The globally unique, Google-assigned identifier (UID) for the Firebase API key
396
+ # associated with the App. Be aware that this value is the UID of the API key,
397
+ # _not_ the [`keyString`](https://cloud.google.com/api-keys/docs/reference/rest/
398
+ # v2/projects.locations.keys#Key.FIELDS.key_string) of the API key. The `
399
+ # keyString` is the value that can be found in the App's configuration artifact (
400
+ # [`AndroidApp`](../../rest/v1beta1/projects.androidApps/getConfig) | [`IosApp`](
401
+ # ../../rest/v1beta1/projects.iosApps/getConfig) | [`WebApp`](../../rest/v1beta1/
402
+ # projects.webApps/getConfig)). If `api_key_id` is not set in requests to create
403
+ # the App ([`AndroidApp`](../../rest/v1beta1/projects.androidApps/create) | [`
404
+ # IosApp`](../../rest/v1beta1/projects.iosApps/create) | [`WebApp`](../../rest/
405
+ # v1beta1/projects.webApps/create)), then Firebase automatically associates an `
406
+ # api_key_id` with the App. This auto-associated key may be an existing valid
407
+ # key or, if no valid key exists, a new one will be provisioned.
391
408
  # Corresponds to the JSON property `apiKeyId`
392
409
  # @return [String]
393
410
  attr_accessor :api_key_id
@@ -541,11 +558,20 @@ module Google
541
558
  class IosApp
542
559
  include Google::Apis::Core::Hashable
543
560
 
544
- # The key_id of the GCP ApiKey associated with this App. If set must have no
545
- # restrictions, or only have restrictions that are valid for the associated
546
- # Firebase App. Cannot be set in create requests, instead an existing valid API
547
- # Key will be chosen, or if no valid API Keys exist, one will be provisioned for
548
- # you. Cannot be set to an empty value in update requests.
561
+ # The globally unique, Google-assigned identifier (UID) for the Firebase API key
562
+ # associated with the `IosApp`. Be aware that this value is the UID of the API
563
+ # key, _not_ the [`keyString`](https://cloud.google.com/api-keys/docs/reference/
564
+ # rest/v2/projects.locations.keys#Key.FIELDS.key_string) of the API key. The `
565
+ # keyString` is the value that can be found in the App's [configuration artifact]
566
+ # (../../rest/v1beta1/projects.iosApps/getConfig). If `api_key_id` is not set in
567
+ # requests to [`iosApps.Create`](../../rest/v1beta1/projects.iosApps/create),
568
+ # then Firebase automatically associates an `api_key_id` with the `IosApp`. This
569
+ # auto-associated key may be an existing valid key or, if no valid key exists, a
570
+ # new one will be provisioned. In patch requests, `api_key_id` cannot be set to
571
+ # an empty value, and the new UID must have no restrictions or only have
572
+ # restrictions that are valid for the associated `IosApp`. We recommend using
573
+ # the [Google Cloud Console](https://console.cloud.google.com/apis/credentials)
574
+ # to manage API keys.
549
575
  # Corresponds to the JSON property `apiKeyId`
550
576
  # @return [String]
551
577
  attr_accessor :api_key_id
@@ -1319,11 +1345,20 @@ module Google
1319
1345
  class WebApp
1320
1346
  include Google::Apis::Core::Hashable
1321
1347
 
1322
- # The key_id of the GCP ApiKey associated with this App. If set must have no
1323
- # restrictions, or only have restrictions that are valid for the associated
1324
- # Firebase App. Cannot be set in create requests, instead an existing valid API
1325
- # Key will be chosen, or if no valid API Keys exist, one will be provisioned for
1326
- # you. Cannot be set to an empty value in update requests.
1348
+ # The globally unique, Google-assigned identifier (UID) for the Firebase API key
1349
+ # associated with the `WebApp`. Be aware that this value is the UID of the API
1350
+ # key, _not_ the [`keyString`](https://cloud.google.com/api-keys/docs/reference/
1351
+ # rest/v2/projects.locations.keys#Key.FIELDS.key_string) of the API key. The `
1352
+ # keyString` is the value that can be found in the App's [configuration artifact]
1353
+ # (../../rest/v1beta1/projects.webApps/getConfig). If `api_key_id` is not set in
1354
+ # requests to [`webApps.Create`](../../rest/v1beta1/projects.webApps/create),
1355
+ # then Firebase automatically associates an `api_key_id` with the `WebApp`. This
1356
+ # auto-associated key may be an existing valid key or, if no valid key exists, a
1357
+ # new one will be provisioned. In patch requests, `api_key_id` cannot be set to
1358
+ # an empty value, and the new UID must have no restrictions or only have
1359
+ # restrictions that are valid for the associated `WebApp`. We recommend using
1360
+ # the [Google Cloud Console](https://console.cloud.google.com/apis/credentials)
1361
+ # to manage API keys.
1327
1362
  # Corresponds to the JSON property `apiKeyId`
1328
1363
  # @return [String]
1329
1364
  attr_accessor :api_key_id
@@ -1399,7 +1434,11 @@ module Google
1399
1434
  class WebAppConfig
1400
1435
  include Google::Apis::Core::Hashable
1401
1436
 
1402
- # The API key associated with the `WebApp`.
1437
+ # The [`keyString`](https://cloud.google.com/api-keys/docs/reference/rest/v2/
1438
+ # projects.locations.keys#Key.FIELDS.key_string) of the API key associated with
1439
+ # the `WebApp`. Note that this value is _not_ the [`apiKeyId`](../projects.
1440
+ # webApps#WebApp.FIELDS.api_key_id) (the UID) of the API key associated with the
1441
+ # `WebApp`.
1403
1442
  # Corresponds to the JSON property `apiKey`
1404
1443
  # @return [String]
1405
1444
  attr_accessor :api_key
@@ -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.20.0"
19
+ GEM_VERSION = "0.23.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 = "20220721"
25
+ REVISION = "20220813"
26
26
  end
27
27
  end
28
28
  end
@@ -503,17 +503,17 @@ module Google
503
503
  # FirebaseAppInfo.FIELDS.platform) We also support the following "virtual"
504
504
  # fields (fields which are not actually part of the returned resource object,
505
505
  # but can be queried as if they are pre-populated with specific values): * `
506
- # sha1_hash`: This field is considered to be a repeated `string` field,
507
- # populated with the list of all SHA-1 certificate fingerprints registered with
508
- # the app. This list is empty if the app is not an Android app. * `sha256_hash`:
509
- # This field is considered to be a repeated `string` field, populated with the
510
- # list of all SHA-256 certificate fingerprints registered with the app. This
511
- # list is empty if the app is not an Android app. * `app_store_id`: This field
512
- # is considered to be a singular `string` field, populated with the Apple App
513
- # Store ID registered with the app. This field is empty if the app is not an iOS
514
- # app. * `team_id`: This field is considered to be a singular `string` field,
515
- # populated with the Apple team ID registered with the app. This field is empty
516
- # if the app is not an iOS app.
506
+ # sha1_hash` or `sha1_hashes`: This field is considered to be a repeated `string`
507
+ # field, populated with the list of all SHA-1 certificate fingerprints
508
+ # registered with the app. This list is empty if the app is not an Android app. *
509
+ # `sha256_hash` or `sha256_hashes`: This field is considered to be a repeated `
510
+ # string` field, populated with the list of all SHA-256 certificate fingerprints
511
+ # registered with the app. This list is empty if the app is not an Android app. *
512
+ # `app_store_id`: This field is considered to be a singular `string` field,
513
+ # populated with the Apple App Store ID registered with the app. This field is
514
+ # empty if the app is not an iOS app. * `team_id`: This field is considered to
515
+ # be a singular `string` field, populated with the Apple team ID registered with
516
+ # the app. This field is empty if the app is not an iOS app.
517
517
  # @param [Fixnum] page_size
518
518
  # The maximum number of Apps to return in the response. The server may return
519
519
  # 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.20.0
4
+ version: 0.23.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-25 00:00:00.000000000 Z
11
+ date: 2022-08-22 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.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebase_v1beta1/v0.23.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: []