public static final class GoldengatePlacement.Builder extends GeneratedMessage.Builder<GoldengatePlacement.Builder> implements GoldengatePlacementOrBuilderThe placement of the GoldengateDeployment.
Protobuf type google.cloud.oracledatabase.v1.GoldengatePlacement
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GoldengatePlacement.BuilderImplements
GoldengatePlacementOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GoldengatePlacement build()| Returns | |
|---|---|
| Type | Description |
GoldengatePlacement |
|
buildPartial()
public GoldengatePlacement buildPartial()| Returns | |
|---|---|
| Type | Description |
GoldengatePlacement |
|
clear()
public GoldengatePlacement.Builder clear()| Returns | |
|---|---|
| Type | Description |
GoldengatePlacement.Builder |
|
clearAvailabilityDomain()
public GoldengatePlacement.Builder clearAvailabilityDomain()Output only. The availability domain.
string availability_domain = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
GoldengatePlacement.Builder |
This builder for chaining. |
clearFaultDomain()
public GoldengatePlacement.Builder clearFaultDomain()Output only. The fault domain.
string fault_domain = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
GoldengatePlacement.Builder |
This builder for chaining. |
getAvailabilityDomain()
public String getAvailabilityDomain()Output only. The availability domain.
string availability_domain = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The availabilityDomain. |
getAvailabilityDomainBytes()
public ByteString getAvailabilityDomainBytes()Output only. The availability domain.
string availability_domain = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for availabilityDomain. |
getDefaultInstanceForType()
public GoldengatePlacement getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GoldengatePlacement |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFaultDomain()
public String getFaultDomain()Output only. The fault domain.
string fault_domain = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The faultDomain. |
getFaultDomainBytes()
public ByteString getFaultDomainBytes()Output only. The fault domain.
string fault_domain = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for faultDomain. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(GoldengatePlacement other)
public GoldengatePlacement.Builder mergeFrom(GoldengatePlacement other)| Parameter | |
|---|---|
| Name | Description |
other |
GoldengatePlacement |
| Returns | |
|---|---|
| Type | Description |
GoldengatePlacement.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GoldengatePlacement.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GoldengatePlacement.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GoldengatePlacement.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GoldengatePlacement.Builder |
|
setAvailabilityDomain(String value)
public GoldengatePlacement.Builder setAvailabilityDomain(String value)Output only. The availability domain.
string availability_domain = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe availabilityDomain to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengatePlacement.Builder |
This builder for chaining. |
setAvailabilityDomainBytes(ByteString value)
public GoldengatePlacement.Builder setAvailabilityDomainBytes(ByteString value)Output only. The availability domain.
string availability_domain = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for availabilityDomain to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengatePlacement.Builder |
This builder for chaining. |
setFaultDomain(String value)
public GoldengatePlacement.Builder setFaultDomain(String value)Output only. The fault domain.
string fault_domain = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe faultDomain to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengatePlacement.Builder |
This builder for chaining. |
setFaultDomainBytes(ByteString value)
public GoldengatePlacement.Builder setFaultDomainBytes(ByteString value)Output only. The fault domain.
string fault_domain = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for faultDomain to set. |
| Returns | |
|---|---|
| Type | Description |
GoldengatePlacement.Builder |
This builder for chaining. |