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