public interface TestGoldengateConnectionAssignmentRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName()Required. Name of the connection assignment for which to test connection. projects/{project}/locations/{region}/goldengateConnectionAssignments/{goldengate_connection_assignment}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Required. Name of the connection assignment for which to test connection. projects/{project}/locations/{region}/goldengateConnectionAssignments/{goldengate_connection_assignment}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getType()
public abstract TestGoldengateConnectionAssignmentRequest.TestType getType()Optional. The type of the test of the assigned connection. The only type actually supported is DEFAULT.
.google.cloud.oracledatabase.v1.TestGoldengateConnectionAssignmentRequest.TestType type = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
TestGoldengateConnectionAssignmentRequest.TestType |
The type. |
getTypeValue()
public abstract int getTypeValue()Optional. The type of the test of the assigned connection. The only type actually supported is DEFAULT.
.google.cloud.oracledatabase.v1.TestGoldengateConnectionAssignmentRequest.TestType type = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for type. |