google-apis-firebase_v1beta1 0.42.0 → 0.44.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/firebase_v1beta1/classes.rb +161 -127
- 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
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-firebase_v1beta1
|
2
2
|
|
3
|
+
### v0.44.0 (2024-11-17)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241107
|
6
|
+
|
7
|
+
### v0.43.0 (2024-11-03)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20241025
|
10
|
+
|
3
11
|
### v0.42.0 (2024-09-15)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20240913
|
@@ -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
|
@@ -241,8 +249,10 @@ module Google
|
|
241
249
|
# @return [String]
|
242
250
|
attr_accessor :etag
|
243
251
|
|
244
|
-
# Output only.
|
245
|
-
#
|
252
|
+
# Output only. If the App has been removed from the Project, this is the
|
253
|
+
# timestamp of when the App is considered expired and will be permanently
|
254
|
+
# deleted. After this time, the App cannot be undeleted (that is, restored to
|
255
|
+
# the Project). This value is only provided if the App is in the `DELETED` state.
|
246
256
|
# Corresponds to the JSON property `expireTime`
|
247
257
|
# @return [String]
|
248
258
|
attr_accessor :expire_time
|
@@ -342,38 +352,40 @@ module Google
|
|
342
352
|
class DefaultResources
|
343
353
|
include Google::Apis::Core::Hashable
|
344
354
|
|
345
|
-
# Output only. **DEPRECATED.** _Instead, find the default Firebase
|
346
|
-
#
|
347
|
-
# rest/v1beta1/projects.sites/list) within the Firebase Hosting REST API.
|
348
|
-
#
|
349
|
-
# return might not contain a default site._ The default Firebase
|
350
|
-
#
|
351
|
-
# used as the name for an existing Hosting site in another project (
|
352
|
-
# about creating non-default, [additional sites](https://firebase.
|
353
|
-
# docs/hosting/multisites)). In these cases, your `projectId` is
|
354
|
-
# hyphen then five alphanumeric characters to create your
|
355
|
-
# name. For example, if your `projectId` is `myproject123`,
|
356
|
-
# 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`
|
357
367
|
# Corresponds to the JSON property `hostingSite`
|
358
368
|
# @return [String]
|
359
369
|
attr_accessor :hosting_site
|
360
370
|
|
361
371
|
# Output only. **DEPRECATED.** _Instead, use product-specific REST APIs to find
|
362
|
-
# the location of
|
363
|
-
#
|
364
|
-
#
|
365
|
-
# default
|
366
|
-
#
|
367
|
-
#
|
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.
|
368
380
|
# Corresponds to the JSON property `locationId`
|
369
381
|
# @return [String]
|
370
382
|
attr_accessor :location_id
|
371
383
|
|
372
|
-
# Output only. **DEPRECATED.** _Instead, find the default
|
373
|
-
# Database instance
|
374
|
-
#
|
375
|
-
#
|
376
|
-
#
|
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
|
377
389
|
# return might not contain a default instance._ The default Firebase Realtime
|
378
390
|
# Database instance name, in the format: PROJECT_ID Though rare, your `projectId`
|
379
391
|
# might already be used as the name for an existing Realtime Database instance
|
@@ -387,13 +399,15 @@ module Google
|
|
387
399
|
# @return [String]
|
388
400
|
attr_accessor :realtime_database_instance
|
389
401
|
|
390
|
-
# Output only. **DEPRECATED.** _Instead, find the default Cloud
|
391
|
-
# Firebase bucket using the [list endpoint](https://firebase.google.
|
392
|
-
# reference/rest/storage/rest/v1beta/projects.buckets/list) within the
|
393
|
-
# Storage for Firebase REST API.
|
394
|
-
#
|
395
|
-
#
|
396
|
-
# 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
|
397
411
|
# Corresponds to the JSON property `storageBucket`
|
398
412
|
# @return [String]
|
399
413
|
attr_accessor :storage_bucket
|
@@ -431,9 +445,11 @@ module Google
|
|
431
445
|
class FinalizeDefaultLocationRequest
|
432
446
|
include Google::Apis::Core::Hashable
|
433
447
|
|
434
|
-
# The ID of the Project's
|
435
|
-
#
|
436
|
-
#
|
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).
|
437
453
|
# Corresponds to the JSON property `locationId`
|
438
454
|
# @return [String]
|
439
455
|
attr_accessor :location_id
|
@@ -481,8 +497,10 @@ module Google
|
|
481
497
|
# @return [String]
|
482
498
|
attr_accessor :display_name
|
483
499
|
|
484
|
-
# Output only.
|
485
|
-
#
|
500
|
+
# Output only. If the App has been removed from the Project, this is the
|
501
|
+
# timestamp of when the App is considered expired and will be permanently
|
502
|
+
# deleted. After this time, the App cannot be undeleted (that is, restored to
|
503
|
+
# the Project). This value is only provided if the App is in the `DELETED` state.
|
486
504
|
# Corresponds to the JSON property `expireTime`
|
487
505
|
# @return [String]
|
488
506
|
attr_accessor :expire_time
|
@@ -535,13 +553,13 @@ module Google
|
|
535
553
|
# A `FirebaseProject` is the top-level Firebase entity. It is the container for
|
536
554
|
# Firebase Apps, Firebase Hosting sites, storage systems (Firebase Realtime
|
537
555
|
# Database, Cloud Firestore, Cloud Storage buckets), and other Firebase and
|
538
|
-
# Google Cloud
|
539
|
-
#
|
540
|
-
#
|
541
|
-
#
|
542
|
-
#
|
543
|
-
# identifiers (`projectNumber` and `projectId`). This allows for easy
|
544
|
-
# 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.
|
545
563
|
class FirebaseProject
|
546
564
|
include Google::Apis::Core::Hashable
|
547
565
|
|
@@ -679,8 +697,10 @@ module Google
|
|
679
697
|
# @return [String]
|
680
698
|
attr_accessor :etag
|
681
699
|
|
682
|
-
# Output only.
|
683
|
-
#
|
700
|
+
# Output only. If the App has been removed from the Project, this is the
|
701
|
+
# timestamp of when the App is considered expired and will be permanently
|
702
|
+
# deleted. After this time, the App cannot be undeleted (that is, restored to
|
703
|
+
# the Project). This value is only provided if the App is in the `DELETED` state.
|
684
704
|
# Corresponds to the JSON property `expireTime`
|
685
705
|
# @return [String]
|
686
706
|
attr_accessor :expire_time
|
@@ -832,7 +852,8 @@ module Google
|
|
832
852
|
# @return [String]
|
833
853
|
attr_accessor :next_page_token
|
834
854
|
|
835
|
-
# The list of
|
855
|
+
# The list of Google Cloud `Projects` which can have Firebase resources added to
|
856
|
+
# them.
|
836
857
|
# Corresponds to the JSON property `projectInfo`
|
837
858
|
# @return [Array<Google::Apis::FirebaseV1beta1::ProjectInfo>]
|
838
859
|
attr_accessor :project_info
|
@@ -956,25 +977,29 @@ module Google
|
|
956
977
|
|
957
978
|
# **DEPRECATED.** _This Location is no longer used to determine Firebase
|
958
979
|
# resource locations. Instead, consult product documentation to determine valid
|
959
|
-
# locations for each resource used in your Project._ A
|
960
|
-
#
|
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.
|
961
984
|
class Location
|
962
985
|
include Google::Apis::Core::Hashable
|
963
986
|
|
964
|
-
# Products and services that are available in the
|
987
|
+
# Products and services that are available in the location for default Google
|
988
|
+
# Cloud resources.
|
965
989
|
# Corresponds to the JSON property `features`
|
966
990
|
# @return [Array<String>]
|
967
991
|
attr_accessor :features
|
968
992
|
|
969
|
-
# The ID of the
|
970
|
-
#
|
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).
|
971
996
|
# Corresponds to the JSON property `locationId`
|
972
997
|
# @return [String]
|
973
998
|
attr_accessor :location_id
|
974
999
|
|
975
|
-
# Indicates whether the
|
976
|
-
# location](https://firebase.google.com/docs/projects/
|
977
|
-
# 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.
|
978
1003
|
# Corresponds to the JSON property `type`
|
979
1004
|
# @return [String]
|
980
1005
|
attr_accessor :type
|
@@ -1099,28 +1124,31 @@ module Google
|
|
1099
1124
|
end
|
1100
1125
|
end
|
1101
1126
|
|
1102
|
-
# A reference to a Google Cloud
|
1127
|
+
# A reference to a Google Cloud `Project`.
|
1103
1128
|
class ProjectInfo
|
1104
1129
|
include Google::Apis::Core::Hashable
|
1105
1130
|
|
1106
|
-
# The user-assigned display name of the
|
1131
|
+
# The user-assigned display name of the Google Cloud `Project`, for example: `My
|
1132
|
+
# App`.
|
1107
1133
|
# Corresponds to the JSON property `displayName`
|
1108
1134
|
# @return [String]
|
1109
1135
|
attr_accessor :display_name
|
1110
1136
|
|
1111
|
-
#
|
1112
|
-
#
|
1113
|
-
#
|
1114
|
-
#
|
1115
|
-
#
|
1116
|
-
#
|
1117
|
-
#
|
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.
|
1118
1146
|
# Corresponds to the JSON property `locationId`
|
1119
1147
|
# @return [String]
|
1120
1148
|
attr_accessor :location_id
|
1121
1149
|
|
1122
|
-
# The resource name of the
|
1123
|
-
# 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 `
|
1124
1152
|
# FirebaseProject` [`name`](../projects#FirebaseProject.FIELDS.name) field for
|
1125
1153
|
# details about PROJECT_IDENTIFIER values.
|
1126
1154
|
# Corresponds to the JSON property `project`
|
@@ -1181,10 +1209,10 @@ module Google
|
|
1181
1209
|
attr_accessor :etag
|
1182
1210
|
|
1183
1211
|
# Determines whether to _immediately_ delete the AndroidApp. If set to true, the
|
1184
|
-
# App is immediately deleted from the Project and cannot be
|
1185
|
-
# Project. If not set, defaults to false, which means the App
|
1186
|
-
# expire in 30 days. Within the 30 days, the App may be restored
|
1187
|
-
# using UndeleteAndroidApp.
|
1212
|
+
# App is immediately deleted from the Project and cannot be undeleted (that is,
|
1213
|
+
# restored to the Project). If not set, defaults to false, which means the App
|
1214
|
+
# will be set to expire in 30 days. Within the 30 days, the App may be restored
|
1215
|
+
# to the Project using UndeleteAndroidApp.
|
1188
1216
|
# Corresponds to the JSON property `immediate`
|
1189
1217
|
# @return [Boolean]
|
1190
1218
|
attr_accessor :immediate
|
@@ -1227,10 +1255,10 @@ module Google
|
|
1227
1255
|
attr_accessor :etag
|
1228
1256
|
|
1229
1257
|
# Determines whether to _immediately_ delete the IosApp. If set to true, the App
|
1230
|
-
# is immediately deleted from the Project and cannot be
|
1231
|
-
# If not set, defaults to false, which means the App
|
1232
|
-
# days. Within the 30 days, the App may be restored
|
1233
|
-
# UndeleteIosApp
|
1258
|
+
# is immediately deleted from the Project and cannot be undeleted (that is,
|
1259
|
+
# restored to the Project). If not set, defaults to false, which means the App
|
1260
|
+
# will be set to expire in 30 days. Within the 30 days, the App may be restored
|
1261
|
+
# to the Project using UndeleteIosApp
|
1234
1262
|
# Corresponds to the JSON property `immediate`
|
1235
1263
|
# @return [Boolean]
|
1236
1264
|
attr_accessor :immediate
|
@@ -1273,10 +1301,10 @@ module Google
|
|
1273
1301
|
attr_accessor :etag
|
1274
1302
|
|
1275
1303
|
# Determines whether to _immediately_ delete the WebApp. If set to true, the App
|
1276
|
-
# is immediately deleted from the Project and cannot be
|
1277
|
-
# If not set, defaults to false, which means the App
|
1278
|
-
# days. Within the 30 days, the App may be restored
|
1279
|
-
# UndeleteWebApp
|
1304
|
+
# is immediately deleted from the Project and cannot be undeleted (that is,
|
1305
|
+
# restored to the Project). If not set, defaults to false, which means the App
|
1306
|
+
# will be set to expire in 30 days. Within the 30 days, the App may be restored
|
1307
|
+
# to the Project using UndeleteWebApp
|
1280
1308
|
# Corresponds to the JSON property `immediate`
|
1281
1309
|
# @return [Boolean]
|
1282
1310
|
attr_accessor :immediate
|
@@ -1627,8 +1655,10 @@ module Google
|
|
1627
1655
|
# @return [String]
|
1628
1656
|
attr_accessor :etag
|
1629
1657
|
|
1630
|
-
# Output only.
|
1631
|
-
#
|
1658
|
+
# Output only. If the App has been removed from the Project, this is the
|
1659
|
+
# timestamp of when the App is considered expired and will be permanently
|
1660
|
+
# deleted. After this time, the App cannot be undeleted (that is, restored to
|
1661
|
+
# the Project). This value is only provided if the App is in the `DELETED` state.
|
1632
1662
|
# Corresponds to the JSON property `expireTime`
|
1633
1663
|
# @return [String]
|
1634
1664
|
attr_accessor :expire_time
|
@@ -1709,23 +1739,27 @@ module Google
|
|
1709
1739
|
# @return [String]
|
1710
1740
|
attr_accessor :auth_domain
|
1711
1741
|
|
1712
|
-
# **DEPRECATED.** _Instead, find the default
|
1713
|
-
#
|
1714
|
-
# database/database-management/rest/v1beta/projects.locations.instances/
|
1715
|
-
# within the Firebase Realtime Database REST API.
|
1716
|
-
# for the Project
|
1717
|
-
#
|
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.
|
1718
1751
|
# Corresponds to the JSON property `databaseURL`
|
1719
1752
|
# @return [String]
|
1720
1753
|
attr_accessor :database_url
|
1721
1754
|
|
1722
1755
|
# **DEPRECATED.** _Instead, use product-specific REST APIs to find the location
|
1723
|
-
# of
|
1724
|
-
#
|
1725
|
-
# google.com/docs/
|
1726
|
-
#
|
1727
|
-
#
|
1728
|
-
#
|
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.
|
1729
1763
|
# Corresponds to the JSON property `locationId`
|
1730
1764
|
# @return [String]
|
1731
1765
|
attr_accessor :location_id
|
@@ -1763,22 +1797,22 @@ module Google
|
|
1763
1797
|
# @return [String]
|
1764
1798
|
attr_accessor :project_number
|
1765
1799
|
|
1766
|
-
# Optional. Duplicate field for the URL of the default
|
1767
|
-
#
|
1768
|
-
#
|
1769
|
-
#
|
1770
|
-
# there was some varience between the platforms. If the request asks for the V2
|
1771
|
-
# 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`.
|
1772
1804
|
# Corresponds to the JSON property `realtimeDatabaseUrl`
|
1773
1805
|
# @return [String]
|
1774
1806
|
attr_accessor :realtime_database_url
|
1775
1807
|
|
1776
|
-
# **DEPRECATED.** _Instead, find the default Cloud Storage for
|
1777
|
-
# using the [list endpoint](https://firebase.google.com/docs/
|
1778
|
-
# storage/rest/v1beta/projects.buckets/list) within the Cloud
|
1779
|
-
# Firebase REST API.
|
1780
|
-
#
|
1781
|
-
#
|
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.
|
1782
1816
|
# Corresponds to the JSON property `storageBucket`
|
1783
1817
|
# @return [String]
|
1784
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
|