public static final class GoldengateHdfsConnectionProperties.Builder extends GeneratedMessage.Builder<GoldengateHdfsConnectionProperties.Builder> implements GoldengateHdfsConnectionPropertiesOrBuilderThe properties of GoldengateHdfsConnection.
Protobuf type google.cloud.oracledatabase.v1.GoldengateHdfsConnectionProperties
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GoldengateHdfsConnectionProperties.BuilderImplements
GoldengateHdfsConnectionPropertiesOrBuilderStatic 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 |
|
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 |
|
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 |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GoldengateHdfsConnectionProperties.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GoldengateHdfsConnectionProperties.Builder |
|
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 |
StringThe 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 |
ByteStringThe 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 |
StringThe 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 |
ByteStringThe bytes for technologyType to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengateHdfsConnectionProperties.Builder |
This builder for chaining. |