Class NessieIcebergCatalog (0.42.0)

public final class NessieIcebergCatalog extends GeneratedMessage implements NessieIcebergCatalogOrBuilder

The Nessie Iceberg catalog.

Protobuf type google.cloud.oracledatabase.v1.NessieIcebergCatalog

Static Fields

BRANCH_FIELD_NUMBER

public static final int BRANCH_FIELD_NUMBER
Field Value
Type Description
int

URI_FIELD_NUMBER

public static final int URI_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static NessieIcebergCatalog getDefaultInstance()
Returns
Type Description
NessieIcebergCatalog

getDescriptor()

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

newBuilder()

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

newBuilder(NessieIcebergCatalog prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getBranch()

public String getBranch()

Required. The Nessie branch.

string branch = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The branch.

getBranchBytes()

public ByteString getBranchBytes()

Required. The Nessie branch.

string branch = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for branch.

getDefaultInstanceForType()

public NessieIcebergCatalog getDefaultInstanceForType()
Returns
Type Description
NessieIcebergCatalog

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getUri()

public String getUri()

Required. The Nessie uri.

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

Returns
Type Description
String

The uri.

getUriBytes()

public ByteString getUriBytes()

Required. The Nessie uri.

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

Returns
Type Description
ByteString

The bytes for uri.

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

newBuilderForType(AbstractMessage.BuilderParent parent)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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