Class IcebergCatalog (0.42.0)

public final class IcebergCatalog extends GeneratedMessage implements IcebergCatalogOrBuilder

The Iceberg catalog details.

Protobuf type google.cloud.oracledatabase.v1.IcebergCatalog

Static Fields

CATALOG_TYPE_FIELD_NUMBER

public static final int CATALOG_TYPE_FIELD_NUMBER
Field Value
Type Description
int

GLUE_ICEBERG_CATALOG_FIELD_NUMBER

public static final int GLUE_ICEBERG_CATALOG_FIELD_NUMBER
Field Value
Type Description
int

NESSIE_ICEBERG_CATALOG_FIELD_NUMBER

public static final int NESSIE_ICEBERG_CATALOG_FIELD_NUMBER
Field Value
Type Description
int

POLARIS_ICEBERG_CATALOG_FIELD_NUMBER

public static final int POLARIS_ICEBERG_CATALOG_FIELD_NUMBER
Field Value
Type Description
int

REST_ICEBERG_CATALOG_FIELD_NUMBER

public static final int REST_ICEBERG_CATALOG_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static IcebergCatalog getDefaultInstance()
Returns
Type Description
IcebergCatalog

getDescriptor()

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

newBuilder()

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

newBuilder(IcebergCatalog prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getCatalogDetailsCase()

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

getCatalogType()

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

getDefaultInstanceForType()

public IcebergCatalog getDefaultInstanceForType()
Returns
Type Description
IcebergCatalog

getGlueIcebergCatalog()

public GlueIcebergCatalog getGlueIcebergCatalog()

The Glue Iceberg catalog.

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

Returns
Type Description
GlueIcebergCatalog

The glueIcebergCatalog.

getGlueIcebergCatalogOrBuilder()

public GlueIcebergCatalogOrBuilder getGlueIcebergCatalogOrBuilder()

The Glue Iceberg catalog.

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

Returns
Type Description
GlueIcebergCatalogOrBuilder

getNessieIcebergCatalog()

public NessieIcebergCatalog getNessieIcebergCatalog()

The Nessie Iceberg catalog.

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

Returns
Type Description
NessieIcebergCatalog

The nessieIcebergCatalog.

getNessieIcebergCatalogOrBuilder()

public NessieIcebergCatalogOrBuilder getNessieIcebergCatalogOrBuilder()

The Nessie Iceberg catalog.

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

Returns
Type Description
NessieIcebergCatalogOrBuilder

getParserForType()

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

getPolarisIcebergCatalog()

public PolarisIcebergCatalog getPolarisIcebergCatalog()

The Polaris Iceberg catalog.

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

Returns
Type Description
PolarisIcebergCatalog

The polarisIcebergCatalog.

getPolarisIcebergCatalogOrBuilder()

public PolarisIcebergCatalogOrBuilder getPolarisIcebergCatalogOrBuilder()

The Polaris Iceberg catalog.

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

Returns
Type Description
PolarisIcebergCatalogOrBuilder

getRestIcebergCatalog()

public RestIcebergCatalog getRestIcebergCatalog()

The REST Iceberg catalog.

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

Returns
Type Description
RestIcebergCatalog

The restIcebergCatalog.

getRestIcebergCatalogOrBuilder()

public RestIcebergCatalogOrBuilder getRestIcebergCatalogOrBuilder()

The REST Iceberg catalog.

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

Returns
Type Description
RestIcebergCatalogOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasGlueIcebergCatalog()

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

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

newBuilderForType(AbstractMessage.BuilderParent parent)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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