Class IcebergStorage (0.42.0)

public final class IcebergStorage extends GeneratedMessage implements IcebergStorageOrBuilder

The Iceberg storage details.

Protobuf type google.cloud.oracledatabase.v1.IcebergStorage

Static Fields

AMAZON_S3_ICEBERG_STORAGE_FIELD_NUMBER

public static final int AMAZON_S3_ICEBERG_STORAGE_FIELD_NUMBER
Field Value
Type Description
int

AZURE_DATA_LAKE_STORAGE_ICEBERG_STORAGE_FIELD_NUMBER

public static final int AZURE_DATA_LAKE_STORAGE_ICEBERG_STORAGE_FIELD_NUMBER
Field Value
Type Description
int

GOOGLE_CLOUD_STORAGE_ICEBERG_STORAGE_FIELD_NUMBER

public static final int GOOGLE_CLOUD_STORAGE_ICEBERG_STORAGE_FIELD_NUMBER
Field Value
Type Description
int

STORAGE_TYPE_FIELD_NUMBER

public static final int STORAGE_TYPE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static IcebergStorage getDefaultInstance()
Returns
Type Description
IcebergStorage

getDescriptor()

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

newBuilder()

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

newBuilder(IcebergStorage prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getAmazonS3IcebergStorage()

public AmazonS3IcebergStorage getAmazonS3IcebergStorage()

The Amazon S3 Iceberg storage.

.google.cloud.oracledatabase.v1.AmazonS3IcebergStorage amazon_s3_iceberg_storage = 1;

Returns
Type Description
AmazonS3IcebergStorage

The amazonS3IcebergStorage.

getAmazonS3IcebergStorageOrBuilder()

public AmazonS3IcebergStorageOrBuilder getAmazonS3IcebergStorageOrBuilder()

The Amazon S3 Iceberg storage.

.google.cloud.oracledatabase.v1.AmazonS3IcebergStorage amazon_s3_iceberg_storage = 1;

Returns
Type Description
AmazonS3IcebergStorageOrBuilder

getAzureDataLakeStorageIcebergStorage()

public AzureDataLakeStorageIcebergStorage getAzureDataLakeStorageIcebergStorage()

The Azure Data Lake Storage Iceberg storage.

.google.cloud.oracledatabase.v1.AzureDataLakeStorageIcebergStorage azure_data_lake_storage_iceberg_storage = 3;

Returns
Type Description
AzureDataLakeStorageIcebergStorage

The azureDataLakeStorageIcebergStorage.

getAzureDataLakeStorageIcebergStorageOrBuilder()

public AzureDataLakeStorageIcebergStorageOrBuilder getAzureDataLakeStorageIcebergStorageOrBuilder()

The Azure Data Lake Storage Iceberg storage.

.google.cloud.oracledatabase.v1.AzureDataLakeStorageIcebergStorage azure_data_lake_storage_iceberg_storage = 3;

Returns
Type Description
AzureDataLakeStorageIcebergStorageOrBuilder

getDefaultInstanceForType()

public IcebergStorage getDefaultInstanceForType()
Returns
Type Description
IcebergStorage

getGoogleCloudStorageIcebergStorage()

public GoogleCloudStorageIcebergStorage getGoogleCloudStorageIcebergStorage()

The Google Cloud Storage Iceberg storage.

.google.cloud.oracledatabase.v1.GoogleCloudStorageIcebergStorage google_cloud_storage_iceberg_storage = 2;

Returns
Type Description
GoogleCloudStorageIcebergStorage

The googleCloudStorageIcebergStorage.

getGoogleCloudStorageIcebergStorageOrBuilder()

public GoogleCloudStorageIcebergStorageOrBuilder getGoogleCloudStorageIcebergStorageOrBuilder()

The Google Cloud Storage Iceberg storage.

.google.cloud.oracledatabase.v1.GoogleCloudStorageIcebergStorage google_cloud_storage_iceberg_storage = 2;

Returns
Type Description
GoogleCloudStorageIcebergStorageOrBuilder

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getStorageDetailsCase()

public IcebergStorage.StorageDetailsCase getStorageDetailsCase()
Returns
Type Description
IcebergStorage.StorageDetailsCase

getStorageType()

public IcebergStorage.StorageType getStorageType()

Required. The type of Iceberg storage.

.google.cloud.oracledatabase.v1.IcebergStorage.StorageType storage_type = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
IcebergStorage.StorageType

The storageType.

getStorageTypeValue()

public int getStorageTypeValue()

Required. The type of Iceberg storage.

.google.cloud.oracledatabase.v1.IcebergStorage.StorageType storage_type = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The enum numeric value on the wire for storageType.

hasAmazonS3IcebergStorage()

public boolean hasAmazonS3IcebergStorage()

The Amazon S3 Iceberg storage.

.google.cloud.oracledatabase.v1.AmazonS3IcebergStorage amazon_s3_iceberg_storage = 1;

Returns
Type Description
boolean

Whether the amazonS3IcebergStorage field is set.

hasAzureDataLakeStorageIcebergStorage()

public boolean hasAzureDataLakeStorageIcebergStorage()

The Azure Data Lake Storage Iceberg storage.

.google.cloud.oracledatabase.v1.AzureDataLakeStorageIcebergStorage azure_data_lake_storage_iceberg_storage = 3;

Returns
Type Description
boolean

Whether the azureDataLakeStorageIcebergStorage field is set.

hasGoogleCloudStorageIcebergStorage()

public boolean hasGoogleCloudStorageIcebergStorage()

The Google Cloud Storage Iceberg storage.

.google.cloud.oracledatabase.v1.GoogleCloudStorageIcebergStorage google_cloud_storage_iceberg_storage = 2;

Returns
Type Description
boolean

Whether the googleCloudStorageIcebergStorage field is set.

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 IcebergStorage.Builder newBuilderForType()
Returns
Type Description
IcebergStorage.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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