Class GoldengateConnectionType (0.42.0)

public final class GoldengateConnectionType extends GeneratedMessage implements GoldengateConnectionTypeOrBuilder

Details of the Goldengate Connection Type resource.

Protobuf type google.cloud.oracledatabase.v1.GoldengateConnectionType

Static Fields

CONNECTION_TYPE_FIELD_NUMBER

public static final int CONNECTION_TYPE_FIELD_NUMBER
Field Value
Type Description
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

TECHNOLOGY_TYPES_FIELD_NUMBER

public static final int TECHNOLOGY_TYPES_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static GoldengateConnectionType getDefaultInstance()
Returns
Type Description
GoldengateConnectionType

getDescriptor()

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

newBuilder()

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

newBuilder(GoldengateConnectionType prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getConnectionType()

public GoldengateConnectionType.ConnectionType getConnectionType()

Output only. The connection type of the Goldengate Connection Type resource.

.google.cloud.oracledatabase.v1.GoldengateConnectionType.ConnectionType connection_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
GoldengateConnectionType.ConnectionType

The connectionType.

getConnectionTypeValue()

public int getConnectionTypeValue()

Output only. The connection type of the Goldengate Connection Type resource.

.google.cloud.oracledatabase.v1.GoldengateConnectionType.ConnectionType connection_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for connectionType.

getDefaultInstanceForType()

public GoldengateConnectionType getDefaultInstanceForType()
Returns
Type Description
GoldengateConnectionType

getName()

public String getName()

Identifier. The name of the Goldengate Connection Type resource with the format: projects/{project}/locations/{region}/goldengateConnectionTypes/{goldengate_connection_type}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Identifier. The name of the Goldengate Connection Type resource with the format: projects/{project}/locations/{region}/goldengateConnectionTypes/{goldengate_connection_type}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
ByteString

The bytes for name.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getTechnologyTypes(int index)

public String getTechnologyTypes(int index)

Output only. The technology type of the Goldengate Connection Type resource.

repeated string technology_types = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The technologyTypes at the given index.

getTechnologyTypesBytes(int index)

public ByteString getTechnologyTypesBytes(int index)

Output only. The technology type of the Goldengate Connection Type resource.

repeated string technology_types = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the technologyTypes at the given index.

getTechnologyTypesCount()

public int getTechnologyTypesCount()

Output only. The technology type of the Goldengate Connection Type resource.

repeated string technology_types = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The count of technologyTypes.

getTechnologyTypesList()

public ProtocolStringList getTechnologyTypesList()

Output only. The technology type of the Goldengate Connection Type resource.

repeated string technology_types = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ProtocolStringList

A list containing the technologyTypes.

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

newBuilderForType(AbstractMessage.BuilderParent parent)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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