public sealed class StorageClientBuilder : ClientBuilderBase<StorageClient>Reference documentation and code samples for the Google Cloud Storage v1 API class StorageClientBuilder.
A builder for StorageClient, allowing simple client customization.
Namespace
Google.Cloud.Storage.V1Assembly
Google.Cloud.Storage.V1.dll
Constructors
StorageClientBuilder()
public StorageClientBuilder()Creates a new builder with default settings.
Properties
EncryptionKey
public EncryptionKey EncryptionKey { get; set; }The customer-supplied encryption key used by default for all relevant object-based operations.
| Property Value | |
|---|---|
| Type | Description |
EncryptionKey |
|
UnauthenticatedAccess
public bool UnauthenticatedAccess { get; set; }If set to true, no credentials are created when the client is built.
| Property Value | |
|---|---|
| Type | Description |
Boolean |
|
Methods
Build()
public override StorageClient Build()| Returns | |
|---|---|
| Type | Description |
StorageClient |
|
Google.Api.Gax.Rest.ClientBuilderBase<Google.Cloud.Storage.V1.StorageClient>.Build()
BuildAsync(CancellationToken)
public override async Task<StorageClient> BuildAsync(CancellationToken cancellationToken = default(CancellationToken))| Parameter | |
|---|---|
| Name | Description |
cancellationToken |
CancellationToken |
| Returns | |
|---|---|
| Type | Description |
Task<StorageClient> |
|
Google.Api.Gax.Rest.ClientBuilderBase<Google.Cloud.Storage.V1.StorageClient>.BuildAsync(System.Threading.CancellationToken)
CreateServiceInitializer()
protected override BaseClientService.Initializer CreateServiceInitializer()| Returns | |
|---|---|
| Type | Description |
BaseClientService.Initializer |
|
Google.Api.Gax.Rest.ClientBuilderBase<Google.Cloud.Storage.V1.StorageClient>.CreateServiceInitializer()
CreateServiceInitializerAsync(CancellationToken)
protected override async Task<BaseClientService.Initializer> CreateServiceInitializerAsync(CancellationToken cancellationToken)| Parameter | |
|---|---|
| Name | Description |
cancellationToken |
CancellationToken |
| Returns | |
|---|---|
| Type | Description |
Task<BaseClientService.Initializer> |
|
Google.Api.Gax.Rest.ClientBuilderBase<Google.Cloud.Storage.V1.StorageClient>.CreateServiceInitializerAsync(System.Threading.CancellationToken)
GetDefaultApplicationName()
protected override string GetDefaultApplicationName()| Returns | |
|---|---|
| Type | Description |
String |
|
Google.Api.Gax.Rest.ClientBuilderBase<Google.Cloud.Storage.V1.StorageClient>.GetDefaultApplicationName()
GetHttpClientInitializer()
protected override IConfigurableHttpClientInitializer GetHttpClientInitializer()| Returns | |
|---|---|
| Type | Description |
IConfigurableHttpClientInitializer |
|
Google.Api.Gax.Rest.ClientBuilderBase<Google.Cloud.Storage.V1.StorageClient>.GetHttpClientInitializer()
GetHttpClientInitializerAsync(CancellationToken)
protected override Task<IConfigurableHttpClientInitializer> GetHttpClientInitializerAsync(CancellationToken cancellationToken)| Parameter | |
|---|---|
| Name | Description |
cancellationToken |
CancellationToken |
| Returns | |
|---|---|
| Type | Description |
Task<IConfigurableHttpClientInitializer> |
|
Google.Api.Gax.Rest.ClientBuilderBase<Google.Cloud.Storage.V1.StorageClient>.GetHttpClientInitializerAsync(System.Threading.CancellationToken)
GetScopedCredentialProvider()
protected override ScopedCredentialProvider GetScopedCredentialProvider()| Returns | |
|---|---|
| Type | Description |
ScopedCredentialProvider |
|
Google.Api.Gax.Rest.ClientBuilderBase<Google.Cloud.Storage.V1.StorageClient>.GetScopedCredentialProvider()
Validate()
protected override void Validate()Google.Api.Gax.Rest.ClientBuilderBase<Google.Cloud.Storage.V1.StorageClient>.Validate()