google-apis-firebase_v1beta1 0.36.0 → 0.38.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: bc49d640db1b6f79f707a727366559857d0aee0d85d4b6b9c13a055d6b76344c
4
+ data.tar.gz: afbc9d25e7a9361b23cd1d68c7cab3178e239e286870578d574d4f9ed1407071
5
5
  SHA512:
6
- metadata.gz: 8afc4dcb7614f4b42890665846ae91e86d92a6f4d46ed3de4ef721c502d89d6fd159b4526246766ec9fbcc31c2de98ddd88e726d7e509afaf14d3fb33b23dda0
7
- data.tar.gz: 4481c4927c0b4a14fab02e184e93f73ac299faf9b53c51887751ca1c0c2124c65eec686555980488ef028843df82534e7b78bd7a262d2b73dde60762987006da
6
+ metadata.gz: 0b37958ab0fca8e5678f36b0cbc323b24b3892dbaf8b3ca35815c2db95c634b72189d7e02ac0846631f1cbe565e2c4ada005c47bbfcd0a346be5f03b3050e605
7
+ data.tar.gz: 1e385f66aa865e02530f3e60d0c339ebb2d367ee5152e3a0752d2ef66d3de38d0baaf6ccfc628311a713d18e16bcb6e89c46af6dd672e73bc2b66d6b23ed81c2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-firebase_v1beta1
2
2
 
3
+ ### v0.38.0 (2023-09-24)
4
+
5
+ * Regenerated from discovery document revision 20230918
6
+
7
+ ### v0.37.0 (2023-09-10)
8
+
9
+ * Regenerated from discovery document revision 20230907
10
+
3
11
  ### v0.36.0 (2023-08-13)
4
12
 
5
13
  * Regenerated from discovery document revision 20230804
@@ -78,17 +78,23 @@ module Google
78
78
  class AdminSdkConfig
79
79
  include Google::Apis::Core::Hashable
80
80
 
81
- # The default Firebase Realtime Database URL.
81
+ # **DEPRECATED.** _Instead, find the default Firebase Realtime Database instance
82
+ # name using the [list endpoint](https://firebase.google.com/docs/reference/rest/
83
+ # database/database-management/rest/v1beta/projects.locations.instances/list)
84
+ # within the Firebase Realtime Database REST API. Note that the default instance
85
+ # for the Project might not yet be provisioned, so the return might not contain
86
+ # a default instance._ The default Firebase Realtime Database URL.
82
87
  # Corresponds to the JSON property `databaseURL`
83
88
  # @return [String]
84
89
  attr_accessor :database_url
85
90
 
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.
91
+ # **DEPRECATED.** _Instead, use product-specific REST APIs to find the location
92
+ # of resources._ The ID of the Project's default GCP resource location. The
93
+ # location is one of the available [GCP resource locations](https://firebase.
94
+ # google.com/docs/projects/locations). This field is omitted if the default GCP
95
+ # resource location has not been finalized yet. To set a Project's default GCP
96
+ # resource location, call [`FinalizeDefaultLocation`](../projects.
97
+ # defaultLocation/finalize) after you add Firebase resources to the Project.
92
98
  # Corresponds to the JSON property `locationId`
93
99
  # @return [String]
94
100
  attr_accessor :location_id
@@ -101,7 +107,12 @@ module Google
101
107
  # @return [String]
102
108
  attr_accessor :project_id
103
109
 
104
- # The default Cloud Storage for Firebase storage bucket name.
110
+ # **DEPRECATED.** _Instead, find the default Cloud Storage for Firebase bucket
111
+ # using the [list endpoint](https://firebase.google.com/docs/reference/rest/
112
+ # storage/rest/v1beta/projects.buckets/list) within the Cloud Storage for
113
+ # Firebase REST API. Note that the default bucket for the Project might not yet
114
+ # be provisioned, so the return might not contain a default bucket._ The default
115
+ # Cloud Storage for Firebase storage bucket name.
105
116
  # Corresponds to the JSON property `storageBucket`
106
117
  # @return [String]
107
118
  attr_accessor :storage_bucket
@@ -323,46 +334,66 @@ module Google
323
334
  end
324
335
  end
325
336
 
326
- # The default resources associated with the Project.
337
+ # **DEPRECATED.** _Auto-provisioning of these resources is changing, so this
338
+ # object no longer reliably provides information about the resources within the
339
+ # Project. Instead, retrieve information about each resource directly from its
340
+ # resource-specific API._ The default auto-provisioned resources associated with
341
+ # the Project.
327
342
  class DefaultResources
328
343
  include Google::Apis::Core::Hashable
329
344
 
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`
345
+ # Output only. **DEPRECATED.** _Instead, find the default Firebase Hosting site
346
+ # name using the [ListSites](https://firebase.google.com/docs/reference/hosting/
347
+ # rest/v1beta1/projects.sites/list) within the Firebase Hosting REST API. Note
348
+ # that the default site for the Project might not yet be provisioned, so the
349
+ # return might not contain a default site._ The default Firebase Hosting site
350
+ # name, in the format: PROJECT_ID Though rare, your `projectId` might already be
351
+ # used as the name for an existing Hosting site in another project (learn more
352
+ # about creating non-default, [additional sites](https://firebase.google.com/
353
+ # docs/hosting/multisites)). In these cases, your `projectId` is appended with a
354
+ # hyphen then five alphanumeric characters to create your default Hosting site
355
+ # name. For example, if your `projectId` is `myproject123`, your default Hosting
356
+ # site name might be: `myproject123-a5c16`
338
357
  # Corresponds to the JSON property `hostingSite`
339
358
  # @return [String]
340
359
  attr_accessor :hosting_site
341
360
 
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.
361
+ # Output only. **DEPRECATED.** _Instead, use product-specific REST APIs to find
362
+ # the location of resources._ The ID of the Project's default GCP resource
363
+ # location. The location is one of the available [GCP resource locations](https:/
364
+ # /firebase.google.com/docs/projects/locations). This field is omitted if the
365
+ # default GCP resource location has not been finalized yet. To set a Project's
366
+ # default GCP resource location, call [`FinalizeDefaultLocation`](../projects.
347
367
  # defaultLocation/finalize) after you add Firebase resources to the Project.
348
368
  # Corresponds to the JSON property `locationId`
349
369
  # @return [String]
350
370
  attr_accessor :location_id
351
371
 
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`
372
+ # Output only. **DEPRECATED.** _Instead, find the default Firebase Realtime
373
+ # Database instance name using the [list endpoint](https://firebase.google.com/
374
+ # docs/reference/rest/database/database-management/rest/v1beta/projects.
375
+ # locations.instances/list) within the Firebase Realtime Database REST API. Note
376
+ # that the default instance for the Project might not yet be provisioned, so the
377
+ # return might not contain a default instance._ The default Firebase Realtime
378
+ # Database instance name, in the format: PROJECT_ID Though rare, your `projectId`
379
+ # might already be used as the name for an existing Realtime Database instance
380
+ # in another project (learn more about [database sharding](https://firebase.
381
+ # google.com/docs/database/usage/sharding)). In these cases, your `projectId` is
382
+ # appended with a hyphen then five alphanumeric characters to create your
383
+ # default Realtime Database instance name. For example, if your `projectId` is `
384
+ # myproject123`, your default database instance name might be: `myproject123-
385
+ # a5c16`
360
386
  # Corresponds to the JSON property `realtimeDatabaseInstance`
361
387
  # @return [String]
362
388
  attr_accessor :realtime_database_instance
363
389
 
364
- # Output only. The default Cloud Storage for Firebase storage bucket, in the
365
- # format: PROJECT_ID.appspot.com
390
+ # Output only. **DEPRECATED.** _Instead, find the default Cloud Storage for
391
+ # Firebase bucket using the [list endpoint](https://firebase.google.com/docs/
392
+ # reference/rest/storage/rest/v1beta/projects.buckets/list) within the Cloud
393
+ # Storage for Firebase REST API. Note that the default bucket for the Project
394
+ # might not yet be provisioned, so the return might not contain a default bucket.
395
+ # _ The default Cloud Storage for Firebase storage bucket, in the format:
396
+ # PROJECT_ID.appspot.com
366
397
  # Corresponds to the JSON property `storageBucket`
367
398
  # @return [String]
368
399
  attr_accessor :storage_bucket
@@ -562,7 +593,11 @@ module Google
562
593
  # @return [Fixnum]
563
594
  attr_accessor :project_number
564
595
 
565
- # The default resources associated with the Project.
596
+ # **DEPRECATED.** _Auto-provisioning of these resources is changing, so this
597
+ # object no longer reliably provides information about the resources within the
598
+ # Project. Instead, retrieve information about each resource directly from its
599
+ # resource-specific API._ The default auto-provisioned resources associated with
600
+ # the Project.
566
601
  # Corresponds to the JSON property `resources`
567
602
  # @return [Google::Apis::FirebaseV1beta1::DefaultResources]
568
603
  attr_accessor :resources
@@ -919,7 +954,10 @@ module Google
919
954
  end
920
955
  end
921
956
 
922
- # A GCP resource location that can be selected for a FirebaseProject.
957
+ # **DEPRECATED.** _This Location is no longer used to determine Firebase
958
+ # resource locations. Instead, consult product documentation to determine valid
959
+ # locations for each resource used in your Project._ A GCP resource location
960
+ # that can be selected for a FirebaseProject.
923
961
  class Location
924
962
  include Google::Apis::Core::Hashable
925
963
 
@@ -1671,17 +1709,23 @@ module Google
1671
1709
  # @return [String]
1672
1710
  attr_accessor :auth_domain
1673
1711
 
1674
- # The default Firebase Realtime Database URL.
1712
+ # **DEPRECATED.** _Instead, find the default Firebase Realtime Database instance
1713
+ # name using the [list endpoint](https://firebase.google.com/docs/reference/rest/
1714
+ # database/database-management/rest/v1beta/projects.locations.instances/list)
1715
+ # within the Firebase Realtime Database REST API. Note that the default instance
1716
+ # for the Project might not yet be provisioned, so the return might not contain
1717
+ # a default instance._ The default Firebase Realtime Database URL.
1675
1718
  # Corresponds to the JSON property `databaseURL`
1676
1719
  # @return [String]
1677
1720
  attr_accessor :database_url
1678
1721
 
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.
1722
+ # **DEPRECATED.** _Instead, use product-specific REST APIs to find the location
1723
+ # of resources._ The ID of the Project's default GCP resource location. The
1724
+ # location is one of the available [GCP resource locations](https://firebase.
1725
+ # google.com/docs/projects/locations). This field is omitted if the default GCP
1726
+ # resource location has not been finalized yet. To set a Project's default GCP
1727
+ # resource location, call [`FinalizeDefaultLocation`](../projects.
1728
+ # defaultLocation/finalize) after you add Firebase resources to the Project.
1685
1729
  # Corresponds to the JSON property `locationId`
1686
1730
  # @return [String]
1687
1731
  attr_accessor :location_id
@@ -1712,7 +1756,12 @@ module Google
1712
1756
  # @return [String]
1713
1757
  attr_accessor :project_id
1714
1758
 
1715
- # The default Cloud Storage for Firebase storage bucket name.
1759
+ # **DEPRECATED.** _Instead, find the default Cloud Storage for Firebase bucket
1760
+ # using the [list endpoint](https://firebase.google.com/docs/reference/rest/
1761
+ # storage/rest/v1beta/projects.buckets/list) within the Cloud Storage for
1762
+ # Firebase REST API. Note that the default bucket for the Project might not yet
1763
+ # be provisioned, so the return might not contain a default bucket._ The default
1764
+ # Cloud Storage for Firebase storage bucket name.
1716
1765
  # Corresponds to the JSON property `storageBucket`
1717
1766
  # @return [String]
1718
1767
  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.38.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 = "20230918"
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.38.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-24 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.38.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