public sealed class RestoreBucketOptions
Reference documentation and code samples for the Google Cloud Storage v1 API class RestoreBucketOptions.
Options for RestoreBucket operations.
Namespace
Google.Cloud.Storage.V1Assembly
Google.Cloud.Storage.V1.dll
Properties
Projection
public Projection? Projection { get; set; }
The projection of the restored bucket to return. Note the whole bucket will be restored, except for the bucket's access controls. This only affects what information is returned when restoration is successful.
Property Value | |
---|---|
Type | Description |
Projection |
RetryOptions
public RetryOptions RetryOptions { get; set; }
Options to pass custom retry configuration for each API request.
Property Value | |
---|---|
Type | Description |
RetryOptions |
UserProject
public string UserProject { get; set; }
If set, this is the ID of the project which will be billed for the request. The caller must have suitable permissions for the project being billed.
Property Value | |
---|---|
Type | Description |
string |