Class GoldengateConnectionType.Builder (0.42.0)

public static final class GoldengateConnectionType.Builder extends GeneratedMessage.Builder<GoldengateConnectionType.Builder> implements GoldengateConnectionTypeOrBuilder

Details of the Goldengate Connection Type resource.

Protobuf type google.cloud.oracledatabase.v1.GoldengateConnectionType

Static Methods

getDescriptor()

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

Methods

addAllTechnologyTypes(Iterable<String> values)

public GoldengateConnectionType.Builder addAllTechnologyTypes(Iterable<String> values)

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
values Iterable<String>

The technologyTypes to add.

Returns
Type Description
GoldengateConnectionType.Builder

This builder for chaining.

addTechnologyTypes(String value)

public GoldengateConnectionType.Builder addTechnologyTypes(String value)

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
value String

The technologyTypes to add.

Returns
Type Description
GoldengateConnectionType.Builder

This builder for chaining.

addTechnologyTypesBytes(ByteString value)

public GoldengateConnectionType.Builder addTechnologyTypesBytes(ByteString value)

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
value ByteString

The bytes of the technologyTypes to add.

Returns
Type Description
GoldengateConnectionType.Builder

This builder for chaining.

build()

public GoldengateConnectionType build()
Returns
Type Description
GoldengateConnectionType

buildPartial()

public GoldengateConnectionType buildPartial()
Returns
Type Description
GoldengateConnectionType

clear()

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

clearConnectionType()

public GoldengateConnectionType.Builder clearConnectionType()

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

This builder for chaining.

clearName()

public GoldengateConnectionType.Builder clearName()

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
GoldengateConnectionType.Builder

This builder for chaining.

clearTechnologyTypes()

public GoldengateConnectionType.Builder clearTechnologyTypes()

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
GoldengateConnectionType.Builder

This builder for chaining.

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

getDescriptorForType()

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

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.

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.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GoldengateConnectionType other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setConnectionType(GoldengateConnectionType.ConnectionType value)

public GoldengateConnectionType.Builder setConnectionType(GoldengateConnectionType.ConnectionType value)

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];

Parameter
Name Description
value GoldengateConnectionType.ConnectionType

The connectionType to set.

Returns
Type Description
GoldengateConnectionType.Builder

This builder for chaining.

setConnectionTypeValue(int value)

public GoldengateConnectionType.Builder setConnectionTypeValue(int value)

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];

Parameter
Name Description
value int

The enum numeric value on the wire for connectionType to set.

Returns
Type Description
GoldengateConnectionType.Builder

This builder for chaining.

setName(String value)

public GoldengateConnectionType.Builder setName(String value)

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];

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GoldengateConnectionType.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GoldengateConnectionType.Builder setNameBytes(ByteString value)

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];

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
GoldengateConnectionType.Builder

This builder for chaining.

setTechnologyTypes(int index, String value)

public GoldengateConnectionType.Builder setTechnologyTypes(int index, String value)

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

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

Parameters
Name Description
index int

The index to set the value at.

value String

The technologyTypes to set.

Returns
Type Description
GoldengateConnectionType.Builder

This builder for chaining.