Class GoldengateHdfsConnectionProperties.Builder (0.42.0)

public static final class GoldengateHdfsConnectionProperties.Builder extends GeneratedMessage.Builder<GoldengateHdfsConnectionProperties.Builder> implements GoldengateHdfsConnectionPropertiesOrBuilder

The properties of GoldengateHdfsConnection.

Protobuf type google.cloud.oracledatabase.v1.GoldengateHdfsConnectionProperties

Static Methods

getDescriptor()

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

Methods

build()

public GoldengateHdfsConnectionProperties build()
Returns
Type Description
GoldengateHdfsConnectionProperties

buildPartial()

public GoldengateHdfsConnectionProperties buildPartial()
Returns
Type Description
GoldengateHdfsConnectionProperties

clear()

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

clearCoreSiteXml()

public GoldengateHdfsConnectionProperties.Builder clearCoreSiteXml()

Optional. The content of the Hadoop Distributed File System configuration file (core-site.xml).

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

Returns
Type Description
GoldengateHdfsConnectionProperties.Builder

This builder for chaining.

clearTechnologyType()

public GoldengateHdfsConnectionProperties.Builder clearTechnologyType()

Optional. The technology type of HdfsConnection.

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

Returns
Type Description
GoldengateHdfsConnectionProperties.Builder

This builder for chaining.

getCoreSiteXml()

public String getCoreSiteXml()

Optional. The content of the Hadoop Distributed File System configuration file (core-site.xml).

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

Returns
Type Description
String

The coreSiteXml.

getCoreSiteXmlBytes()

public ByteString getCoreSiteXmlBytes()

Optional. The content of the Hadoop Distributed File System configuration file (core-site.xml).

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

Returns
Type Description
ByteString

The bytes for coreSiteXml.

getDefaultInstanceForType()

public GoldengateHdfsConnectionProperties getDefaultInstanceForType()
Returns
Type Description
GoldengateHdfsConnectionProperties

getDescriptorForType()

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

getTechnologyType()

public String getTechnologyType()

Optional. The technology type of HdfsConnection.

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

Returns
Type Description
String

The technologyType.

getTechnologyTypeBytes()

public ByteString getTechnologyTypeBytes()

Optional. The technology type of HdfsConnection.

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(GoldengateHdfsConnectionProperties other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setCoreSiteXml(String value)

public GoldengateHdfsConnectionProperties.Builder setCoreSiteXml(String value)

Optional. The content of the Hadoop Distributed File System configuration file (core-site.xml).

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

Parameter
Name Description
value String

The coreSiteXml to set.

Returns
Type Description
GoldengateHdfsConnectionProperties.Builder

This builder for chaining.

setCoreSiteXmlBytes(ByteString value)

public GoldengateHdfsConnectionProperties.Builder setCoreSiteXmlBytes(ByteString value)

Optional. The content of the Hadoop Distributed File System configuration file (core-site.xml).

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

Parameter
Name Description
value ByteString

The bytes for coreSiteXml to set.

Returns
Type Description
GoldengateHdfsConnectionProperties.Builder

This builder for chaining.

setTechnologyType(String value)

public GoldengateHdfsConnectionProperties.Builder setTechnologyType(String value)

Optional. The technology type of HdfsConnection.

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

Parameter
Name Description
value String

The technologyType to set.

Returns
Type Description
GoldengateHdfsConnectionProperties.Builder

This builder for chaining.

setTechnologyTypeBytes(ByteString value)

public GoldengateHdfsConnectionProperties.Builder setTechnologyTypeBytes(ByteString value)

Optional. The technology type of HdfsConnection.

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

Parameter
Name Description
value ByteString

The bytes for technologyType to set.

Returns
Type Description
GoldengateHdfsConnectionProperties.Builder

This builder for chaining.