Interface TestGoldengateConnectionAssignmentResponseOrBuilder (0.42.0)

public interface TestGoldengateConnectionAssignmentResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getError()

public abstract TestConnectionAssignmentError getError()

Error details if test connection failed.

.google.cloud.oracledatabase.v1.TestConnectionAssignmentError error = 2;

Returns
Type Description
TestConnectionAssignmentError

The error.

getErrorOrBuilder()

public abstract TestConnectionAssignmentErrorOrBuilder getErrorOrBuilder()

Error details if test connection failed.

.google.cloud.oracledatabase.v1.TestConnectionAssignmentError error = 2;

Returns
Type Description
TestConnectionAssignmentErrorOrBuilder

getErrors(int index)

public abstract TestConnectionAssignmentError getErrors(int index)

List of test connection assignment error objects.

repeated .google.cloud.oracledatabase.v1.TestConnectionAssignmentError errors = 3;

Parameter
Name Description
index int
Returns
Type Description
TestConnectionAssignmentError

getErrorsCount()

public abstract int getErrorsCount()

List of test connection assignment error objects.

repeated .google.cloud.oracledatabase.v1.TestConnectionAssignmentError errors = 3;

Returns
Type Description
int

getErrorsList()

public abstract List<TestConnectionAssignmentError> getErrorsList()

List of test connection assignment error objects.

repeated .google.cloud.oracledatabase.v1.TestConnectionAssignmentError errors = 3;

Returns
Type Description
List<TestConnectionAssignmentError>

getErrorsOrBuilder(int index)

public abstract TestConnectionAssignmentErrorOrBuilder getErrorsOrBuilder(int index)

List of test connection assignment error objects.

repeated .google.cloud.oracledatabase.v1.TestConnectionAssignmentError errors = 3;

Parameter
Name Description
index int
Returns
Type Description
TestConnectionAssignmentErrorOrBuilder

getErrorsOrBuilderList()

public abstract List<? extends TestConnectionAssignmentErrorOrBuilder> getErrorsOrBuilderList()

List of test connection assignment error objects.

repeated .google.cloud.oracledatabase.v1.TestConnectionAssignmentError errors = 3;

Returns
Type Description
List<? extends com.google.cloud.oracledatabase.v1.TestConnectionAssignmentErrorOrBuilder>

getResultType()

public abstract TestGoldengateConnectionAssignmentResponse.ResultType getResultType()

Type of the result i.e. Success, Failure or Timeout.

.google.cloud.oracledatabase.v1.TestGoldengateConnectionAssignmentResponse.ResultType result_type = 1;

Returns
Type Description
TestGoldengateConnectionAssignmentResponse.ResultType

The resultType.

getResultTypeValue()

public abstract int getResultTypeValue()

Type of the result i.e. Success, Failure or Timeout.

.google.cloud.oracledatabase.v1.TestGoldengateConnectionAssignmentResponse.ResultType result_type = 1;

Returns
Type Description
int

The enum numeric value on the wire for resultType.

hasError()

public abstract boolean hasError()

Error details if test connection failed.

.google.cloud.oracledatabase.v1.TestConnectionAssignmentError error = 2;

Returns
Type Description
boolean

Whether the error field is set.