Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class ResultType.
Type of the result.
Protobuf type google.cloud.oracledatabase.v1.TestGoldengateConnectionAssignmentResponse.ResultType
Namespace
Google \ Cloud \ OracleDatabase \ V1 \ TestGoldengateConnectionAssignmentResponseMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
RESULT_TYPE_UNSPECIFIED
Value: 0Result type is unspecified.
Generated from protobuf enum RESULT_TYPE_UNSPECIFIED = 0;
SUCCEEDED
Value: 1Test connection succeeded.
Generated from protobuf enum SUCCEEDED = 1;
FAILED
Value: 2Test connection failed.
Generated from protobuf enum FAILED = 2;
TIMED_OUT
Value: 3Test connection timed out.
Generated from protobuf enum TIMED_OUT = 3;