google-apis-firebase_v1beta1 0.36.0 → 0.37.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: fac5d82bc7c3bddc9c0dfea601bab3ee301b1b9aa2852e7055aad6b54b701663
4
- data.tar.gz: 2aa8ed1d0d5eb7573372d418f2c3a4e27356e964de90594dad28fcb046de9053
3
+ metadata.gz: 67798761a49b869cc318074204479196b32ea7a7f50b741442d033a752dc21ed
4
+ data.tar.gz: dbe882b7eef4ebb4ddd9710be15daf1c2b89cd42389cda18b290ae4c82af08e6
5
5
  SHA512:
6
- metadata.gz: 8afc4dcb7614f4b42890665846ae91e86d92a6f4d46ed3de4ef721c502d89d6fd159b4526246766ec9fbcc31c2de98ddd88e726d7e509afaf14d3fb33b23dda0
7
- data.tar.gz: 4481c4927c0b4a14fab02e184e93f73ac299faf9b53c51887751ca1c0c2124c65eec686555980488ef028843df82534e7b78bd7a262d2b73dde60762987006da
6
+ metadata.gz: 298ae2faa5ae47cd1f5762e62fd0d1fb3a4c1b3b83ff80640b99c0908374cbb3d22a3256449dcea2c3e0209680cf5e96a817249b94f56fcd43a103aa8f08f205
7
+ data.tar.gz: e6c50ad3f83ee9f36ab81efd04c59033739cabdbff7d9946cfe4b3594d830f265dafab08571ce4de6bf84ddbd0fe17c4388a284e35444090343f3ee105395d0b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-firebase_v1beta1
2
2
 
3
+ ### v0.37.0 (2023-09-10)
4
+
5
+ * Regenerated from discovery document revision 20230907
6
+
3
7
  ### v0.36.0 (2023-08-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20230804
@@ -78,17 +78,18 @@ module Google
78
78
  class AdminSdkConfig
79
79
  include Google::Apis::Core::Hashable
80
80
 
81
- # The default Firebase Realtime Database URL.
81
+ #
82
82
  # Corresponds to the JSON property `databaseURL`
83
83
  # @return [String]
84
84
  attr_accessor :database_url
85
85
 
86
- # The ID of the Project's default GCP resource location. The location is one of
87
- # the available [GCP resource locations](https://firebase.google.com/docs/
88
- # projects/locations). This field is omitted if the default GCP resource
89
- # location has not been finalized yet. To set a Project's default GCP resource
90
- # location, call [`FinalizeDefaultLocation`](../projects.defaultLocation/
91
- # finalize) after you add Firebase resources to the Project.
86
+ # **DEPRECATED.** _Instead, use product-specific REST APIs to find the location
87
+ # of resources._ The ID of the Project's default GCP resource location. The
88
+ # location is one of the available [GCP resource locations](https://firebase.
89
+ # google.com/docs/projects/locations). This field is omitted if the default GCP
90
+ # resource location has not been finalized yet. To set a Project's default GCP
91
+ # resource location, call [`FinalizeDefaultLocation`](../projects.
92
+ # defaultLocation/finalize) after you add Firebase resources to the Project.
92
93
  # Corresponds to the JSON property `locationId`
93
94
  # @return [String]
94
95
  attr_accessor :location_id
@@ -101,7 +102,12 @@ module Google
101
102
  # @return [String]
102
103
  attr_accessor :project_id
103
104
 
104
- # The default Cloud Storage for Firebase storage bucket name.
105
+ # **DEPRECATED.** _Instead, find the default Cloud Storage for Firebase bucket
106
+ # using the [list endpoint](https://firebase.google.com/docs/reference/rest/
107
+ # storage/rest/v1beta/projects.buckets/list) within the Cloud Storage for
108
+ # Firebase REST API. Note that the default bucket for the Project might not yet
109
+ # be provisioned, so the return might not contain a default bucket._ The default
110
+ # Cloud Storage for Firebase storage bucket name.
105
111
  # Corresponds to the JSON property `storageBucket`
106
112
  # @return [String]
107
113
  attr_accessor :storage_bucket
@@ -323,46 +329,66 @@ module Google
323
329
  end
324
330
  end
325
331
 
326
- # The default resources associated with the Project.
332
+ # **DEPRECATED.** _Auto-provisioning of these resources is changing, so this
333
+ # object no longer reliably provides information about the resources within the
334
+ # Project. Instead, retrieve information about each resource directly from its
335
+ # resource-specific API._ The default auto-provisioned resources associated with
336
+ # the Project.
327
337
  class DefaultResources
328
338
  include Google::Apis::Core::Hashable
329
339
 
330
- # Output only. The default Firebase Hosting site name, in the format: PROJECT_ID
331
- # Though rare, your `projectId` might already be used as the name for an
332
- # existing Hosting site in another project (learn more about creating non-
333
- # default, [additional sites](https://firebase.google.com/docs/hosting/
334
- # multisites)). In these cases, your `projectId` is appended with a hyphen then
335
- # five alphanumeric characters to create your default Hosting site name. For
336
- # example, if your `projectId` is `myproject123`, your default Hosting site name
337
- # might be: `myproject123-a5c16`
340
+ # Output only. **DEPRECATED.** _Instead, find the default Firebase Hosting site
341
+ # name using the [ListSites](https://firebase.google.com/docs/reference/hosting/
342
+ # rest/v1beta1/projects.sites/list) within the Firebase Hosting REST API. Note
343
+ # that the default site for the Project might not yet be provisioned, so the
344
+ # return might not contain a default site._ The default Firebase Hosting site
345
+ # name, in the format: PROJECT_ID Though rare, your `projectId` might already be
346
+ # used as the name for an existing Hosting site in another project (learn more
347
+ # about creating non-default, [additional sites](https://firebase.google.com/
348
+ # docs/hosting/multisites)). In these cases, your `projectId` is appended with a
349
+ # hyphen then five alphanumeric characters to create your default Hosting site
350
+ # name. For example, if your `projectId` is `myproject123`, your default Hosting
351
+ # site name might be: `myproject123-a5c16`
338
352
  # Corresponds to the JSON property `hostingSite`
339
353
  # @return [String]
340
354
  attr_accessor :hosting_site
341
355
 
342
- # Output only. The ID of the Project's default GCP resource location. The
343
- # location is one of the available [GCP resource locations](https://firebase.
344
- # google.com/docs/projects/locations). This field is omitted if the default GCP
345
- # resource location has not been finalized yet. To set a Project's default GCP
346
- # resource location, call [`FinalizeDefaultLocation`](../projects.
356
+ # Output only. **DEPRECATED.** _Instead, use product-specific REST APIs to find
357
+ # the location of resources._ The ID of the Project's default GCP resource
358
+ # location. The location is one of the available [GCP resource locations](https:/
359
+ # /firebase.google.com/docs/projects/locations). This field is omitted if the
360
+ # default GCP resource location has not been finalized yet. To set a Project's
361
+ # default GCP resource location, call [`FinalizeDefaultLocation`](../projects.
347
362
  # defaultLocation/finalize) after you add Firebase resources to the Project.
348
363
  # Corresponds to the JSON property `locationId`
349
364
  # @return [String]
350
365
  attr_accessor :location_id
351
366
 
352
- # Output only. The default Firebase Realtime Database instance name, in the
353
- # format: PROJECT_ID Though rare, your `projectId` might already be used as the
354
- # name for an existing Realtime Database instance in another project (learn more
355
- # about [database sharding](https://firebase.google.com/docs/database/usage/
356
- # sharding)). In these cases, your `projectId` is appended with a hyphen then
357
- # five alphanumeric characters to create your default Realtime Database instance
358
- # name. For example, if your `projectId` is `myproject123`, your default
359
- # database instance name might be: `myproject123-a5c16`
367
+ # Output only. **DEPRECATED.** _Instead, find the default Firebase Realtime
368
+ # Database instance name using the [list endpoint](https://firebase.google.com/
369
+ # docs/reference/rest/database/database-management/rest/v1beta/projects.
370
+ # locations.instances/list) within the Firebase Realtime Database REST API. Note
371
+ # that the default instance for the Project might not yet be provisioned, so the
372
+ # return might not contain a default instance._ The default Firebase Realtime
373
+ # Database instance name, in the format: PROJECT_ID Though rare, your `projectId`
374
+ # might already be used as the name for an existing Realtime Database instance
375
+ # in another project (learn more about [database sharding](https://firebase.
376
+ # google.com/docs/database/usage/sharding)). In these cases, your `projectId` is
377
+ # appended with a hyphen then five alphanumeric characters to create your
378
+ # default Realtime Database instance name. For example, if your `projectId` is `
379
+ # myproject123`, your default database instance name might be: `myproject123-
380
+ # a5c16`
360
381
  # Corresponds to the JSON property `realtimeDatabaseInstance`
361
382
  # @return [String]
362
383
  attr_accessor :realtime_database_instance
363
384
 
364
- # Output only. The default Cloud Storage for Firebase storage bucket, in the
365
- # format: PROJECT_ID.appspot.com
385
+ # Output only. **DEPRECATED.** _Instead, find the default Cloud Storage for
386
+ # Firebase bucket using the [list endpoint](https://firebase.google.com/docs/
387
+ # reference/rest/storage/rest/v1beta/projects.buckets/list) within the Cloud
388
+ # Storage for Firebase REST API. Note that the default bucket for the Project
389
+ # might not yet be provisioned, so the return might not contain a default bucket.
390
+ # _ The default Cloud Storage for Firebase storage bucket, in the format:
391
+ # PROJECT_ID.appspot.com
366
392
  # Corresponds to the JSON property `storageBucket`
367
393
  # @return [String]
368
394
  attr_accessor :storage_bucket
@@ -562,7 +588,11 @@ module Google
562
588
  # @return [Fixnum]
563
589
  attr_accessor :project_number
564
590
 
565
- # The default resources associated with the Project.
591
+ # **DEPRECATED.** _Auto-provisioning of these resources is changing, so this
592
+ # object no longer reliably provides information about the resources within the
593
+ # Project. Instead, retrieve information about each resource directly from its
594
+ # resource-specific API._ The default auto-provisioned resources associated with
595
+ # the Project.
566
596
  # Corresponds to the JSON property `resources`
567
597
  # @return [Google::Apis::FirebaseV1beta1::DefaultResources]
568
598
  attr_accessor :resources
@@ -919,7 +949,10 @@ module Google
919
949
  end
920
950
  end
921
951
 
922
- # A GCP resource location that can be selected for a FirebaseProject.
952
+ # **DEPRECATED.** _This Location is no longer used to determine Firebase
953
+ # resource locations. Instead, consult product documentation to determine valid
954
+ # locations for each resource used in your Project._ A GCP resource location
955
+ # that can be selected for a FirebaseProject.
923
956
  class Location
924
957
  include Google::Apis::Core::Hashable
925
958
 
@@ -1671,17 +1704,23 @@ module Google
1671
1704
  # @return [String]
1672
1705
  attr_accessor :auth_domain
1673
1706
 
1674
- # The default Firebase Realtime Database URL.
1707
+ # **DEPRECATED.** _Instead, find the default Firebase Realtime Database instance
1708
+ # name using the [list endpoint](https://firebase.google.com/docs/reference/rest/
1709
+ # database/database-management/rest/v1beta/projects.locations.instances/list)
1710
+ # within the Firebase Realtime Database REST API. Note that the default instance
1711
+ # for the Project might not yet be provisioned, so the return might not contain
1712
+ # a default instance._ The default Firebase Realtime Database URL.
1675
1713
  # Corresponds to the JSON property `databaseURL`
1676
1714
  # @return [String]
1677
1715
  attr_accessor :database_url
1678
1716
 
1679
- # The ID of the Project's default GCP resource location. The location is one of
1680
- # the available [GCP resource locations](https://firebase.google.com/docs/
1681
- # projects/locations). This field is omitted if the default GCP resource
1682
- # location has not been finalized yet. To set a Project's default GCP resource
1683
- # location, call [`FinalizeDefaultLocation`](../projects.defaultLocation/
1684
- # finalize) after you add Firebase resources to the Project.
1717
+ # **DEPRECATED.** _Instead, use product-specific REST APIs to find the location
1718
+ # of resources._ The ID of the Project's default GCP resource location. The
1719
+ # location is one of the available [GCP resource locations](https://firebase.
1720
+ # google.com/docs/projects/locations). This field is omitted if the default GCP
1721
+ # resource location has not been finalized yet. To set a Project's default GCP
1722
+ # resource location, call [`FinalizeDefaultLocation`](../projects.
1723
+ # defaultLocation/finalize) after you add Firebase resources to the Project.
1685
1724
  # Corresponds to the JSON property `locationId`
1686
1725
  # @return [String]
1687
1726
  attr_accessor :location_id
@@ -1712,7 +1751,12 @@ module Google
1712
1751
  # @return [String]
1713
1752
  attr_accessor :project_id
1714
1753
 
1715
- # The default Cloud Storage for Firebase storage bucket name.
1754
+ # **DEPRECATED.** _Instead, find the default Cloud Storage for Firebase bucket
1755
+ # using the [list endpoint](https://firebase.google.com/docs/reference/rest/
1756
+ # storage/rest/v1beta/projects.buckets/list) within the Cloud Storage for
1757
+ # Firebase REST API. Note that the default bucket for the Project might not yet
1758
+ # be provisioned, so the return might not contain a default bucket._ The default
1759
+ # Cloud Storage for Firebase storage bucket name.
1716
1760
  # Corresponds to the JSON property `storageBucket`
1717
1761
  # @return [String]
1718
1762
  attr_accessor :storage_bucket
@@ -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.36.0"
19
+ GEM_VERSION = "0.37.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230804"
25
+ REVISION = "20230907"
26
26
  end
27
27
  end
28
28
  end
@@ -955,21 +955,24 @@ module Google
955
955
  execute_or_queue_command(command, &block)
956
956
  end
957
957
 
958
- # Lists the valid Google Cloud Platform (GCP) resource locations for the
959
- # specified Project (including a FirebaseProject). One of these locations can be
960
- # selected as the Project's [_default_ GCP resource location](https://firebase.
961
- # google.com/docs/projects/locations), which is the geographical location where
962
- # the Project's resources, such as Cloud Firestore, will be provisioned by
963
- # default. However, if the default GCP resource location has already been set
964
- # for the Project, then this setting cannot be changed. This call checks for any
965
- # possible [location restrictions](https://cloud.google.com/resource-manager/
966
- # docs/organization-policy/defining-locations) for the specified Project and,
967
- # thus, might return a subset of all possible GCP resource locations. To list
968
- # all GCP resource locations (regardless of any restrictions), call the endpoint
969
- # without specifying a unique project identifier (that is, `/v1beta1/`parent=
970
- # projects/-`/listAvailableLocations`). To call `ListAvailableLocations` with a
971
- # specified project, a member must be at minimum a Viewer of the Project. Calls
972
- # without a specified project do not require any specific project permissions.
958
+ # **DEPRECATED.** _Instead, use the applicable resource-specific REST API (or
959
+ # associated documentation, as needed) to determine valid locations for each
960
+ # resource used in your Project._ Lists the valid Google Cloud Platform (GCP)
961
+ # resource locations for the specified Project (including a FirebaseProject).
962
+ # One of these locations can be selected as the Project's [_default_ GCP
963
+ # resource location](https://firebase.google.com/docs/projects/locations), which
964
+ # is the geographical location where the Project's resources, such as Cloud
965
+ # Firestore, will be provisioned by default. However, if the default GCP
966
+ # resource location has already been set for the Project, then this setting
967
+ # cannot be changed. This call checks for any possible [location restrictions](
968
+ # https://cloud.google.com/resource-manager/docs/organization-policy/defining-
969
+ # locations) for the specified Project and, thus, might return a subset of all
970
+ # possible GCP resource locations. To list all GCP resource locations (
971
+ # regardless of any restrictions), call the endpoint without specifying a unique
972
+ # project identifier (that is, `/v1beta1/`parent=projects/-`/
973
+ # listAvailableLocations`). To call `ListAvailableLocations` with a specified
974
+ # project, a member must be at minimum a Viewer of the Project. Calls without a
975
+ # specified project do not require any specific project permissions.
973
976
  # @param [String] parent
974
977
  # The FirebaseProject for which to list GCP resource locations, in the format:
975
978
  # projects/PROJECT_IDENTIFIER Refer to the `FirebaseProject` [`name`](../
@@ -1014,10 +1017,12 @@ module Google
1014
1017
  execute_or_queue_command(command, &block)
1015
1018
  end
1016
1019
 
1017
- # Sets the default Google Cloud Platform (GCP) resource location for the
1018
- # specified FirebaseProject. This method creates an App Engine application with
1019
- # a [default Cloud Storage bucket](https://cloud.google.com/appengine/docs/
1020
- # standard/python/googlecloudstorageclient/setting-up-cloud-storage#
1020
+ # **DEPRECATED.** _Instead, use the applicable resource-specific REST API to set
1021
+ # the location for each resource used in your Project._ Sets the default Google
1022
+ # Cloud Platform (GCP) resource location for the specified FirebaseProject. This
1023
+ # method creates an App Engine application with a [default Cloud Storage bucket](
1024
+ # https://cloud.google.com/appengine/docs/standard/python/
1025
+ # googlecloudstorageclient/setting-up-cloud-storage#
1021
1026
  # activating_a_cloud_storage_bucket), located in the specified [`locationId`](#
1022
1027
  # body.request_body.FIELDS.location_id). This location must be one of the
1023
1028
  # available [GCP resource locations](https://firebase.google.com/docs/projects/
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.36.0
4
+ version: 0.37.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: 2023-08-13 00:00:00.000000000 Z
11
+ date: 2023-09-10 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.36.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-firebase_v1beta1/v0.37.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.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Firebase Management API V1beta1