Show / Hide Table of Contents

Class ProjectsResource.DefaultLocationResource.FinalizeRequest

DECOMMISSIONED. If called, this endpoint will return a 404 error. Instead, use the applicable resource-specific REST API to set the location for each resource used in your Project. Sets the "location for default Google Cloud resources" for the specified FirebaseProject. This method creates a Google App Engine application with a default Cloud Storage bucket, located in the specified locationId. This location must be one of the available App Engine locations. After the location for default Google Cloud resources is finalized, or if it was already set, it cannot be changed. The location for default Google Cloud resources for the specified FirebaseProject might already be set because either the underlying Google Cloud Project already has an App Engine application or FinalizeDefaultLocation was previously called with a specified locationId. The result of this call is an Operation, which can be used to track the provisioning process. The response type of the Operation is google.protobuf.Empty. The Operation can be polled by its name using GetOperation until done is true. When done is true, the Operation has either succeeded or failed. If the Operation has succeeded, its response will be set to a google.protobuf.Empty; if the Operation has failed, its error will be set to a google.rpc.Status. The Operation is automatically deleted after completion, so there is no need to call DeleteOperation. All fields listed in the request body are required. To call FinalizeDefaultLocation, a member must be an Owner of the Project.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<Operation>
FirebaseManagementBaseServiceRequest<Operation>
ProjectsResource.DefaultLocationResource.FinalizeRequest
Implements
IClientServiceRequest<Operation>
IClientServiceRequest
Inherited Members
FirebaseManagementBaseServiceRequest<Operation>.Xgafv
FirebaseManagementBaseServiceRequest<Operation>.AccessToken
FirebaseManagementBaseServiceRequest<Operation>.Alt
FirebaseManagementBaseServiceRequest<Operation>.Callback
FirebaseManagementBaseServiceRequest<Operation>.Fields
FirebaseManagementBaseServiceRequest<Operation>.Key
FirebaseManagementBaseServiceRequest<Operation>.OauthToken
FirebaseManagementBaseServiceRequest<Operation>.PrettyPrint
FirebaseManagementBaseServiceRequest<Operation>.QuotaUser
FirebaseManagementBaseServiceRequest<Operation>.UploadType
FirebaseManagementBaseServiceRequest<Operation>.UploadProtocol
ClientServiceRequest<Operation>.Execute()
ClientServiceRequest<Operation>.ExecuteAsStream()
ClientServiceRequest<Operation>.ExecuteAsync()
ClientServiceRequest<Operation>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Operation>.ExecuteAsStreamAsync()
ClientServiceRequest<Operation>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Operation>.CreateRequest(bool?)
ClientServiceRequest<Operation>.GenerateRequestUri()
ClientServiceRequest<Operation>.GetDefaultETagAction(string)
ClientServiceRequest<Operation>.ETagAction
ClientServiceRequest<Operation>.ModifyRequest
ClientServiceRequest<Operation>.ValidateParameters
ClientServiceRequest<Operation>.ApiVersion
ClientServiceRequest<Operation>.RequestParameters
ClientServiceRequest<Operation>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseManagement.v1beta1
Assembly: Google.Apis.FirebaseManagement.v1beta1.dll
Syntax
public class ProjectsResource.DefaultLocationResource.FinalizeRequest : FirebaseManagementBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest

Constructors

FinalizeRequest(IClientService, FinalizeDefaultLocationRequest, string)

Constructs a new Finalize request.

Declaration
public FinalizeRequest(IClientService service, FinalizeDefaultLocationRequest body, string parent)
Parameters
Type Name Description
IClientService service
FinalizeDefaultLocationRequest body
string parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Operation>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Operation>.MethodName

Parent

The resource name of the FirebaseProject for which the "location for default Google Cloud resources" will be set, in the format: projects/PROJECT_IDENTIFIER Refer to the FirebaseProject name field for details about PROJECT_IDENTIFIER values.

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<Operation>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<Operation>.GetBody()

InitParameters()

Initializes Finalize parameter list.

Declaration
protected override void InitParameters()
Overrides
FirebaseManagementBaseServiceRequest<Operation>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX