public interface GoldengateConnectionAssignmentPropertiesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAlias()
public abstract String getAlias()Output only. Credential store alias.
string alias = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The alias. |
getAliasBytes()
public abstract ByteString getAliasBytes()Output only. Credential store alias.
string alias = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for alias. |
getGoldengateConnection()
public abstract String getGoldengateConnection()Required. The GoldengateConnection resource to be assigned. Format: projects/{project}/locations/{location}/goldengateConnections/{goldengate_connection}
string goldengate_connection = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The goldengateConnection. |
getGoldengateConnectionBytes()
public abstract ByteString getGoldengateConnectionBytes()Required. The GoldengateConnection resource to be assigned. Format: projects/{project}/locations/{location}/goldengateConnections/{goldengate_connection}
string goldengate_connection = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for goldengateConnection. |
getGoldengateDeployment()
public abstract String getGoldengateDeployment()Required. The GoldenGateDeployment to assign the connection to. Format: projects/{project}/locations/{location}/goldengateDeployments/{goldengate_deployment}
string goldengate_deployment = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The goldengateDeployment. |
getGoldengateDeploymentBytes()
public abstract ByteString getGoldengateDeploymentBytes()Required. The GoldenGateDeployment to assign the connection to. Format: projects/{project}/locations/{location}/goldengateDeployments/{goldengate_deployment}
string goldengate_deployment = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for goldengateDeployment. |
getOcid()
public abstract String getOcid()Output only. The OCID of the connection assignment being referenced.
string ocid = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The ocid. |
getOcidBytes()
public abstract ByteString getOcidBytes()Output only. The OCID of the connection assignment being referenced.
string ocid = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for ocid. |
getState()
public abstract GoldengateConnectionAssignmentProperties.State getState()Output only. The lifecycle state of the connection assignment.
.google.cloud.oracledatabase.v1.GoldengateConnectionAssignmentProperties.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
GoldengateConnectionAssignmentProperties.State |
The state. |
getStateValue()
public abstract int getStateValue()Output only. The lifecycle state of the connection assignment.
.google.cloud.oracledatabase.v1.GoldengateConnectionAssignmentProperties.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for state. |