public interface AzureDataLakeStorageIcebergStorageOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAccountKeySecret()
public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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. |
getEndpoint()
public abstract 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 abstract 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. |