Class ProjectsResource.BucketsResource.RemoveFirebaseRequest
Unlinks a linked Google Cloud Storage bucket from a Firebase project.
Inheritance
ProjectsResource.BucketsResource.RemoveFirebaseRequest
Inherited Members
Namespace: Google.Apis.Firebasestorage.v1beta
Assembly: Google.Apis.Firebasestorage.v1beta.dll
Syntax
public class ProjectsResource.BucketsResource.RemoveFirebaseRequest : FirebasestorageBaseServiceRequest<Empty>, IClientServiceRequest<Empty>, IClientServiceRequest
Constructors
RemoveFirebaseRequest(IClientService, RemoveFirebaseRequest, string)
Constructs a new RemoveFirebase request.
Declaration
public RemoveFirebaseRequest(IClientService service, RemoveFirebaseRequest body, string bucket)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
RemoveFirebaseRequest | body | |
string | bucket |
Properties
Bucket
Required. Resource name of the bucket, mirrors the ID of the underlying Google Cloud Storage bucket,
projects/{project_id_or_number}/buckets/{bucket_id}
.
Declaration
[RequestParameter("bucket", RequestParameterType.Path)]
public virtual string Bucket { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes RemoveFirebase parameter list.
Declaration
protected override void InitParameters()