google-apis-firebase_v1beta1 0.21.0 → 0.22.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: 5b158828a77893bbd4a966397bd02d5840062d763bff17731699dad89e45fcd9
4
- data.tar.gz: a58e2603cef7f88b1dfcca6232093421ce9e7441cbc1784037d72f6edd37d3b2
3
+ metadata.gz: 2f90e4d5c8a90e2ffedd489d6d64c0b079d8412a015dba99a3294c99e7e88cfc
4
+ data.tar.gz: 19a195163891cec671cb84d3350e4abb8686f33623f3a8975ead760867a6bfcd
5
5
  SHA512:
6
- metadata.gz: 94988f3d848e7a128445faad5108abfd06a612821a1d0f994d7acb98d0aa3cfec71a686689fdf9ea25efd7489aeb25ed1bfe76053876b443763ef9994ed2b427
7
- data.tar.gz: f1712d988c11ffbcac3c637dfebf14b5940d3b8f5c60bd235a8b2818d0f35681f0e574a013ffc5f5cbfec08a3f2bcf52b0a50e3e197b0b3e15954900705e8f55
6
+ metadata.gz: f922943b2650057ccf53618075eefc6e7efa71a5c58ee9ba24cc4803421e03666bccff02f65e301b064cf7408df7ce645145164e5c485aec19b340d830ee865d
7
+ data.tar.gz: fe9f55dbcd8588b7385de2e1ddc7794c108b2b62996554b9a3c1b4a13e7ebbb3ffb27305114cee1cc0c09c647ffe30a401a1dee0adb002c9a6b9d59f89f8097c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-firebase_v1beta1
2
2
 
3
+ ### v0.22.0 (2022-08-11)
4
+
5
+ * Regenerated from discovery document revision 20220808
6
+
3
7
  ### v0.21.0 (2022-07-28)
4
8
 
5
9
  * Regenerated from discovery document revision 20220725
@@ -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
@@ -395,11 +404,19 @@ module Google
395
404
  class FirebaseAppInfo
396
405
  include Google::Apis::Core::Hashable
397
406
 
398
- # The key_id of the GCP ApiKey associated with this App. If set must have no
399
- # restrictions, or only have restrictions that are valid for the associated
400
- # Firebase App. Cannot be set to an empty value in update requests. If left
401
- # unset on create requests, an existing valid API Key will be chosen, or if no
402
- # valid API Keys exist, one will be provisioned for you.
407
+ # The globally unique, Google-assigned identifier (UID) for the Firebase API key
408
+ # associated with the App. Be aware that this value is the UID of the API key,
409
+ # _not_ the [`keyString`](https://cloud.google.com/api-keys/docs/reference/rest/
410
+ # v2/projects.locations.keys#Key.FIELDS.key_string) of the API key. The `
411
+ # keyString` is the value that can be found in the App's configuration artifact (
412
+ # [`AndroidApp`](../../rest/v1beta1/projects.androidApps/getConfig) | [`IosApp`](
413
+ # ../../rest/v1beta1/projects.iosApps/getConfig) | [`WebApp`](../../rest/v1beta1/
414
+ # projects.webApps/getConfig)). If `api_key_id` is not set in requests to create
415
+ # the App ([`AndroidApp`](../../rest/v1beta1/projects.androidApps/create) | [`
416
+ # IosApp`](../../rest/v1beta1/projects.iosApps/create) | [`WebApp`](../../rest/
417
+ # v1beta1/projects.webApps/create)), then Firebase automatically associates an `
418
+ # api_key_id` with the App. This auto-associated key may be an existing valid
419
+ # key or, if no valid key exists, a new one will be provisioned.
403
420
  # Corresponds to the JSON property `apiKeyId`
404
421
  # @return [String]
405
422
  attr_accessor :api_key_id
@@ -553,11 +570,20 @@ module Google
553
570
  class IosApp
554
571
  include Google::Apis::Core::Hashable
555
572
 
556
- # The key_id of the GCP ApiKey associated with this App. If set must have no
557
- # restrictions, or only have restrictions that are valid for the associated
558
- # Firebase App. Cannot be set in create requests, instead an existing valid API
559
- # Key will be chosen, or if no valid API Keys exist, one will be provisioned for
560
- # you. Cannot be set to an empty value in update requests.
573
+ # The globally unique, Google-assigned identifier (UID) for the Firebase API key
574
+ # associated with the `IosApp`. Be aware that this value is the UID of the API
575
+ # key, _not_ the [`keyString`](https://cloud.google.com/api-keys/docs/reference/
576
+ # rest/v2/projects.locations.keys#Key.FIELDS.key_string) of the API key. The `
577
+ # keyString` is the value that can be found in the App's [configuration artifact]
578
+ # (../../rest/v1beta1/projects.iosApps/getConfig). If `api_key_id` is not set in
579
+ # requests to [`iosApps.Create`](../../rest/v1beta1/projects.iosApps/create),
580
+ # then Firebase automatically associates an `api_key_id` with the `IosApp`. This
581
+ # auto-associated key may be an existing valid key or, if no valid key exists, a
582
+ # new one will be provisioned. In patch requests, `api_key_id` cannot be set to
583
+ # an empty value, and the new UID must have no restrictions or only have
584
+ # restrictions that are valid for the associated `IosApp`. We recommend using
585
+ # the [Google Cloud Console](https://console.cloud.google.com/apis/credentials)
586
+ # to manage API keys.
561
587
  # Corresponds to the JSON property `apiKeyId`
562
588
  # @return [String]
563
589
  attr_accessor :api_key_id
@@ -1331,11 +1357,20 @@ module Google
1331
1357
  class WebApp
1332
1358
  include Google::Apis::Core::Hashable
1333
1359
 
1334
- # The key_id of the GCP ApiKey associated with this App. If set must have no
1335
- # restrictions, or only have restrictions that are valid for the associated
1336
- # Firebase App. Cannot be set in create requests, instead an existing valid API
1337
- # Key will be chosen, or if no valid API Keys exist, one will be provisioned for
1338
- # you. Cannot be set to an empty value in update requests.
1360
+ # The globally unique, Google-assigned identifier (UID) for the Firebase API key
1361
+ # associated with the `WebApp`. Be aware that this value is the UID of the API
1362
+ # key, _not_ the [`keyString`](https://cloud.google.com/api-keys/docs/reference/
1363
+ # rest/v2/projects.locations.keys#Key.FIELDS.key_string) of the API key. The `
1364
+ # keyString` is the value that can be found in the App's [configuration artifact]
1365
+ # (../../rest/v1beta1/projects.webApps/getConfig). If `api_key_id` is not set in
1366
+ # requests to [`webApps.Create`](../../rest/v1beta1/projects.webApps/create),
1367
+ # then Firebase automatically associates an `api_key_id` with the `WebApp`. This
1368
+ # auto-associated key may be an existing valid key or, if no valid key exists, a
1369
+ # new one will be provisioned. In patch requests, `api_key_id` cannot be set to
1370
+ # an empty value, and the new UID must have no restrictions or only have
1371
+ # restrictions that are valid for the associated `WebApp`. We recommend using
1372
+ # the [Google Cloud Console](https://console.cloud.google.com/apis/credentials)
1373
+ # to manage API keys.
1339
1374
  # Corresponds to the JSON property `apiKeyId`
1340
1375
  # @return [String]
1341
1376
  attr_accessor :api_key_id
@@ -1411,7 +1446,11 @@ module Google
1411
1446
  class WebAppConfig
1412
1447
  include Google::Apis::Core::Hashable
1413
1448
 
1414
- # The API key associated with the `WebApp`.
1449
+ # The [`keyString`](https://cloud.google.com/api-keys/docs/reference/rest/v2/
1450
+ # projects.locations.keys#Key.FIELDS.key_string) of the API key associated with
1451
+ # the `WebApp`. Note that this value is _not_ the [`apiKeyId`](../projects.
1452
+ # webApps#WebApp.FIELDS.api_key_id) (the UID) of the API key associated with the
1453
+ # `WebApp`.
1415
1454
  # Corresponds to the JSON property `apiKey`
1416
1455
  # @return [String]
1417
1456
  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.21.0"
19
+ GEM_VERSION = "0.22.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 = "20220725"
25
+ REVISION = "20220808"
26
26
  end
27
27
  end
28
28
  end
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.21.0
4
+ version: 0.22.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-08-01 00:00:00.000000000 Z
11
+ date: 2022-08-15 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.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebase_v1beta1/v0.22.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: []