Class GoldengateGenericConnectionProperties.Builder (0.42.0)

public static final class GoldengateGenericConnectionProperties.Builder extends GeneratedMessage.Builder<GoldengateGenericConnectionProperties.Builder> implements GoldengateGenericConnectionPropertiesOrBuilder

The properties of GoldengateGenericConnectionProperties.

Protobuf type google.cloud.oracledatabase.v1.GoldengateGenericConnectionProperties

Static Methods

getDescriptor()

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

Methods

build()

public GoldengateGenericConnectionProperties build()
Returns
Type Description
GoldengateGenericConnectionProperties

buildPartial()

public GoldengateGenericConnectionProperties buildPartial()
Returns
Type Description
GoldengateGenericConnectionProperties

clear()

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

clearHost()

public GoldengateGenericConnectionProperties.Builder clearHost()

Optional. The host of the GenericConnection.

string host = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
GoldengateGenericConnectionProperties.Builder

This builder for chaining.

clearTechnologyType()

public GoldengateGenericConnectionProperties.Builder clearTechnologyType()

Optional. The technology type.

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

Returns
Type Description
GoldengateGenericConnectionProperties.Builder

This builder for chaining.

getDefaultInstanceForType()

public GoldengateGenericConnectionProperties getDefaultInstanceForType()
Returns
Type Description
GoldengateGenericConnectionProperties

getDescriptorForType()

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

getHost()

public String getHost()

Optional. The host of the GenericConnection.

string host = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The host.

getHostBytes()

public ByteString getHostBytes()

Optional. The host of the GenericConnection.

string host = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for host.

getTechnologyType()

public String getTechnologyType()

Optional. The technology type.

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

Returns
Type Description
String

The technologyType.

getTechnologyTypeBytes()

public ByteString getTechnologyTypeBytes()

Optional. The technology type.

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

Returns
Type Description
ByteString

The bytes for technologyType.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GoldengateGenericConnectionProperties other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setHost(String value)

public GoldengateGenericConnectionProperties.Builder setHost(String value)

Optional. The host of the GenericConnection.

string host = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The host to set.

Returns
Type Description
GoldengateGenericConnectionProperties.Builder

This builder for chaining.

setHostBytes(ByteString value)

public GoldengateGenericConnectionProperties.Builder setHostBytes(ByteString value)

Optional. The host of the GenericConnection.

string host = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for host to set.

Returns
Type Description
GoldengateGenericConnectionProperties.Builder

This builder for chaining.

setTechnologyType(String value)

public GoldengateGenericConnectionProperties.Builder setTechnologyType(String value)

Optional. The technology type.

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

Parameter
Name Description
value String

The technologyType to set.

Returns
Type Description
GoldengateGenericConnectionProperties.Builder

This builder for chaining.

setTechnologyTypeBytes(ByteString value)

public GoldengateGenericConnectionProperties.Builder setTechnologyTypeBytes(ByteString value)

Optional. The technology type.

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

Parameter
Name Description
value ByteString

The bytes for technologyType to set.

Returns
Type Description
GoldengateGenericConnectionProperties.Builder

This builder for chaining.