Class GlueIcebergCatalog.Builder (0.42.0)

public static final class GlueIcebergCatalog.Builder extends GeneratedMessage.Builder<GlueIcebergCatalog.Builder> implements GlueIcebergCatalogOrBuilder

The Glue Iceberg catalog.

Protobuf type google.cloud.oracledatabase.v1.GlueIcebergCatalog

Static Methods

getDescriptor()

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

Methods

build()

public GlueIcebergCatalog build()
Returns
Type Description
GlueIcebergCatalog

buildPartial()

public GlueIcebergCatalog buildPartial()
Returns
Type Description
GlueIcebergCatalog

clear()

public GlueIcebergCatalog.Builder clear()
Returns
Type Description
GlueIcebergCatalog.Builder
Overrides

clearGlueId()

public GlueIcebergCatalog.Builder clearGlueId()

Required. The catalog ID of Glue.

string glue_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GlueIcebergCatalog.Builder

This builder for chaining.

getDefaultInstanceForType()

public GlueIcebergCatalog getDefaultInstanceForType()
Returns
Type Description
GlueIcebergCatalog

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getGlueId()

public String getGlueId()

Required. The catalog ID of Glue.

string glue_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The glueId.

getGlueIdBytes()

public ByteString getGlueIdBytes()

Required. The catalog ID of Glue.

string glue_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for glueId.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GlueIcebergCatalog other)

public GlueIcebergCatalog.Builder mergeFrom(GlueIcebergCatalog other)
Parameter
Name Description
other GlueIcebergCatalog
Returns
Type Description
GlueIcebergCatalog.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GlueIcebergCatalog.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GlueIcebergCatalog.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public GlueIcebergCatalog.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
GlueIcebergCatalog.Builder
Overrides

setGlueId(String value)

public GlueIcebergCatalog.Builder setGlueId(String value)

Required. The catalog ID of Glue.

string glue_id = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The glueId to set.

Returns
Type Description
GlueIcebergCatalog.Builder

This builder for chaining.

setGlueIdBytes(ByteString value)

public GlueIcebergCatalog.Builder setGlueIdBytes(ByteString value)

Required. The catalog ID of Glue.

string glue_id = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for glueId to set.

Returns
Type Description
GlueIcebergCatalog.Builder

This builder for chaining.