Interface IcebergStorageOrBuilder (0.42.0)

public interface IcebergStorageOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAmazonS3IcebergStorage()

public abstract 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 abstract AmazonS3IcebergStorageOrBuilder getAmazonS3IcebergStorageOrBuilder()

The Amazon S3 Iceberg storage.

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

Returns
Type Description
AmazonS3IcebergStorageOrBuilder

getAzureDataLakeStorageIcebergStorage()

public abstract 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 abstract 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

getGoogleCloudStorageIcebergStorage()

public abstract 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 abstract GoogleCloudStorageIcebergStorageOrBuilder getGoogleCloudStorageIcebergStorageOrBuilder()

The Google Cloud Storage Iceberg storage.

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

Returns
Type Description
GoogleCloudStorageIcebergStorageOrBuilder

getStorageDetailsCase()

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

getStorageType()

public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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.