docs: update generated docs (#981)
diff --git a/docs/dyn/firebase_v1beta1.projects.html b/docs/dyn/firebase_v1beta1.projects.html
index 456ec0c..ac4b11c 100644
--- a/docs/dyn/firebase_v1beta1.projects.html
+++ b/docs/dyn/firebase_v1beta1.projects.html
@@ -115,7 +115,7 @@
<code><a href="#getAnalyticsDetails">getAnalyticsDetails(name, x__xgafv=None)</a></code></p>
<p class="firstline">Gets the Google Analytics details currently associated with a</p>
<p class="toc_element">
- <code><a href="#list">list(pageToken=None, pageSize=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists each FirebaseProject accessible to the caller.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -127,7 +127,7 @@
<code><a href="#removeAnalytics">removeAnalytics(parent, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Unlinks the specified `FirebaseProject` from its Google Analytics account.</p>
<p class="toc_element">
- <code><a href="#searchApps">searchApps(parent, pageToken=None, pageSize=None, x__xgafv=None)</a></code></p>
+ <code><a href="#searchApps">searchApps(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
<p class="firstline">A convenience method that lists all available Apps for the specified</p>
<p class="toc_element">
<code><a href="#searchApps_next">searchApps_next(previous_request, previous_response)</a></code></p>
@@ -141,7 +141,7 @@
<br>
<br>Since a FirebaseProject is actually also a GCP `Project`, a
`FirebaseProject` uses underlying GCP identifiers (most importantly,
-the `projectId`) as its own for easy interop with GCP APIs.
+the `PROJECT_NUMBER`) as its own for easy interop with GCP APIs.
<br>
<br>The result of this call is an [`Operation`](../../v1beta1/operations).
Poll the `Operation` to track the provisioning process by calling
@@ -168,10 +168,10 @@
Args:
project: string, The resource name of the GCP `Project` to which Firebase resources will be
added, in the format:
-<br><code>projects/<var>projectId</var></code>
+<br><code>projects/<var>PROJECT_NUMBER</var></code>
After calling `AddFirebase`, the
-[`projectId`](https://cloud.google.com/resource-manager/reference/rest/v1/projects#Project.FIELDS.project_id)
-of the GCP `Project` is also the `projectId` of the FirebaseProject. (required)
+[`project_id`](https://cloud.google.com/resource-manager/reference/rest/v1/projects#Project.FIELDS.project_id)
+of the GCP `Project` is also the `project_id` of the FirebaseProject. (required)
body: object, The request body.
The object takes the form of:
@@ -211,22 +211,12 @@
{ # This resource represents a long-running operation that is the result of a
# network API call.
- "done": True or False, # If the value is `false`, it means the operation is still in progress.
- # If `true`, the operation is completed, and either `error` or `response` is
- # available.
- "response": { # The normal response of the operation in case of success. If the original
- # method returns no data on success, such as `Delete`, the response is
- # `google.protobuf.Empty`. If the original method is standard
- # `Get`/`Create`/`Update`, the response should be the resource. For other
- # methods, the response should have the type `XxxResponse`, where `Xxx`
- # is the original method name. For example, if the original method name
- # is `TakeSnapshot()`, the inferred response type is
- # `TakeSnapshotResponse`.
+ "metadata": { # Service-specific metadata associated with the operation. It typically
+ # contains progress information and common metadata such as create time.
+ # Some services might not provide such metadata. Any method that returns a
+ # long-running operation should document the metadata type, if any.
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
- "name": "A String", # The server-assigned name, which is only unique within the same service that
- # originally returns it. If you use the default HTTP mapping, the
- # `name` should be a resource name ending with `operations/{unique_id}`.
"error": { # The `Status` type defines a logical error model that is suitable for # The error result of the operation in case of failure or cancellation.
# different programming environments, including REST APIs and RPC APIs. It is
# used by [gRPC](https://github.com/grpc). Each `Status` message contains
@@ -245,12 +235,22 @@
],
"code": 42, # The status code, which should be an enum value of google.rpc.Code.
},
- "metadata": { # Service-specific metadata associated with the operation. It typically
- # contains progress information and common metadata such as create time.
- # Some services might not provide such metadata. Any method that returns a
- # long-running operation should document the metadata type, if any.
+ "name": "A String", # The server-assigned name, which is only unique within the same service that
+ # originally returns it. If you use the default HTTP mapping, the
+ # `name` should be a resource name ending with `operations/{unique_id}`.
+ "response": { # The normal response of the operation in case of success. If the original
+ # method returns no data on success, such as `Delete`, the response is
+ # `google.protobuf.Empty`. If the original method is standard
+ # `Get`/`Create`/`Update`, the response should be the resource. For other
+ # methods, the response should have the type `XxxResponse`, where `Xxx`
+ # is the original method name. For example, if the original method name
+ # is `TakeSnapshot()`, the inferred response type is
+ # `TakeSnapshotResponse`.
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
+ "done": True or False, # If the value is `false`, it means the operation is still in progress.
+ # If `true`, the operation is completed, and either `error` or `response` is
+ # available.
}</pre>
</div>
@@ -313,7 +313,7 @@
Args:
parent: string, The parent `FirebaseProject` to link to an existing Google Analytics
account, in the format:
-<br><code>projects/<var>projectId</var></code> (required)
+<br><code>projects/<var>PROJECT_NUMBER</var></code> (required)
body: object, The request body.
The object takes the form of:
@@ -339,22 +339,12 @@
{ # This resource represents a long-running operation that is the result of a
# network API call.
- "done": True or False, # If the value is `false`, it means the operation is still in progress.
- # If `true`, the operation is completed, and either `error` or `response` is
- # available.
- "response": { # The normal response of the operation in case of success. If the original
- # method returns no data on success, such as `Delete`, the response is
- # `google.protobuf.Empty`. If the original method is standard
- # `Get`/`Create`/`Update`, the response should be the resource. For other
- # methods, the response should have the type `XxxResponse`, where `Xxx`
- # is the original method name. For example, if the original method name
- # is `TakeSnapshot()`, the inferred response type is
- # `TakeSnapshotResponse`.
+ "metadata": { # Service-specific metadata associated with the operation. It typically
+ # contains progress information and common metadata such as create time.
+ # Some services might not provide such metadata. Any method that returns a
+ # long-running operation should document the metadata type, if any.
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
- "name": "A String", # The server-assigned name, which is only unique within the same service that
- # originally returns it. If you use the default HTTP mapping, the
- # `name` should be a resource name ending with `operations/{unique_id}`.
"error": { # The `Status` type defines a logical error model that is suitable for # The error result of the operation in case of failure or cancellation.
# different programming environments, including REST APIs and RPC APIs. It is
# used by [gRPC](https://github.com/grpc). Each `Status` message contains
@@ -373,12 +363,22 @@
],
"code": 42, # The status code, which should be an enum value of google.rpc.Code.
},
- "metadata": { # Service-specific metadata associated with the operation. It typically
- # contains progress information and common metadata such as create time.
- # Some services might not provide such metadata. Any method that returns a
- # long-running operation should document the metadata type, if any.
+ "name": "A String", # The server-assigned name, which is only unique within the same service that
+ # originally returns it. If you use the default HTTP mapping, the
+ # `name` should be a resource name ending with `operations/{unique_id}`.
+ "response": { # The normal response of the operation in case of success. If the original
+ # method returns no data on success, such as `Delete`, the response is
+ # `google.protobuf.Empty`. If the original method is standard
+ # `Get`/`Create`/`Update`, the response should be the resource. For other
+ # methods, the response should have the type `XxxResponse`, where `Xxx`
+ # is the original method name. For example, if the original method name
+ # is `TakeSnapshot()`, the inferred response type is
+ # `TakeSnapshotResponse`.
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
+ "done": True or False, # If the value is `false`, it means the operation is still in progress.
+ # If `true`, the operation is completed, and either `error` or `response` is
+ # available.
}</pre>
</div>
@@ -388,7 +388,7 @@
Args:
name: string, The fully qualified resource name of the Project, in the format:
-<br><code>projects/<var>projectId</var></code> (required)
+<br><code>projects/<var>PROJECT_NUMBER</var></code> (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -413,20 +413,9 @@
# <br>A `FirebaseProject` is actually also a GCP `Project`, so a
# `FirebaseProject` uses underlying GCP identifiers (most importantly,
# `projectId`) as its own for easy interop with GCP APIs.
+ "name": "A String", # The fully qualified resource name of the Project, in the format:
+ # <br><code>projects/<var>projectId</var></code>
"resources": { # The default resources associated with a `FirebaseProject`. # The default Firebase resources associated with the Project.
- "storageBucket": "A String", # The default Cloud Storage for Firebase storage bucket, in the format:
- # <br><code><var>projectId</var>.appspot.com</code>
- "realtimeDatabaseInstance": "A String", # The default Firebase Realtime Database instance name, in the format:
- # <br><code><var>projectId</var></code>
- # <br>Though rare, your `projectId` might already be used as the name for an
- # existing Realtime Database instance in another project (learn more about
- # [database
- # sharding](https://firebase.google.com/docs/database/usage/sharding)). In
- # these cases, your `projectId` is appended with a hyphen then five
- # alphanumeric characters to create your default Realtime Database instance
- # name. For example, if your `projectId` is `myproject123`, your default
- # database instance name might be:
- # <br><code>myproject123-a5c16</code>
"locationId": "A String", # The ID of the project's default GCP resource location. The location is one
# of the available
# [GCP resource
@@ -435,6 +424,8 @@
# finalized yet. To set your project's default GCP resource location,
# call [`FinalizeDefaultLocation`](../projects.defaultLocation/finalize)
# after you add Firebase services to your project.
+ "storageBucket": "A String", # The default Cloud Storage for Firebase storage bucket, in the format:
+ # <br><code><var>projectId</var>.appspot.com</code>
"hostingSite": "A String", # The default Firebase Hosting site name, in the format:
# <br><code><var>projectId</var></code>
# <br>Though rare, your `projectId` might already be used as the name for an
@@ -446,9 +437,18 @@
# example, if your `projectId` is `myproject123`, your default Hosting site
# name might be:
# <br><code>myproject123-a5c16</code>
+ "realtimeDatabaseInstance": "A String", # The default Firebase Realtime Database instance name, in the format:
+ # <br><code><var>projectId</var></code>
+ # <br>Though rare, your `projectId` might already be used as the name for an
+ # existing Realtime Database instance in another project (learn more about
+ # [database
+ # sharding](https://firebase.google.com/docs/database/usage/sharding)). In
+ # these cases, your `projectId` is appended with a hyphen then five
+ # alphanumeric characters to create your default Realtime Database instance
+ # name. For example, if your `projectId` is `myproject123`, your default
+ # database instance name might be:
+ # <br><code>myproject123-a5c16</code>
},
- "name": "A String", # The fully qualified resource name of the Project, in the format:
- # <br><code>projects/<var>projectId</var></code>
"displayName": "A String", # The user-assigned display name of the Project.
"projectId": "A String", # Immutable. The globally unique, user-assigned ID of the Project.
"projectNumber": "A String", # The globally unique, Google-assigned identifier of the Project.
@@ -465,7 +465,7 @@
Args:
name: string, The fully qualified resource name of the Project, in the format:
-<br><code>projects/<var>projectId</var>/adminSdkConfig</code> (required)
+<br><code>projects/<var>PROJECT_NUMBER</var>/adminSdkConfig</code> (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -475,7 +475,7 @@
An object of the form:
{
- "storageBucket": "A String", # The default Cloud Storage for Firebase storage bucket name.
+ "databaseURL": "A String", # The default Firebase Realtime Database URL.
"locationId": "A String", # The ID of the project's default GCP resource location. The location is one
# of the available
# [GCP resource
@@ -484,9 +484,9 @@
# finalized yet. To set your project's default GCP resource location,
# call [`FinalizeDefaultLocation`](../projects.defaultLocation/finalize)
# after you add Firebase services to your project.
+ "storageBucket": "A String", # The default Cloud Storage for Firebase storage bucket name.
"projectId": "A String", # Immutable. The globally unique, user-assigned project ID of the parent
# Project.
- "databaseURL": "A String", # The default Firebase Realtime Database URL.
}</pre>
</div>
@@ -500,7 +500,7 @@
Args:
name: string, The fully qualified resource name, in the format:
-<br><code>projects/<var>projectId</var>/analyticsDetails</code> (required)
+<br><code>projects/<var>PROJECT_NUMBER</var>/analyticsDetails</code> (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -515,6 +515,8 @@
# <br>
# <br>This object contains the details of the Google Analytics property
# associated with the specified `FirebaseProject`.
+ "displayName": "A String", # The display name of the Google Analytics property associated with the
+ # specified `FirebaseProject`.
"id": "A String", # The globally unique, Google-assigned identifier of the Google Analytics
# property associated with the specified `FirebaseProject`.
# <br>
@@ -523,8 +525,6 @@
# your `FirebaseProject` with a Google Analytics account, the value in this
# `id` field is the same as the ID of the property either specified or
# provisioned with that call to `AddGoogleAnalytics`.
- "displayName": "A String", # The display name of the Google Analytics property associated with the
- # specified `FirebaseProject`.
},
"streamMappings": [ # For Android Apps and iOS Apps: A map of `app` to `streamId` for each
# Firebase App in the specified `FirebaseProject`. Each `app` and
@@ -534,19 +534,6 @@
# Firebase App in the specified `FirebaseProject`. Each `app`, `streamId`,
# and `measurementId` appears only once.
{ # A mapping of a Firebase App to a Google Analytics data stream
- "streamId": "A String", # The unique Google-assigned identifier of the Google Analytics data stream
- # associated with the Firebase App.
- # <br>
- # <br>Learn more about Google Analytics data streams in the
- # [Analytics
- # documentation](https://support.google.com/analytics/answer/9303323).
- "app": "A String", # The fully qualified resource name of the Firebase App associated with the
- # Google Analytics data stream, in the format:
- # <br><code>projects/<var>projectId</var>/androidApps/<var>appId</var></code>
- # or
- # <code>projects/<var>projectId</var>/iosApps/<var>appId</var></code>
- # or
- # <code>projects/<var>projectId</var>/webApps/<var>appId</var></code>
"measurementId": "A String", # Applicable for Firebase Web Apps only.<br>
# <br>The unique Google-assigned identifier of the Google Analytics web
# stream associated with the Firebase Web App. Firebase SDKs use this ID to
@@ -555,13 +542,26 @@
# <br>Learn more about this ID and Google Analytics web streams in the
# [Analytics
# documentation](https://support.google.com/analytics/topic/9303475).
+ "streamId": "A String", # The unique Google-assigned identifier of the Google Analytics data stream
+ # associated with the Firebase App.
+ # <br>
+ # <br>Learn more about Google Analytics data streams in the
+ # [Analytics
+ # documentation](https://support.google.com/analytics/answer/9303323).
+ "app": "A String", # The fully qualified resource name of the Firebase App associated with the
+ # Google Analytics data stream, in the format:
+ # <br><code>projects/<var>PROJECT_NUMBER</var>/androidApps/<var>APP_ID</var></code>
+ # or
+ # <code>projects/<var>PROJECT_NUMBER</var>/iosApps/<var>APP_ID</var></code>
+ # or
+ # <code>projects/<var>PROJECT_NUMBER</var>/webApps/<var>APP_ID</var></code>
},
],
}</pre>
</div>
<div class="method">
- <code class="details" id="list">list(pageToken=None, pageSize=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(pageSize=None, pageToken=None, x__xgafv=None)</code>
<pre>Lists each FirebaseProject accessible to the caller.
<br>
<br>The elements are returned in no particular order, but they will be a
@@ -578,8 +578,6 @@
for consistent reads as well as for additional Project details.
Args:
- pageToken: string, Token returned from a previous call to `ListFirebaseProjects` indicating
-where in the set of Projects to resume listing.
pageSize: integer, The maximum number of Projects to return in the response.
<br>
<br>The server may return fewer than this at its discretion.
@@ -587,6 +585,8 @@
will impose its own limit.
<br>
<br>This value cannot be negative.
+ pageToken: string, Token returned from a previous call to `ListFirebaseProjects` indicating
+where in the set of Projects to resume listing.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -596,14 +596,6 @@
An object of the form:
{
- "nextPageToken": "A String", # If the result list is too large to fit in a single response, then a token
- # is returned. If the string is empty, then this response is the last page of
- # results.
- # <br>
- # <br>This token can be used in a subsequent calls to `ListFirebaseProjects`
- # to find the next group of Projects.
- # <br>
- # <br>Page tokens are short-lived and should not be persisted.
"results": [ # One page of the list of Projects that are accessible to the caller.
{ # A `FirebaseProject` is the top-level Firebase entity. It is the container for
# Firebase Apps, Firebase Hosting sites, storage systems (Firebase Realtime
@@ -621,20 +613,9 @@
# <br>A `FirebaseProject` is actually also a GCP `Project`, so a
# `FirebaseProject` uses underlying GCP identifiers (most importantly,
# `projectId`) as its own for easy interop with GCP APIs.
+ "name": "A String", # The fully qualified resource name of the Project, in the format:
+ # <br><code>projects/<var>projectId</var></code>
"resources": { # The default resources associated with a `FirebaseProject`. # The default Firebase resources associated with the Project.
- "storageBucket": "A String", # The default Cloud Storage for Firebase storage bucket, in the format:
- # <br><code><var>projectId</var>.appspot.com</code>
- "realtimeDatabaseInstance": "A String", # The default Firebase Realtime Database instance name, in the format:
- # <br><code><var>projectId</var></code>
- # <br>Though rare, your `projectId` might already be used as the name for an
- # existing Realtime Database instance in another project (learn more about
- # [database
- # sharding](https://firebase.google.com/docs/database/usage/sharding)). In
- # these cases, your `projectId` is appended with a hyphen then five
- # alphanumeric characters to create your default Realtime Database instance
- # name. For example, if your `projectId` is `myproject123`, your default
- # database instance name might be:
- # <br><code>myproject123-a5c16</code>
"locationId": "A String", # The ID of the project's default GCP resource location. The location is one
# of the available
# [GCP resource
@@ -643,6 +624,8 @@
# finalized yet. To set your project's default GCP resource location,
# call [`FinalizeDefaultLocation`](../projects.defaultLocation/finalize)
# after you add Firebase services to your project.
+ "storageBucket": "A String", # The default Cloud Storage for Firebase storage bucket, in the format:
+ # <br><code><var>projectId</var>.appspot.com</code>
"hostingSite": "A String", # The default Firebase Hosting site name, in the format:
# <br><code><var>projectId</var></code>
# <br>Though rare, your `projectId` might already be used as the name for an
@@ -654,14 +637,31 @@
# example, if your `projectId` is `myproject123`, your default Hosting site
# name might be:
# <br><code>myproject123-a5c16</code>
+ "realtimeDatabaseInstance": "A String", # The default Firebase Realtime Database instance name, in the format:
+ # <br><code><var>projectId</var></code>
+ # <br>Though rare, your `projectId` might already be used as the name for an
+ # existing Realtime Database instance in another project (learn more about
+ # [database
+ # sharding](https://firebase.google.com/docs/database/usage/sharding)). In
+ # these cases, your `projectId` is appended with a hyphen then five
+ # alphanumeric characters to create your default Realtime Database instance
+ # name. For example, if your `projectId` is `myproject123`, your default
+ # database instance name might be:
+ # <br><code>myproject123-a5c16</code>
},
- "name": "A String", # The fully qualified resource name of the Project, in the format:
- # <br><code>projects/<var>projectId</var></code>
"displayName": "A String", # The user-assigned display name of the Project.
"projectId": "A String", # Immutable. The globally unique, user-assigned ID of the Project.
"projectNumber": "A String", # The globally unique, Google-assigned identifier of the Project.
},
],
+ "nextPageToken": "A String", # If the result list is too large to fit in a single response, then a token
+ # is returned. If the string is empty, then this response is the last page of
+ # results.
+ # <br>
+ # <br>This token can be used in a subsequent calls to `ListFirebaseProjects`
+ # to find the next group of Projects.
+ # <br>
+ # <br>Page tokens are short-lived and should not be persisted.
}</pre>
</div>
@@ -708,20 +708,9 @@
# <br>A `FirebaseProject` is actually also a GCP `Project`, so a
# `FirebaseProject` uses underlying GCP identifiers (most importantly,
# `projectId`) as its own for easy interop with GCP APIs.
+ "name": "A String", # The fully qualified resource name of the Project, in the format:
+ # <br><code>projects/<var>projectId</var></code>
"resources": { # The default resources associated with a `FirebaseProject`. # The default Firebase resources associated with the Project.
- "storageBucket": "A String", # The default Cloud Storage for Firebase storage bucket, in the format:
- # <br><code><var>projectId</var>.appspot.com</code>
- "realtimeDatabaseInstance": "A String", # The default Firebase Realtime Database instance name, in the format:
- # <br><code><var>projectId</var></code>
- # <br>Though rare, your `projectId` might already be used as the name for an
- # existing Realtime Database instance in another project (learn more about
- # [database
- # sharding](https://firebase.google.com/docs/database/usage/sharding)). In
- # these cases, your `projectId` is appended with a hyphen then five
- # alphanumeric characters to create your default Realtime Database instance
- # name. For example, if your `projectId` is `myproject123`, your default
- # database instance name might be:
- # <br><code>myproject123-a5c16</code>
"locationId": "A String", # The ID of the project's default GCP resource location. The location is one
# of the available
# [GCP resource
@@ -730,6 +719,8 @@
# finalized yet. To set your project's default GCP resource location,
# call [`FinalizeDefaultLocation`](../projects.defaultLocation/finalize)
# after you add Firebase services to your project.
+ "storageBucket": "A String", # The default Cloud Storage for Firebase storage bucket, in the format:
+ # <br><code><var>projectId</var>.appspot.com</code>
"hostingSite": "A String", # The default Firebase Hosting site name, in the format:
# <br><code><var>projectId</var></code>
# <br>Though rare, your `projectId` might already be used as the name for an
@@ -741,9 +732,18 @@
# example, if your `projectId` is `myproject123`, your default Hosting site
# name might be:
# <br><code>myproject123-a5c16</code>
+ "realtimeDatabaseInstance": "A String", # The default Firebase Realtime Database instance name, in the format:
+ # <br><code><var>projectId</var></code>
+ # <br>Though rare, your `projectId` might already be used as the name for an
+ # existing Realtime Database instance in another project (learn more about
+ # [database
+ # sharding](https://firebase.google.com/docs/database/usage/sharding)). In
+ # these cases, your `projectId` is appended with a hyphen then five
+ # alphanumeric characters to create your default Realtime Database instance
+ # name. For example, if your `projectId` is `myproject123`, your default
+ # database instance name might be:
+ # <br><code>myproject123-a5c16</code>
},
- "name": "A String", # The fully qualified resource name of the Project, in the format:
- # <br><code>projects/<var>projectId</var></code>
"displayName": "A String", # The user-assigned display name of the Project.
"projectId": "A String", # Immutable. The globally unique, user-assigned ID of the Project.
"projectNumber": "A String", # The globally unique, Google-assigned identifier of the Project.
@@ -778,20 +778,9 @@
# <br>A `FirebaseProject` is actually also a GCP `Project`, so a
# `FirebaseProject` uses underlying GCP identifiers (most importantly,
# `projectId`) as its own for easy interop with GCP APIs.
+ "name": "A String", # The fully qualified resource name of the Project, in the format:
+ # <br><code>projects/<var>projectId</var></code>
"resources": { # The default resources associated with a `FirebaseProject`. # The default Firebase resources associated with the Project.
- "storageBucket": "A String", # The default Cloud Storage for Firebase storage bucket, in the format:
- # <br><code><var>projectId</var>.appspot.com</code>
- "realtimeDatabaseInstance": "A String", # The default Firebase Realtime Database instance name, in the format:
- # <br><code><var>projectId</var></code>
- # <br>Though rare, your `projectId` might already be used as the name for an
- # existing Realtime Database instance in another project (learn more about
- # [database
- # sharding](https://firebase.google.com/docs/database/usage/sharding)). In
- # these cases, your `projectId` is appended with a hyphen then five
- # alphanumeric characters to create your default Realtime Database instance
- # name. For example, if your `projectId` is `myproject123`, your default
- # database instance name might be:
- # <br><code>myproject123-a5c16</code>
"locationId": "A String", # The ID of the project's default GCP resource location. The location is one
# of the available
# [GCP resource
@@ -800,6 +789,8 @@
# finalized yet. To set your project's default GCP resource location,
# call [`FinalizeDefaultLocation`](../projects.defaultLocation/finalize)
# after you add Firebase services to your project.
+ "storageBucket": "A String", # The default Cloud Storage for Firebase storage bucket, in the format:
+ # <br><code><var>projectId</var>.appspot.com</code>
"hostingSite": "A String", # The default Firebase Hosting site name, in the format:
# <br><code><var>projectId</var></code>
# <br>Though rare, your `projectId` might already be used as the name for an
@@ -811,9 +802,18 @@
# example, if your `projectId` is `myproject123`, your default Hosting site
# name might be:
# <br><code>myproject123-a5c16</code>
+ "realtimeDatabaseInstance": "A String", # The default Firebase Realtime Database instance name, in the format:
+ # <br><code><var>projectId</var></code>
+ # <br>Though rare, your `projectId` might already be used as the name for an
+ # existing Realtime Database instance in another project (learn more about
+ # [database
+ # sharding](https://firebase.google.com/docs/database/usage/sharding)). In
+ # these cases, your `projectId` is appended with a hyphen then five
+ # alphanumeric characters to create your default Realtime Database instance
+ # name. For example, if your `projectId` is `myproject123`, your default
+ # database instance name might be:
+ # <br><code>myproject123-a5c16</code>
},
- "name": "A String", # The fully qualified resource name of the Project, in the format:
- # <br><code>projects/<var>projectId</var></code>
"displayName": "A String", # The user-assigned display name of the Project.
"projectId": "A String", # Immutable. The globally unique, user-assigned ID of the Project.
"projectNumber": "A String", # The globally unique, Google-assigned identifier of the Project.
@@ -843,7 +843,7 @@
Args:
parent: string, The parent `FirebaseProject` to unlink from its Google Analytics account,
in the format:
-<br><code>projects/<var>projectId</var></code> (required)
+<br><code>projects/<var>PROJECT_NUMBER</var></code> (required)
body: object, The request body.
The object takes the form of:
@@ -880,7 +880,7 @@
</div>
<div class="method">
- <code class="details" id="searchApps">searchApps(parent, pageToken=None, pageSize=None, x__xgafv=None)</code>
+ <code class="details" id="searchApps">searchApps(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
<pre>A convenience method that lists all available Apps for the specified
FirebaseProject.
<br>
@@ -890,9 +890,7 @@
Args:
parent: string, The parent Project for which to list Apps, in the format:
-<br><code>projects/<var>projectId</var></code> (required)
- pageToken: string, Token returned from a previous call to `SearchFirebaseApps` indicating
-where in the set of Apps to resume listing.
+<br><code>projects/<var>PROJECT_NUMBER</var></code> (required)
pageSize: integer, The maximum number of Apps to return in the response.
<br>
<br>The server may return fewer than this value at its discretion.
@@ -900,6 +898,8 @@
server will impose its own limit.
<br>
<br>This value cannot be negative.
+ pageToken: string, Token returned from a previous call to `SearchFirebaseApps` indicating
+where in the set of Apps to resume listing.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -909,20 +909,6 @@
An object of the form:
{
- "apps": [ # One page of results from a call to `SearchFirebaseApps`.
- { # A high-level summary of an App.
- "appId": "A String", # Immutable. The globally unique, Firebase-assigned identifier of the App.
- # <br>
- # <br>This identifier should be treated as an opaque token, as the data
- # format is not specified.
- "platform": "A String", # The platform of the Firebase App.
- "name": "A String", # The fully qualified resource name of the Firebase App, in the format:
- # <br><code>projects/<var>projectId</var>/iosApps/<var>appId</var></code>
- # or <br><code>projects/<var>projectId</var>/androidApps/<var>appId</var>
- # </code>
- "displayName": "A String", # The user-assigned display name of the Firebase App.
- },
- ],
"nextPageToken": "A String", # If the result list is too large to fit in a single response, then a token
# is returned.
# <br>
@@ -930,6 +916,20 @@
# to find the next group of Apps.
# <br>If the string is empty, then this response is the last page of results.
# <br>Page tokens are short-lived and should not be persisted.
+ "apps": [ # One page of results from a call to `SearchFirebaseApps`.
+ { # A high-level summary of an App.
+ "appId": "A String", # Immutable. The globally unique, Firebase-assigned identifier of the App.
+ # <br>
+ # <br>This identifier should be treated as an opaque token, as the data
+ # format is not specified.
+ "platform": "A String", # The platform of the Firebase App.
+ "displayName": "A String", # The user-assigned display name of the Firebase App.
+ "name": "A String", # The fully qualified resource name of the Firebase App, in the format:
+ # <br><code>projects/<var>projectId</var>/iosApps/<var>appId</var></code>
+ # or <br><code>projects/<var>projectId</var>/androidApps/<var>appId</var>
+ # </code>
+ },
+ ],
}</pre>
</div>