Class GoldengateIcebergConnectionProperties (0.42.0)

public final class GoldengateIcebergConnectionProperties extends GeneratedMessage implements GoldengateIcebergConnectionPropertiesOrBuilder

The properties of GoldengateIcebergConnection.

Protobuf type google.cloud.oracledatabase.v1.GoldengateIcebergConnectionProperties

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > GoldengateIcebergConnectionProperties

Static Fields

CATALOG_FIELD_NUMBER

public static final int CATALOG_FIELD_NUMBER
Field Value
Type Description
int

STORAGE_FIELD_NUMBER

public static final int STORAGE_FIELD_NUMBER
Field Value
Type Description
int

TECHNOLOGY_TYPE_FIELD_NUMBER

public static final int TECHNOLOGY_TYPE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static GoldengateIcebergConnectionProperties getDefaultInstance()
Returns
Type Description
GoldengateIcebergConnectionProperties

getDescriptor()

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

newBuilder()

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

newBuilder(GoldengateIcebergConnectionProperties prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getCatalog()

public IcebergCatalog getCatalog()

Required. The Iceberg catalog.

.google.cloud.oracledatabase.v1.IcebergCatalog catalog = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
IcebergCatalog

The catalog.

getCatalogOrBuilder()

public IcebergCatalogOrBuilder getCatalogOrBuilder()

Required. The Iceberg catalog.

.google.cloud.oracledatabase.v1.IcebergCatalog catalog = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
IcebergCatalogOrBuilder

getDefaultInstanceForType()

public GoldengateIcebergConnectionProperties getDefaultInstanceForType()
Returns
Type Description
GoldengateIcebergConnectionProperties

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getStorage()

public IcebergStorage getStorage()

Required. The Iceberg storage.

.google.cloud.oracledatabase.v1.IcebergStorage storage = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
IcebergStorage

The storage.

getStorageOrBuilder()

public IcebergStorageOrBuilder getStorageOrBuilder()

Required. The Iceberg storage.

.google.cloud.oracledatabase.v1.IcebergStorage storage = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
IcebergStorageOrBuilder

getTechnologyType()

public String getTechnologyType()

Required. The technology type of Iceberg connection.

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

Returns
Type Description
String

The technologyType.

getTechnologyTypeBytes()

public ByteString getTechnologyTypeBytes()

Required. The technology type of Iceberg connection.

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

Returns
Type Description
ByteString

The bytes for technologyType.

hasCatalog()

public boolean hasCatalog()

Required. The Iceberg catalog.

.google.cloud.oracledatabase.v1.IcebergCatalog catalog = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the catalog field is set.

hasStorage()

public boolean hasStorage()

Required. The Iceberg storage.

.google.cloud.oracledatabase.v1.IcebergStorage storage = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the storage 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 GoldengateIcebergConnectionProperties.Builder newBuilderForType()
Returns
Type Description
GoldengateIcebergConnectionProperties.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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