Google Cloud Oracle Database V1 Client - Class ResultType (0.9.0)

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 \ TestGoldengateConnectionAssignmentResponse

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

RESULT_TYPE_UNSPECIFIED

Value: 0

Result type is unspecified.

Generated from protobuf enum RESULT_TYPE_UNSPECIFIED = 0;

SUCCEEDED

Value: 1

Test connection succeeded.

Generated from protobuf enum SUCCEEDED = 1;

FAILED

Value: 2

Test connection failed.

Generated from protobuf enum FAILED = 2;

TIMED_OUT

Value: 3

Test connection timed out.

Generated from protobuf enum TIMED_OUT = 3;