Class BucketsResource.RestoreRequest
Restores a soft-deleted bucket.
Inheritance
BucketsResource.RestoreRequest
Inherited Members
Namespace: Google.Apis.Storage.v1
Assembly: Google.Apis.Storage.v1.dll
Syntax
public class BucketsResource.RestoreRequest : StorageBaseServiceRequest<Bucket>, IClientServiceRequest<Bucket>, IClientServiceRequest
Constructors
RestoreRequest(IClientService, string, long)
Constructs a new Restore request.
Declaration
public RestoreRequest(IClientService service, string bucket, long generation)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | bucket | |
long | generation |
Properties
Bucket
Name of a bucket.
Declaration
[RequestParameter("bucket", RequestParameterType.Path)]
public virtual string Bucket { get; }
Property Value
Type | Description |
---|---|
string |
Generation
Generation of a bucket.
Declaration
[RequestParameter("generation", RequestParameterType.Query)]
public virtual long Generation { get; }
Property Value
Type | Description |
---|---|
long |
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
Projection
Set of properties to return. Defaults to full.
Declaration
[RequestParameter("projection", RequestParameterType.Query)]
public virtual BucketsResource.RestoreRequest.ProjectionEnum? Projection { get; set; }
Property Value
Type | Description |
---|---|
BucketsResource.RestoreRequest.ProjectionEnum? |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
UserProject
The project to be billed for this request. Required for Requester Pays buckets.
Declaration
[RequestParameter("userProject", RequestParameterType.Query)]
public virtual string UserProject { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
InitParameters()
Initializes Restore parameter list.
Declaration
protected override void InitParameters()