Enum TestGoldengateConnectionAssignmentResponse.ResultType (0.42.0)

public enum TestGoldengateConnectionAssignmentResponse.ResultType extends Enum<TestGoldengateConnectionAssignmentResponse.ResultType> implements ProtocolMessageEnum

Type of the result.

Protobuf enum google.cloud.oracledatabase.v1.TestGoldengateConnectionAssignmentResponse.ResultType

Implements

ProtocolMessageEnum

Static Fields

Name Description
FAILED

Test connection failed.

FAILED = 2;

FAILED_VALUE

Test connection failed.

FAILED = 2;

RESULT_TYPE_UNSPECIFIED

Result type is unspecified.

RESULT_TYPE_UNSPECIFIED = 0;

RESULT_TYPE_UNSPECIFIED_VALUE

Result type is unspecified.

RESULT_TYPE_UNSPECIFIED = 0;

SUCCEEDED

Test connection succeeded.

SUCCEEDED = 1;

SUCCEEDED_VALUE

Test connection succeeded.

SUCCEEDED = 1;

TIMED_OUT

Test connection timed out.

TIMED_OUT = 3;

TIMED_OUT_VALUE

Test connection timed out.

TIMED_OUT = 3;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()