Interface GoldengateHdfsConnectionPropertiesOrBuilder (0.42.0)

public interface GoldengateHdfsConnectionPropertiesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCoreSiteXml()

public abstract 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 abstract 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.

getTechnologyType()

public abstract 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 abstract 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.