google-apis-firebase_v1beta1 0.43.0 → 0.44.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/firebase_v1beta1/classes.rb +133 -107
- data/lib/google/apis/firebase_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/firebase_v1beta1/service.rb +96 -90
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fa24041c4120bbbb2a21bda8c127aa63e99567bd1c3d67f86e7195d6145026c3
|
|
4
|
+
data.tar.gz: ce10df233265870d5500f38c38b1c1ab1706bd28e64c90369b27d3ac04913538
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: adc3e5d88a29a999a6ef5e378450ce497ab3e12a11ba544c0a2c6950d4177badf25476e6ee34278fed2568854ffa3e1cdfc594996f17e50b6359ff1f5bd4dff6
|
|
7
|
+
data.tar.gz: 483efe986cbac88626ede2a19739b1920927701ddc4ea566089d2df46a8f199b81b78214a4e5d87366108f67513057d7438f270e3d7609c5cfa75351499c80a5
|
data/CHANGELOG.md
CHANGED
|
@@ -26,11 +26,13 @@ module Google
|
|
|
26
26
|
class AddFirebaseRequest
|
|
27
27
|
include Google::Apis::Core::Hashable
|
|
28
28
|
|
|
29
|
-
#
|
|
30
|
-
#
|
|
31
|
-
#
|
|
32
|
-
#
|
|
33
|
-
#
|
|
29
|
+
# **DEPRECATED.** _Instead, use product-specific REST APIs to work with the
|
|
30
|
+
# location of each resource in a Project. This field may be ignored, especially
|
|
31
|
+
# for newly provisioned projects after October 30, 2024._ The ID of the Project'
|
|
32
|
+
# s ["location for default Google Cloud resources"](https://firebase.google.com/
|
|
33
|
+
# docs/projects/locations#default-cloud-location), which are resources
|
|
34
|
+
# associated with Google App Engine. The location must be one of the available [
|
|
35
|
+
# Google App Engine locations](https://cloud.google.com/about/locations#region).
|
|
34
36
|
# Corresponds to the JSON property `locationId`
|
|
35
37
|
# @return [String]
|
|
36
38
|
attr_accessor :location_id
|
|
@@ -78,23 +80,27 @@ module Google
|
|
|
78
80
|
class AdminSdkConfig
|
|
79
81
|
include Google::Apis::Core::Hashable
|
|
80
82
|
|
|
81
|
-
# **DEPRECATED.** _Instead, find the default
|
|
82
|
-
#
|
|
83
|
-
# database/database-management/rest/v1beta/projects.locations.instances/
|
|
84
|
-
# within the Firebase Realtime Database REST API.
|
|
85
|
-
# for the Project
|
|
86
|
-
#
|
|
83
|
+
# **DEPRECATED.** _Instead, find the URL of the default Realtime Database
|
|
84
|
+
# instance using the [list endpoint](https://firebase.google.com/docs/reference/
|
|
85
|
+
# rest/database/database-management/rest/v1beta/projects.locations.instances/
|
|
86
|
+
# list) within the Firebase Realtime Database REST API. If the default instance
|
|
87
|
+
# for the Project has not yet been provisioned, the return might not contain a
|
|
88
|
+
# default instance. Note that the config that's generated for the Firebase
|
|
89
|
+
# console or the Firebase CLI uses the Realtime Database endpoint to populate
|
|
90
|
+
# this value for that config._ The URL of the default Firebase Realtime Database
|
|
91
|
+
# instance.
|
|
87
92
|
# Corresponds to the JSON property `databaseURL`
|
|
88
93
|
# @return [String]
|
|
89
94
|
attr_accessor :database_url
|
|
90
95
|
|
|
91
96
|
# **DEPRECATED.** _Instead, use product-specific REST APIs to find the location
|
|
92
|
-
# of
|
|
93
|
-
#
|
|
94
|
-
# google.com/docs/
|
|
95
|
-
#
|
|
96
|
-
#
|
|
97
|
-
#
|
|
97
|
+
# of each resource in a Project. This field may not be populated, especially for
|
|
98
|
+
# newly provisioned projects after October 30, 2024._ The ID of the Project's ["
|
|
99
|
+
# location for default Google Cloud resources"](https://firebase.google.com/docs/
|
|
100
|
+
# projects/locations#default-cloud-location), which are resources associated
|
|
101
|
+
# with Google App Engine. The location is one of the available [App Engine
|
|
102
|
+
# locations](https://cloud.google.com/about/locations#region). This field is
|
|
103
|
+
# omitted if the location for default Google Cloud resources has not been set.
|
|
98
104
|
# Corresponds to the JSON property `locationId`
|
|
99
105
|
# @return [String]
|
|
100
106
|
attr_accessor :location_id
|
|
@@ -107,12 +113,14 @@ module Google
|
|
|
107
113
|
# @return [String]
|
|
108
114
|
attr_accessor :project_id
|
|
109
115
|
|
|
110
|
-
# **DEPRECATED.** _Instead, find the default Cloud Storage for
|
|
111
|
-
# using the [list endpoint](https://firebase.google.com/docs/
|
|
112
|
-
# storage/rest/v1beta/projects.buckets/list) within the Cloud
|
|
113
|
-
# Firebase REST API.
|
|
114
|
-
#
|
|
115
|
-
#
|
|
116
|
+
# **DEPRECATED.** _Instead, find the name of the default Cloud Storage for
|
|
117
|
+
# Firebase bucket using the [list endpoint](https://firebase.google.com/docs/
|
|
118
|
+
# reference/rest/storage/rest/v1beta/projects.buckets/list) within the Cloud
|
|
119
|
+
# Storage for Firebase REST API. If the default bucket for the Project has not
|
|
120
|
+
# yet been provisioned, the return might not contain a default bucket. Note that
|
|
121
|
+
# the config that's generated for the Firebase console or the Firebase CLI uses
|
|
122
|
+
# the Cloud Storage for Firebase endpoint to populate this value for that config.
|
|
123
|
+
# _ The name of the default Cloud Storage for Firebase bucket.
|
|
116
124
|
# Corresponds to the JSON property `storageBucket`
|
|
117
125
|
# @return [String]
|
|
118
126
|
attr_accessor :storage_bucket
|
|
@@ -344,38 +352,40 @@ module Google
|
|
|
344
352
|
class DefaultResources
|
|
345
353
|
include Google::Apis::Core::Hashable
|
|
346
354
|
|
|
347
|
-
# Output only. **DEPRECATED.** _Instead, find the default Firebase
|
|
348
|
-
#
|
|
349
|
-
# rest/v1beta1/projects.sites/list) within the Firebase Hosting REST API.
|
|
350
|
-
#
|
|
351
|
-
# return might not contain a default site._ The default Firebase
|
|
352
|
-
#
|
|
353
|
-
# used as the name for an existing Hosting site in another project (
|
|
354
|
-
# about creating non-default, [additional sites](https://firebase.
|
|
355
|
-
# docs/hosting/multisites)). In these cases, your `projectId` is
|
|
356
|
-
# hyphen then five alphanumeric characters to create your
|
|
357
|
-
# name. For example, if your `projectId` is `myproject123`,
|
|
358
|
-
# site name might be: `myproject123-a5c16`
|
|
355
|
+
# Output only. **DEPRECATED.** _Instead, find the name of the default Firebase
|
|
356
|
+
# Hosting site using [ListSites](https://firebase.google.com/docs/reference/
|
|
357
|
+
# hosting/rest/v1beta1/projects.sites/list) within the Firebase Hosting REST API.
|
|
358
|
+
# If the default Hosting site for the Project has not yet been provisioned, the
|
|
359
|
+
# return might not contain a default site._ The name of the default Firebase
|
|
360
|
+
# Hosting site, in the format: PROJECT_ID Though rare, your `projectId` might
|
|
361
|
+
# already be used as the name for an existing Hosting site in another project (
|
|
362
|
+
# learn more about creating non-default, [additional sites](https://firebase.
|
|
363
|
+
# google.com/docs/hosting/multisites)). In these cases, your `projectId` is
|
|
364
|
+
# appended with a hyphen then five alphanumeric characters to create your
|
|
365
|
+
# default Hosting site name. For example, if your `projectId` is `myproject123`,
|
|
366
|
+
# your default Hosting site name might be: `myproject123-a5c16`
|
|
359
367
|
# Corresponds to the JSON property `hostingSite`
|
|
360
368
|
# @return [String]
|
|
361
369
|
attr_accessor :hosting_site
|
|
362
370
|
|
|
363
371
|
# Output only. **DEPRECATED.** _Instead, use product-specific REST APIs to find
|
|
364
|
-
# the location of
|
|
365
|
-
#
|
|
366
|
-
#
|
|
367
|
-
# default
|
|
368
|
-
#
|
|
369
|
-
#
|
|
372
|
+
# the location of each resource in a Project. This field may not be populated,
|
|
373
|
+
# especially for newly provisioned projects after October 30, 2024._ The ID of
|
|
374
|
+
# the Project's ["location for default Google Cloud resources"](https://firebase.
|
|
375
|
+
# google.com/docs/projects/locations#default-cloud-location), which are
|
|
376
|
+
# resources associated with Google App Engine. The location is one of the
|
|
377
|
+
# available [Google App Engine locations](https://cloud.google.com/about/
|
|
378
|
+
# locations#region). This field is omitted if the location for default Google
|
|
379
|
+
# Cloud resources has not been set.
|
|
370
380
|
# Corresponds to the JSON property `locationId`
|
|
371
381
|
# @return [String]
|
|
372
382
|
attr_accessor :location_id
|
|
373
383
|
|
|
374
|
-
# Output only. **DEPRECATED.** _Instead, find the default
|
|
375
|
-
# Database instance
|
|
376
|
-
#
|
|
377
|
-
#
|
|
378
|
-
#
|
|
384
|
+
# Output only. **DEPRECATED.** _Instead, find the name of the default Realtime
|
|
385
|
+
# Database instance using the [list endpoint](https://firebase.google.com/docs/
|
|
386
|
+
# reference/rest/database/database-management/rest/v1beta/projects.locations.
|
|
387
|
+
# instances/list) within the Firebase Realtime Database REST API. If the default
|
|
388
|
+
# Realtime Database instance for a Project has not yet been provisioned, the
|
|
379
389
|
# return might not contain a default instance._ The default Firebase Realtime
|
|
380
390
|
# Database instance name, in the format: PROJECT_ID Though rare, your `projectId`
|
|
381
391
|
# might already be used as the name for an existing Realtime Database instance
|
|
@@ -389,13 +399,15 @@ module Google
|
|
|
389
399
|
# @return [String]
|
|
390
400
|
attr_accessor :realtime_database_instance
|
|
391
401
|
|
|
392
|
-
# Output only. **DEPRECATED.** _Instead, find the default Cloud
|
|
393
|
-
# Firebase bucket using the [list endpoint](https://firebase.google.
|
|
394
|
-
# reference/rest/storage/rest/v1beta/projects.buckets/list) within the
|
|
395
|
-
# Storage for Firebase REST API.
|
|
396
|
-
#
|
|
397
|
-
#
|
|
398
|
-
# PROJECT_ID.
|
|
402
|
+
# Output only. **DEPRECATED.** _Instead, find the name of the default Cloud
|
|
403
|
+
# Storage for Firebase bucket using the [list endpoint](https://firebase.google.
|
|
404
|
+
# com/docs/reference/rest/storage/rest/v1beta/projects.buckets/list) within the
|
|
405
|
+
# Cloud Storage for Firebase REST API. If the default bucket for the Project has
|
|
406
|
+
# not yet been provisioned, the return might not contain a default bucket._ The
|
|
407
|
+
# name of the default Cloud Storage for Firebase bucket, in one of the following
|
|
408
|
+
# formats: * If provisioned _before_ October 30, 2024: PROJECT_ID.
|
|
409
|
+
# firebasestorage.app * If provisioned _on or after_ October 30, 2024:
|
|
410
|
+
# PROJECT_ID.firebasestorage.app
|
|
399
411
|
# Corresponds to the JSON property `storageBucket`
|
|
400
412
|
# @return [String]
|
|
401
413
|
attr_accessor :storage_bucket
|
|
@@ -433,9 +445,11 @@ module Google
|
|
|
433
445
|
class FinalizeDefaultLocationRequest
|
|
434
446
|
include Google::Apis::Core::Hashable
|
|
435
447
|
|
|
436
|
-
# The ID of the Project's
|
|
437
|
-
#
|
|
438
|
-
#
|
|
448
|
+
# **DEPRECATED** The ID of the Project's ["location for default Google Cloud
|
|
449
|
+
# resources"](https://firebase.google.com/docs/projects/locations#default-cloud-
|
|
450
|
+
# location), which are resources associated with Google App Engine. The location
|
|
451
|
+
# must be one of the available [Google App Engine locations](https://cloud.
|
|
452
|
+
# google.com/about/locations#region).
|
|
439
453
|
# Corresponds to the JSON property `locationId`
|
|
440
454
|
# @return [String]
|
|
441
455
|
attr_accessor :location_id
|
|
@@ -539,13 +553,13 @@ module Google
|
|
|
539
553
|
# A `FirebaseProject` is the top-level Firebase entity. It is the container for
|
|
540
554
|
# Firebase Apps, Firebase Hosting sites, storage systems (Firebase Realtime
|
|
541
555
|
# Database, Cloud Firestore, Cloud Storage buckets), and other Firebase and
|
|
542
|
-
# Google Cloud
|
|
543
|
-
#
|
|
544
|
-
#
|
|
545
|
-
#
|
|
546
|
-
#
|
|
547
|
-
# identifiers (`projectNumber` and `projectId`). This allows for easy
|
|
548
|
-
# with Google APIs.
|
|
556
|
+
# Google Cloud resources. You create a `FirebaseProject` by calling AddFirebase
|
|
557
|
+
# and specifying an *existing* [Google Cloud `Project`](https://cloud.google.com/
|
|
558
|
+
# resource-manager/reference/rest/v1/projects). This adds Firebase resources to
|
|
559
|
+
# the existing Google Cloud `Project`. Since a FirebaseProject is actually also
|
|
560
|
+
# a Google Cloud `Project`, a `FirebaseProject` has the same underlying Google
|
|
561
|
+
# Cloud identifiers (`projectNumber` and `projectId`). This allows for easy
|
|
562
|
+
# interop with Google APIs.
|
|
549
563
|
class FirebaseProject
|
|
550
564
|
include Google::Apis::Core::Hashable
|
|
551
565
|
|
|
@@ -838,7 +852,8 @@ module Google
|
|
|
838
852
|
# @return [String]
|
|
839
853
|
attr_accessor :next_page_token
|
|
840
854
|
|
|
841
|
-
# The list of
|
|
855
|
+
# The list of Google Cloud `Projects` which can have Firebase resources added to
|
|
856
|
+
# them.
|
|
842
857
|
# Corresponds to the JSON property `projectInfo`
|
|
843
858
|
# @return [Array<Google::Apis::FirebaseV1beta1::ProjectInfo>]
|
|
844
859
|
attr_accessor :project_info
|
|
@@ -962,25 +977,29 @@ module Google
|
|
|
962
977
|
|
|
963
978
|
# **DEPRECATED.** _This Location is no longer used to determine Firebase
|
|
964
979
|
# resource locations. Instead, consult product documentation to determine valid
|
|
965
|
-
# locations for each resource used in your Project._ A
|
|
966
|
-
#
|
|
980
|
+
# locations for each resource used in your Project._ A ["location for default
|
|
981
|
+
# Google Cloud resources"](https://firebase.google.com/docs/projects/locations#
|
|
982
|
+
# default-cloud-location) that can be selected for a FirebaseProject. These are
|
|
983
|
+
# resources associated with Google App Engine.
|
|
967
984
|
class Location
|
|
968
985
|
include Google::Apis::Core::Hashable
|
|
969
986
|
|
|
970
|
-
# Products and services that are available in the
|
|
987
|
+
# Products and services that are available in the location for default Google
|
|
988
|
+
# Cloud resources.
|
|
971
989
|
# Corresponds to the JSON property `features`
|
|
972
990
|
# @return [Array<String>]
|
|
973
991
|
attr_accessor :features
|
|
974
992
|
|
|
975
|
-
# The ID of the
|
|
976
|
-
#
|
|
993
|
+
# The ID of the Project's location for default Google Cloud resources. It will
|
|
994
|
+
# be one of the available [Google App Engine locations](https://cloud.google.com/
|
|
995
|
+
# about/locations#region).
|
|
977
996
|
# Corresponds to the JSON property `locationId`
|
|
978
997
|
# @return [String]
|
|
979
998
|
attr_accessor :location_id
|
|
980
999
|
|
|
981
|
-
# Indicates whether the
|
|
982
|
-
# location](https://firebase.google.com/docs/projects/
|
|
983
|
-
# replication.
|
|
1000
|
+
# Indicates whether the location for default Google Cloud resources is a [
|
|
1001
|
+
# regional or multi-regional location](https://firebase.google.com/docs/projects/
|
|
1002
|
+
# locations#types) for data replication.
|
|
984
1003
|
# Corresponds to the JSON property `type`
|
|
985
1004
|
# @return [String]
|
|
986
1005
|
attr_accessor :type
|
|
@@ -1105,28 +1124,31 @@ module Google
|
|
|
1105
1124
|
end
|
|
1106
1125
|
end
|
|
1107
1126
|
|
|
1108
|
-
# A reference to a Google Cloud
|
|
1127
|
+
# A reference to a Google Cloud `Project`.
|
|
1109
1128
|
class ProjectInfo
|
|
1110
1129
|
include Google::Apis::Core::Hashable
|
|
1111
1130
|
|
|
1112
|
-
# The user-assigned display name of the
|
|
1131
|
+
# The user-assigned display name of the Google Cloud `Project`, for example: `My
|
|
1132
|
+
# App`.
|
|
1113
1133
|
# Corresponds to the JSON property `displayName`
|
|
1114
1134
|
# @return [String]
|
|
1115
1135
|
attr_accessor :display_name
|
|
1116
1136
|
|
|
1117
|
-
#
|
|
1118
|
-
#
|
|
1119
|
-
#
|
|
1120
|
-
#
|
|
1121
|
-
#
|
|
1122
|
-
#
|
|
1123
|
-
#
|
|
1137
|
+
# **DEPRECATED** _Instead, use product-specific REST APIs to work with the
|
|
1138
|
+
# location of each resource in a Project. This field may not be populated,
|
|
1139
|
+
# especially for newly provisioned projects after October 30, 2024._ The ID of
|
|
1140
|
+
# the Project's ["location for default Google Cloud resources"](https://firebase.
|
|
1141
|
+
# google.com/docs/projects/locations#default-cloud-location). The location is
|
|
1142
|
+
# one of the available [Google App Engine locations](https://cloud.google.com/
|
|
1143
|
+
# about/locations#region). Not all Projects will have this field populated. If
|
|
1144
|
+
# it is not populated, it means that the Project does not yet have a location
|
|
1145
|
+
# for default Google Cloud resources.
|
|
1124
1146
|
# Corresponds to the JSON property `locationId`
|
|
1125
1147
|
# @return [String]
|
|
1126
1148
|
attr_accessor :location_id
|
|
1127
1149
|
|
|
1128
|
-
# The resource name of the
|
|
1129
|
-
# added, in the format: projects/PROJECT_IDENTIFIER Refer to the `
|
|
1150
|
+
# The resource name of the Google Cloud `Project` to which Firebase resources
|
|
1151
|
+
# can be added, in the format: projects/PROJECT_IDENTIFIER Refer to the `
|
|
1130
1152
|
# FirebaseProject` [`name`](../projects#FirebaseProject.FIELDS.name) field for
|
|
1131
1153
|
# details about PROJECT_IDENTIFIER values.
|
|
1132
1154
|
# Corresponds to the JSON property `project`
|
|
@@ -1717,23 +1739,27 @@ module Google
|
|
|
1717
1739
|
# @return [String]
|
|
1718
1740
|
attr_accessor :auth_domain
|
|
1719
1741
|
|
|
1720
|
-
# **DEPRECATED.** _Instead, find the default
|
|
1721
|
-
#
|
|
1722
|
-
# database/database-management/rest/v1beta/projects.locations.instances/
|
|
1723
|
-
# within the Firebase Realtime Database REST API.
|
|
1724
|
-
# for the Project
|
|
1725
|
-
#
|
|
1742
|
+
# **DEPRECATED.** _Instead, find the URL of the default Realtime Database
|
|
1743
|
+
# instance using the [list endpoint](https://firebase.google.com/docs/reference/
|
|
1744
|
+
# rest/database/database-management/rest/v1beta/projects.locations.instances/
|
|
1745
|
+
# list) within the Firebase Realtime Database REST API. If the default instance
|
|
1746
|
+
# for the Project has not yet been provisioned, the return might not contain a
|
|
1747
|
+
# default instance. Note that the config that's generated for the Firebase
|
|
1748
|
+
# console or the Firebase CLI uses the Realtime Database endpoint to populate
|
|
1749
|
+
# this value for that config._ The URL of the default Firebase Realtime Database
|
|
1750
|
+
# instance.
|
|
1726
1751
|
# Corresponds to the JSON property `databaseURL`
|
|
1727
1752
|
# @return [String]
|
|
1728
1753
|
attr_accessor :database_url
|
|
1729
1754
|
|
|
1730
1755
|
# **DEPRECATED.** _Instead, use product-specific REST APIs to find the location
|
|
1731
|
-
# of
|
|
1732
|
-
#
|
|
1733
|
-
# google.com/docs/
|
|
1734
|
-
#
|
|
1735
|
-
#
|
|
1736
|
-
#
|
|
1756
|
+
# of each resource in a Project. This field may not be populated, especially for
|
|
1757
|
+
# newly provisioned projects after October 30, 2024._ The ID of the Project's ["
|
|
1758
|
+
# location for default Google Cloud resources"](https://firebase.google.com/docs/
|
|
1759
|
+
# projects/locations#default-cloud-location), which are resources associated
|
|
1760
|
+
# with Google App Engine. The location is one of the available [App Engine
|
|
1761
|
+
# locations](https://cloud.google.com/about/locations#region). This field is
|
|
1762
|
+
# omitted if the location for default Google Cloud resources has not been set.
|
|
1737
1763
|
# Corresponds to the JSON property `locationId`
|
|
1738
1764
|
# @return [String]
|
|
1739
1765
|
attr_accessor :location_id
|
|
@@ -1771,22 +1797,22 @@ module Google
|
|
|
1771
1797
|
# @return [String]
|
|
1772
1798
|
attr_accessor :project_number
|
|
1773
1799
|
|
|
1774
|
-
# Optional. Duplicate field for the URL of the default
|
|
1775
|
-
#
|
|
1776
|
-
#
|
|
1777
|
-
#
|
|
1778
|
-
# there was some varience between the platforms. If the request asks for the V2
|
|
1779
|
-
# format we will populate this field instead of realtime_database_instance_uri.
|
|
1800
|
+
# Optional. Duplicate field for the URL of the default Realtime Database
|
|
1801
|
+
# instances (if the default instance has been provisioned). If the request asks
|
|
1802
|
+
# for the V2 config format, this field will be populated instead of `
|
|
1803
|
+
# realtime_database_instance_uri`.
|
|
1780
1804
|
# Corresponds to the JSON property `realtimeDatabaseUrl`
|
|
1781
1805
|
# @return [String]
|
|
1782
1806
|
attr_accessor :realtime_database_url
|
|
1783
1807
|
|
|
1784
|
-
# **DEPRECATED.** _Instead, find the default Cloud Storage for
|
|
1785
|
-
# using the [list endpoint](https://firebase.google.com/docs/
|
|
1786
|
-
# storage/rest/v1beta/projects.buckets/list) within the Cloud
|
|
1787
|
-
# Firebase REST API.
|
|
1788
|
-
#
|
|
1789
|
-
#
|
|
1808
|
+
# **DEPRECATED.** _Instead, find the name of the default Cloud Storage for
|
|
1809
|
+
# Firebase bucket using the [list endpoint](https://firebase.google.com/docs/
|
|
1810
|
+
# reference/rest/storage/rest/v1beta/projects.buckets/list) within the Cloud
|
|
1811
|
+
# Storage for Firebase REST API. If the default bucket for the Project has not
|
|
1812
|
+
# yet been provisioned, the return might not contain a default bucket. Note that
|
|
1813
|
+
# the config that's generated for the Firebase console or the Firebase CLI uses
|
|
1814
|
+
# the Cloud Storage for Firebase endpoint to populate this value for that config.
|
|
1815
|
+
# _ The name of the default Cloud Storage for Firebase bucket.
|
|
1790
1816
|
# Corresponds to the JSON property `storageBucket`
|
|
1791
1817
|
# @return [String]
|
|
1792
1818
|
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.
|
|
19
|
+
GEM_VERSION = "0.44.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20241107"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -52,13 +52,13 @@ module Google
|
|
|
52
52
|
@batch_path = 'batch'
|
|
53
53
|
end
|
|
54
54
|
|
|
55
|
-
# Lists each [Google Cloud
|
|
56
|
-
#
|
|
57
|
-
#
|
|
58
|
-
# Google IAM](https://cloud.google.com/iam) permissions to call
|
|
59
|
-
# The Project is not already a FirebaseProject. - The Project is
|
|
60
|
-
# Organization which has policies that prevent Firebase resources from
|
|
61
|
-
# added.
|
|
55
|
+
# Lists each [Google Cloud `Project`](https://cloud.google.com/resource-manager/
|
|
56
|
+
# reference/rest/v1/projects) that can have Firebase resources added and
|
|
57
|
+
# Firebase services enabled. A Project will only be listed if: - The caller has
|
|
58
|
+
# sufficient [Google IAM](https://cloud.google.com/iam) permissions to call
|
|
59
|
+
# AddFirebase. - The Project is not already a FirebaseProject. - The Project is
|
|
60
|
+
# not in an Organization which has policies that prevent Firebase resources from
|
|
61
|
+
# being added.
|
|
62
62
|
# @param [Fixnum] page_size
|
|
63
63
|
# The maximum number of Projects to return in the response. The server may
|
|
64
64
|
# return fewer than this value at its discretion. If no value is specified (or
|
|
@@ -126,35 +126,36 @@ module Google
|
|
|
126
126
|
execute_or_queue_command(command, &block)
|
|
127
127
|
end
|
|
128
128
|
|
|
129
|
-
# Adds Firebase resources
|
|
130
|
-
# `Project`]
|
|
131
|
-
# projects). Since a FirebaseProject is actually also a
|
|
132
|
-
# FirebaseProject` has the same underlying
|
|
133
|
-
# projectId`). This allows for easy interop
|
|
134
|
-
# call is an [`Operation`](../../v1beta1/
|
|
135
|
-
# track the provisioning process by calling
|
|
136
|
-
# v1beta1/operations#Operation.FIELDS.done) is
|
|
137
|
-
# the `Operation` has either succeeded or failed.
|
|
138
|
-
# its [`response`](../../v1beta1/operations#
|
|
139
|
-
# a FirebaseProject; if the `Operation`
|
|
140
|
-
# operations#Operation.FIELDS.error) is set
|
|
141
|
-
# Operation` is automatically deleted after
|
|
142
|
-
# call DeleteOperation. This method does not
|
|
143
|
-
# information on the underlying
|
|
144
|
-
# member or service account must have the
|
|
145
|
-
# of Editor and Owner contain these
|
|
146
|
-
#
|
|
147
|
-
# serviceusage.services.get`.
|
|
129
|
+
# Adds Firebase resources and enables Firebase services in the specified
|
|
130
|
+
# existing [Google Cloud `Project`](https://cloud.google.com/resource-manager/
|
|
131
|
+
# reference/rest/v1/projects). Since a FirebaseProject is actually also a Google
|
|
132
|
+
# Cloud `Project`, a `FirebaseProject` has the same underlying Google Cloud
|
|
133
|
+
# identifiers (`projectNumber` and `projectId`). This allows for easy interop
|
|
134
|
+
# with Google APIs. The result of this call is an [`Operation`](../../v1beta1/
|
|
135
|
+
# operations). Poll the `Operation` to track the provisioning process by calling
|
|
136
|
+
# GetOperation until [`done`](../../v1beta1/operations#Operation.FIELDS.done) is
|
|
137
|
+
# `true`. When `done` is `true`, the `Operation` has either succeeded or failed.
|
|
138
|
+
# If the `Operation` succeeded, its [`response`](../../v1beta1/operations#
|
|
139
|
+
# Operation.FIELDS.response) is set to a FirebaseProject; if the `Operation`
|
|
140
|
+
# failed, its [`error`](../../v1beta1/operations#Operation.FIELDS.error) is set
|
|
141
|
+
# to a google.rpc.Status. The `Operation` is automatically deleted after
|
|
142
|
+
# completion, so there is no need to call DeleteOperation. This method does not
|
|
143
|
+
# modify any billing account information on the underlying Google Cloud `Project`
|
|
144
|
+
# . To call `AddFirebase`, a project member or service account must have the
|
|
145
|
+
# following permissions (the IAM roles of Editor and Owner contain these
|
|
146
|
+
# permissions): `firebase.projects.update`, `resourcemanager.projects.get`, `
|
|
147
|
+
# serviceusage.services.enable`, and `serviceusage.services.get`.
|
|
148
148
|
# @param [String] project
|
|
149
|
-
# The resource name of the
|
|
150
|
-
# added, in the format: projects/
|
|
151
|
-
# FirebaseProject` [`name`](../projects#
|
|
152
|
-
# details about PROJECT_IDENTIFIER values.
|
|
153
|
-
# unique Project identifiers ( [`projectNumber`
|
|
154
|
-
# resource-manager/reference/rest/v1/projects#Project.
|
|
155
|
-
# [`projectId`](https://cloud.google.com/resource-
|
|
156
|
-
# projects#Project.FIELDS.project_id)) of the
|
|
157
|
-
# the identifiers of the
|
|
149
|
+
# The resource name of the Google Cloud `Project` in which Firebase resources
|
|
150
|
+
# will be added and Firebase services enabled, in the format: projects/
|
|
151
|
+
# PROJECT_IDENTIFIER Refer to the `FirebaseProject` [`name`](../projects#
|
|
152
|
+
# FirebaseProject.FIELDS.name) field for details about PROJECT_IDENTIFIER values.
|
|
153
|
+
# After calling `AddFirebase`, the unique Project identifiers ( [`projectNumber`
|
|
154
|
+
# ](https://cloud.google.com/resource-manager/reference/rest/v1/projects#Project.
|
|
155
|
+
# FIELDS.project_number) and [`projectId`](https://cloud.google.com/resource-
|
|
156
|
+
# manager/reference/rest/v1/projects#Project.FIELDS.project_id)) of the
|
|
157
|
+
# underlying Google Cloud `Project` are also the identifiers of the
|
|
158
|
+
# FirebaseProject.
|
|
158
159
|
# @param [Google::Apis::FirebaseV1beta1::AddFirebaseRequest] add_firebase_request_object
|
|
159
160
|
# @param [String] fields
|
|
160
161
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -957,31 +958,34 @@ module Google
|
|
|
957
958
|
execute_or_queue_command(command, &block)
|
|
958
959
|
end
|
|
959
960
|
|
|
960
|
-
# **
|
|
961
|
-
#
|
|
962
|
-
#
|
|
963
|
-
#
|
|
964
|
-
#
|
|
965
|
-
#
|
|
966
|
-
#
|
|
967
|
-
#
|
|
968
|
-
#
|
|
969
|
-
#
|
|
970
|
-
#
|
|
971
|
-
#
|
|
972
|
-
#
|
|
973
|
-
#
|
|
974
|
-
#
|
|
975
|
-
#
|
|
976
|
-
#
|
|
977
|
-
# specified project
|
|
961
|
+
# **DECOMMISSIONED.** **If called, this endpoint will return a 404 error.**
|
|
962
|
+
# _Instead, use the applicable resource-specific REST API (or associated
|
|
963
|
+
# documentation, as needed) to determine valid locations for each resource used
|
|
964
|
+
# in your Project._ Lists the valid ["locations for default Google Cloud
|
|
965
|
+
# resources"](https://firebase.google.com/docs/projects/locations#default-cloud-
|
|
966
|
+
# location) for the specified Project (including a FirebaseProject). One of
|
|
967
|
+
# these locations can be selected as the Project's location for default Google
|
|
968
|
+
# Cloud resources, which is the geographical location where the Project's
|
|
969
|
+
# resources associated with Google App Engine (such as the default Cloud
|
|
970
|
+
# Firestore instance) will be provisioned by default. However, if the location
|
|
971
|
+
# for default Google Cloud resources has already been set for the Project, then
|
|
972
|
+
# this setting cannot be changed. This call checks for any possible [location
|
|
973
|
+
# restrictions](https://cloud.google.com/resource-manager/docs/organization-
|
|
974
|
+
# policy/defining-locations) for the specified Project and, thus, might return a
|
|
975
|
+
# subset of all possible locations. To list all locations (regardless of any
|
|
976
|
+
# restrictions), call the endpoint without specifying a unique project
|
|
977
|
+
# identifier (that is, `/v1beta1/`parent=projects/-`/listAvailableLocations`).
|
|
978
|
+
# To call `ListAvailableLocations` with a specified project, a member must be at
|
|
979
|
+
# minimum a Viewer of the Project. Calls without a specified project do not
|
|
980
|
+
# require any specific project permissions.
|
|
978
981
|
# @param [String] parent
|
|
979
|
-
# The FirebaseProject for which to list
|
|
980
|
-
# projects/
|
|
981
|
-
#
|
|
982
|
-
#
|
|
983
|
-
#
|
|
984
|
-
#
|
|
982
|
+
# The FirebaseProject for which to list [locations for default Google Cloud
|
|
983
|
+
# resources](https://firebase.google.com/docs/projects/locations#default-cloud-
|
|
984
|
+
# location), in the format: projects/PROJECT_IDENTIFIER Refer to the `
|
|
985
|
+
# FirebaseProject` [`name`](../projects#FirebaseProject.FIELDS.name) field for
|
|
986
|
+
# details about PROJECT_IDENTIFIER values. If no unique project identifier is
|
|
987
|
+
# specified (that is, `projects/-`), the returned list does not take into
|
|
988
|
+
# account org-specific or project-specific location restrictions.
|
|
985
989
|
# @param [Fixnum] page_size
|
|
986
990
|
# The maximum number of locations to return in the response. The server may
|
|
987
991
|
# return fewer than this value at its discretion. If no value is specified (or
|
|
@@ -1019,38 +1023,40 @@ module Google
|
|
|
1019
1023
|
execute_or_queue_command(command, &block)
|
|
1020
1024
|
end
|
|
1021
1025
|
|
|
1022
|
-
# **
|
|
1023
|
-
#
|
|
1024
|
-
#
|
|
1025
|
-
#
|
|
1026
|
-
#
|
|
1027
|
-
#
|
|
1028
|
-
#
|
|
1029
|
-
#
|
|
1030
|
-
#
|
|
1031
|
-
#
|
|
1032
|
-
#
|
|
1033
|
-
#
|
|
1034
|
-
#
|
|
1035
|
-
#
|
|
1036
|
-
#
|
|
1037
|
-
#
|
|
1038
|
-
# ](../../v1beta1/operations), which can be used to track the
|
|
1039
|
-
# process. The [`response`](../../v1beta1/operations#Operation.
|
|
1040
|
-
# type of the `Operation` is google.protobuf.Empty. The `
|
|
1041
|
-
# polled by its `name` using GetOperation until `done` is true.
|
|
1042
|
-
# true, the `Operation` has either succeeded or failed. If the `
|
|
1043
|
-
# succeeded, its [`response`](../../v1beta1/operations#Operation.
|
|
1044
|
-
# will be set to a google.protobuf.Empty; if the `Operation`
|
|
1045
|
-
# error` will be set to a google.rpc.Status. The `Operation` is
|
|
1046
|
-
# deleted after completion, so there is no need to call
|
|
1047
|
-
# fields listed in the [request body](#request-body) are
|
|
1048
|
-
# FinalizeDefaultLocation`, a member must be an Owner of the
|
|
1026
|
+
# **DECOMMISSIONED.** **If called, this endpoint will return a 404 error.**
|
|
1027
|
+
# _Instead, use the applicable resource-specific REST API to set the location
|
|
1028
|
+
# for each resource used in your Project._ Sets the ["location for default
|
|
1029
|
+
# Google Cloud resources"](https://firebase.google.com/docs/projects/locations#
|
|
1030
|
+
# default-cloud-location) for the specified FirebaseProject. This method creates
|
|
1031
|
+
# a Google App Engine application with a [default Cloud Storage bucket](https://
|
|
1032
|
+
# cloud.google.com/appengine/docs/standard/python/googlecloudstorageclient/
|
|
1033
|
+
# setting-up-cloud-storage#activating_a_cloud_storage_bucket), located in the
|
|
1034
|
+
# specified [`locationId`](#body.request_body.FIELDS.location_id). This location
|
|
1035
|
+
# must be one of the available [App Engine locations](https://cloud.google.com/
|
|
1036
|
+
# about/locations#region). After the location for default Google Cloud resources
|
|
1037
|
+
# is finalized, or if it was already set, it cannot be changed. The location for
|
|
1038
|
+
# default Google Cloud resources for the specified `FirebaseProject` might
|
|
1039
|
+
# already be set because either the underlying Google Cloud `Project` already
|
|
1040
|
+
# has an App Engine application or `FinalizeDefaultLocation` was previously
|
|
1041
|
+
# called with a specified `locationId`. The result of this call is an [`
|
|
1042
|
+
# Operation`](../../v1beta1/operations), which can be used to track the
|
|
1043
|
+
# provisioning process. The [`response`](../../v1beta1/operations#Operation.
|
|
1044
|
+
# FIELDS.response) type of the `Operation` is google.protobuf.Empty. The `
|
|
1045
|
+
# Operation` can be polled by its `name` using GetOperation until `done` is true.
|
|
1046
|
+
# When `done` is true, the `Operation` has either succeeded or failed. If the `
|
|
1047
|
+
# Operation` has succeeded, its [`response`](../../v1beta1/operations#Operation.
|
|
1048
|
+
# FIELDS.response) will be set to a google.protobuf.Empty; if the `Operation`
|
|
1049
|
+
# has failed, its `error` will be set to a google.rpc.Status. The `Operation` is
|
|
1050
|
+
# automatically deleted after completion, so there is no need to call
|
|
1051
|
+
# DeleteOperation. All fields listed in the [request body](#request-body) are
|
|
1052
|
+
# required. To call `FinalizeDefaultLocation`, a member must be an Owner of the
|
|
1053
|
+
# Project.
|
|
1049
1054
|
# @param [String] parent
|
|
1050
|
-
# The resource name of the FirebaseProject for which the
|
|
1051
|
-
#
|
|
1052
|
-
#
|
|
1053
|
-
#
|
|
1055
|
+
# The resource name of the FirebaseProject for which the ["location for default
|
|
1056
|
+
# Google Cloud resources"](https://firebase.google.com/docs/projects/locations#
|
|
1057
|
+
# default-cloud-location) will be set, in the format: projects/
|
|
1058
|
+
# PROJECT_IDENTIFIER Refer to the `FirebaseProject` [`name`](../projects#
|
|
1059
|
+
# FirebaseProject.FIELDS.name) field for details about PROJECT_IDENTIFIER values.
|
|
1054
1060
|
# @param [Google::Apis::FirebaseV1beta1::FinalizeDefaultLocationRequest] finalize_default_location_request_object
|
|
1055
1061
|
# @param [String] fields
|
|
1056
1062
|
# Selector specifying which fields to include in a partial response.
|
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.44.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: 2024-
|
|
11
|
+
date: 2024-12-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.44.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.5.
|
|
78
|
+
rubygems_version: 3.5.22
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Firebase Management API V1beta1
|