Interface IcebergCatalogOrBuilder (0.42.0)

public interface IcebergCatalogOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCatalogDetailsCase()

public abstract IcebergCatalog.CatalogDetailsCase getCatalogDetailsCase()
Returns
Type Description
IcebergCatalog.CatalogDetailsCase

getCatalogType()

public abstract IcebergCatalog.CatalogType getCatalogType()

Required. The type of Iceberg catalog.

.google.cloud.oracledatabase.v1.IcebergCatalog.CatalogType catalog_type = 6 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
IcebergCatalog.CatalogType

The catalogType.

getCatalogTypeValue()

public abstract int getCatalogTypeValue()

Required. The type of Iceberg catalog.

.google.cloud.oracledatabase.v1.IcebergCatalog.CatalogType catalog_type = 6 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The enum numeric value on the wire for catalogType.

getGlueIcebergCatalog()

public abstract GlueIcebergCatalog getGlueIcebergCatalog()

The Glue Iceberg catalog.

.google.cloud.oracledatabase.v1.GlueIcebergCatalog glue_iceberg_catalog = 1;

Returns
Type Description
GlueIcebergCatalog

The glueIcebergCatalog.

getGlueIcebergCatalogOrBuilder()

public abstract GlueIcebergCatalogOrBuilder getGlueIcebergCatalogOrBuilder()

The Glue Iceberg catalog.

.google.cloud.oracledatabase.v1.GlueIcebergCatalog glue_iceberg_catalog = 1;

Returns
Type Description
GlueIcebergCatalogOrBuilder

getNessieIcebergCatalog()

public abstract NessieIcebergCatalog getNessieIcebergCatalog()

The Nessie Iceberg catalog.

.google.cloud.oracledatabase.v1.NessieIcebergCatalog nessie_iceberg_catalog = 3;

Returns
Type Description
NessieIcebergCatalog

The nessieIcebergCatalog.

getNessieIcebergCatalogOrBuilder()

public abstract NessieIcebergCatalogOrBuilder getNessieIcebergCatalogOrBuilder()

The Nessie Iceberg catalog.

.google.cloud.oracledatabase.v1.NessieIcebergCatalog nessie_iceberg_catalog = 3;

Returns
Type Description
NessieIcebergCatalogOrBuilder

getPolarisIcebergCatalog()

public abstract PolarisIcebergCatalog getPolarisIcebergCatalog()

The Polaris Iceberg catalog.

.google.cloud.oracledatabase.v1.PolarisIcebergCatalog polaris_iceberg_catalog = 4;

Returns
Type Description
PolarisIcebergCatalog

The polarisIcebergCatalog.

getPolarisIcebergCatalogOrBuilder()

public abstract PolarisIcebergCatalogOrBuilder getPolarisIcebergCatalogOrBuilder()

The Polaris Iceberg catalog.

.google.cloud.oracledatabase.v1.PolarisIcebergCatalog polaris_iceberg_catalog = 4;

Returns
Type Description
PolarisIcebergCatalogOrBuilder

getRestIcebergCatalog()

public abstract RestIcebergCatalog getRestIcebergCatalog()

The REST Iceberg catalog.

.google.cloud.oracledatabase.v1.RestIcebergCatalog rest_iceberg_catalog = 5;

Returns
Type Description
RestIcebergCatalog

The restIcebergCatalog.

getRestIcebergCatalogOrBuilder()

public abstract RestIcebergCatalogOrBuilder getRestIcebergCatalogOrBuilder()

The REST Iceberg catalog.

.google.cloud.oracledatabase.v1.RestIcebergCatalog rest_iceberg_catalog = 5;

Returns
Type Description
RestIcebergCatalogOrBuilder

hasGlueIcebergCatalog()

public abstract boolean hasGlueIcebergCatalog()

The Glue Iceberg catalog.

.google.cloud.oracledatabase.v1.GlueIcebergCatalog glue_iceberg_catalog = 1;

Returns
Type Description
boolean

Whether the glueIcebergCatalog field is set.

hasNessieIcebergCatalog()

public abstract boolean hasNessieIcebergCatalog()

The Nessie Iceberg catalog.

.google.cloud.oracledatabase.v1.NessieIcebergCatalog nessie_iceberg_catalog = 3;

Returns
Type Description
boolean

Whether the nessieIcebergCatalog field is set.

hasPolarisIcebergCatalog()

public abstract boolean hasPolarisIcebergCatalog()

The Polaris Iceberg catalog.

.google.cloud.oracledatabase.v1.PolarisIcebergCatalog polaris_iceberg_catalog = 4;

Returns
Type Description
boolean

Whether the polarisIcebergCatalog field is set.

hasRestIcebergCatalog()

public abstract boolean hasRestIcebergCatalog()

The REST Iceberg catalog.

.google.cloud.oracledatabase.v1.RestIcebergCatalog rest_iceberg_catalog = 5;

Returns
Type Description
boolean

Whether the restIcebergCatalog field is set.