public final class GoldengatePlacement extends GeneratedMessage implements GoldengatePlacementOrBuilderThe placement of the GoldengateDeployment.
Protobuf type google.cloud.oracledatabase.v1.GoldengatePlacement
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > GoldengatePlacementImplements
GoldengatePlacementOrBuilderStatic Fields
AVAILABILITY_DOMAIN_FIELD_NUMBER
public static final int AVAILABILITY_DOMAIN_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
FAULT_DOMAIN_FIELD_NUMBER
public static final int FAULT_DOMAIN_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static GoldengatePlacement getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
GoldengatePlacement |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static GoldengatePlacement.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
GoldengatePlacement.Builder |
|
newBuilder(GoldengatePlacement prototype)
public static GoldengatePlacement.Builder newBuilder(GoldengatePlacement prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
GoldengatePlacement |
| Returns | |
|---|---|
| Type | Description |
GoldengatePlacement.Builder |
|
parseDelimitedFrom(InputStream input)
public static GoldengatePlacement parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
GoldengatePlacement |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static GoldengatePlacement parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GoldengatePlacement |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static GoldengatePlacement parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
GoldengatePlacement |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GoldengatePlacement parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GoldengatePlacement |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static GoldengatePlacement parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
GoldengatePlacement |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GoldengatePlacement parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GoldengatePlacement |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static GoldengatePlacement parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
GoldengatePlacement |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static GoldengatePlacement parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GoldengatePlacement |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static GoldengatePlacement parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
GoldengatePlacement |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static GoldengatePlacement parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GoldengatePlacement |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static GoldengatePlacement parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
GoldengatePlacement |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GoldengatePlacement parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GoldengatePlacement |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<GoldengatePlacement> parser()| Returns | |
|---|---|
| Type | Description |
Parser<GoldengatePlacement> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
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. |
getParserForType()
public Parser<GoldengatePlacement> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<GoldengatePlacement> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public GoldengatePlacement.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
GoldengatePlacement.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected GoldengatePlacement.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
GoldengatePlacement.Builder |
|
toBuilder()
public GoldengatePlacement.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
GoldengatePlacement.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|