Class AzureDataLakeStorageIcebergStorage.Builder (0.42.0)

public static final class AzureDataLakeStorageIcebergStorage.Builder extends GeneratedMessage.Builder<AzureDataLakeStorageIcebergStorage.Builder> implements AzureDataLakeStorageIcebergStorageOrBuilder

The Azure Data Lake Storage Iceberg storage.

Protobuf type google.cloud.oracledatabase.v1.AzureDataLakeStorageIcebergStorage

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public AzureDataLakeStorageIcebergStorage build()
Returns
Type Description
AzureDataLakeStorageIcebergStorage

buildPartial()

public AzureDataLakeStorageIcebergStorage buildPartial()
Returns
Type Description
AzureDataLakeStorageIcebergStorage

clear()

public AzureDataLakeStorageIcebergStorage.Builder clear()
Returns
Type Description
AzureDataLakeStorageIcebergStorage.Builder
Overrides

clearAccountKeySecret()

public AzureDataLakeStorageIcebergStorage.Builder clearAccountKeySecret()

Optional. The account key of Azure Data Lake Storage.

string account_key_secret = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AzureDataLakeStorageIcebergStorage.Builder

This builder for chaining.

clearAzureAccount()

public AzureDataLakeStorageIcebergStorage.Builder clearAzureAccount()

Required. The account of Azure Data Lake Storage.

string azure_account = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
AzureDataLakeStorageIcebergStorage.Builder

This builder for chaining.

clearContainer()

public AzureDataLakeStorageIcebergStorage.Builder clearContainer()

Required. The container of Azure Data Lake Storage.

string container = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
AzureDataLakeStorageIcebergStorage.Builder

This builder for chaining.

clearEndpoint()

public AzureDataLakeStorageIcebergStorage.Builder clearEndpoint()

Optional. The endpoint of Azure Data Lake Storage.

string endpoint = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AzureDataLakeStorageIcebergStorage.Builder

This builder for chaining.

getAccountKeySecret()

public String getAccountKeySecret()

Optional. The account key of Azure Data Lake Storage.

string account_key_secret = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The accountKeySecret.

getAccountKeySecretBytes()

public ByteString getAccountKeySecretBytes()

Optional. The account key of Azure Data Lake Storage.

string account_key_secret = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for accountKeySecret.

getAzureAccount()

public String getAzureAccount()

Required. The account of Azure Data Lake Storage.

string azure_account = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The azureAccount.

getAzureAccountBytes()

public ByteString getAzureAccountBytes()

Required. The account of Azure Data Lake Storage.

string azure_account = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for azureAccount.

getContainer()

public String getContainer()

Required. The container of Azure Data Lake Storage.

string container = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The container.

getContainerBytes()

public ByteString getContainerBytes()

Required. The container of Azure Data Lake Storage.

string container = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for container.

getDefaultInstanceForType()

public AzureDataLakeStorageIcebergStorage getDefaultInstanceForType()
Returns
Type Description
AzureDataLakeStorageIcebergStorage

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getEndpoint()

public String getEndpoint()

Optional. The endpoint of Azure Data Lake Storage.

string endpoint = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The endpoint.

getEndpointBytes()

public ByteString getEndpointBytes()

Optional. The endpoint of Azure Data Lake Storage.

string endpoint = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for endpoint.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(AzureDataLakeStorageIcebergStorage other)

public AzureDataLakeStorageIcebergStorage.Builder mergeFrom(AzureDataLakeStorageIcebergStorage other)
Parameter
Name Description
other AzureDataLakeStorageIcebergStorage
Returns
Type Description
AzureDataLakeStorageIcebergStorage.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AzureDataLakeStorageIcebergStorage.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AzureDataLakeStorageIcebergStorage.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public AzureDataLakeStorageIcebergStorage.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
AzureDataLakeStorageIcebergStorage.Builder
Overrides

setAccountKeySecret(String value)

public AzureDataLakeStorageIcebergStorage.Builder setAccountKeySecret(String value)

Optional. The account key of Azure Data Lake Storage.

string account_key_secret = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The accountKeySecret to set.

Returns
Type Description
AzureDataLakeStorageIcebergStorage.Builder

This builder for chaining.

setAccountKeySecretBytes(ByteString value)

public AzureDataLakeStorageIcebergStorage.Builder setAccountKeySecretBytes(ByteString value)

Optional. The account key of Azure Data Lake Storage.

string account_key_secret = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for accountKeySecret to set.

Returns
Type Description
AzureDataLakeStorageIcebergStorage.Builder

This builder for chaining.

setAzureAccount(String value)

public AzureDataLakeStorageIcebergStorage.Builder setAzureAccount(String value)

Required. The account of Azure Data Lake Storage.

string azure_account = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The azureAccount to set.

Returns
Type Description
AzureDataLakeStorageIcebergStorage.Builder

This builder for chaining.

setAzureAccountBytes(ByteString value)

public AzureDataLakeStorageIcebergStorage.Builder setAzureAccountBytes(ByteString value)

Required. The account of Azure Data Lake Storage.

string azure_account = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for azureAccount to set.

Returns
Type Description
AzureDataLakeStorageIcebergStorage.Builder

This builder for chaining.

setContainer(String value)

public AzureDataLakeStorageIcebergStorage.Builder setContainer(String value)

Required. The container of Azure Data Lake Storage.

string container = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The container to set.

Returns
Type Description
AzureDataLakeStorageIcebergStorage.Builder

This builder for chaining.

setContainerBytes(ByteString value)

public AzureDataLakeStorageIcebergStorage.Builder setContainerBytes(ByteString value)

Required. The container of Azure Data Lake Storage.

string container = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for container to set.

Returns
Type Description
AzureDataLakeStorageIcebergStorage.Builder

This builder for chaining.

setEndpoint(String value)

public AzureDataLakeStorageIcebergStorage.Builder setEndpoint(String value)

Optional. The endpoint of Azure Data Lake Storage.

string endpoint = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The endpoint to set.

Returns
Type Description
AzureDataLakeStorageIcebergStorage.Builder

This builder for chaining.

setEndpointBytes(ByteString value)

public AzureDataLakeStorageIcebergStorage.Builder setEndpointBytes(ByteString value)

Optional. The endpoint of Azure Data Lake Storage.

string endpoint = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for endpoint to set.

Returns
Type Description
AzureDataLakeStorageIcebergStorage.Builder

This builder for chaining.