Class AzureDataLakeStorageIcebergStorage (0.42.0)

public final class AzureDataLakeStorageIcebergStorage extends GeneratedMessage implements AzureDataLakeStorageIcebergStorageOrBuilder

The Azure Data Lake Storage Iceberg storage.

Protobuf type google.cloud.oracledatabase.v1.AzureDataLakeStorageIcebergStorage

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > AzureDataLakeStorageIcebergStorage

Static Fields

ACCOUNT_KEY_SECRET_FIELD_NUMBER

public static final int ACCOUNT_KEY_SECRET_FIELD_NUMBER
Field Value
Type Description
int

AZURE_ACCOUNT_FIELD_NUMBER

public static final int AZURE_ACCOUNT_FIELD_NUMBER
Field Value
Type Description
int

CONTAINER_FIELD_NUMBER

public static final int CONTAINER_FIELD_NUMBER
Field Value
Type Description
int

ENDPOINT_FIELD_NUMBER

public static final int ENDPOINT_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static AzureDataLakeStorageIcebergStorage getDefaultInstance()
Returns
Type Description
AzureDataLakeStorageIcebergStorage

getDescriptor()

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

newBuilder()

public static AzureDataLakeStorageIcebergStorage.Builder newBuilder()
Returns
Type Description
AzureDataLakeStorageIcebergStorage.Builder

newBuilder(AzureDataLakeStorageIcebergStorage prototype)

public static AzureDataLakeStorageIcebergStorage.Builder newBuilder(AzureDataLakeStorageIcebergStorage prototype)
Parameter
Name Description
prototype AzureDataLakeStorageIcebergStorage
Returns
Type Description
AzureDataLakeStorageIcebergStorage.Builder

parseDelimitedFrom(InputStream input)

public static AzureDataLakeStorageIcebergStorage parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
AzureDataLakeStorageIcebergStorage
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AzureDataLakeStorageIcebergStorage parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AzureDataLakeStorageIcebergStorage
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static AzureDataLakeStorageIcebergStorage parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
AzureDataLakeStorageIcebergStorage
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static AzureDataLakeStorageIcebergStorage parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AzureDataLakeStorageIcebergStorage
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static AzureDataLakeStorageIcebergStorage parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
AzureDataLakeStorageIcebergStorage
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static AzureDataLakeStorageIcebergStorage parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AzureDataLakeStorageIcebergStorage
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static AzureDataLakeStorageIcebergStorage parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
AzureDataLakeStorageIcebergStorage
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static AzureDataLakeStorageIcebergStorage parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AzureDataLakeStorageIcebergStorage
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static AzureDataLakeStorageIcebergStorage parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
AzureDataLakeStorageIcebergStorage
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AzureDataLakeStorageIcebergStorage parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AzureDataLakeStorageIcebergStorage
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static AzureDataLakeStorageIcebergStorage parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
AzureDataLakeStorageIcebergStorage
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static AzureDataLakeStorageIcebergStorage parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AzureDataLakeStorageIcebergStorage
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<AzureDataLakeStorageIcebergStorage> parser()
Returns
Type Description
Parser<AzureDataLakeStorageIcebergStorage>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

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

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.

getParserForType()

public Parser<AzureDataLakeStorageIcebergStorage> getParserForType()
Returns
Type Description
Parser<AzureDataLakeStorageIcebergStorage>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public AzureDataLakeStorageIcebergStorage.Builder newBuilderForType()
Returns
Type Description
AzureDataLakeStorageIcebergStorage.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected AzureDataLakeStorageIcebergStorage.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
AzureDataLakeStorageIcebergStorage.Builder
Overrides

toBuilder()

public AzureDataLakeStorageIcebergStorage.Builder toBuilder()
Returns
Type Description
AzureDataLakeStorageIcebergStorage.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException