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

Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class TestGoldengateConnectionAssignmentResponse.

The result of the connectivity test performed between the Goldengate deployment and the associated database / service.

Generated from protobuf message google.cloud.oracledatabase.v1.TestGoldengateConnectionAssignmentResponse

Namespace

Google \ Cloud \ OracleDatabase \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ result_type int

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

↳ error TestConnectionAssignmentError

Error details if test connection failed.

↳ errors array<TestConnectionAssignmentError>

List of test connection assignment error objects.

getResultType

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

Returns
Type Description
int Enum of type ResultType.

setResultType

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

Parameter
Name Description
var int

Enum of type ResultType.

Returns
Type Description
$this

getError

Error details if test connection failed.

Returns
Type Description
TestConnectionAssignmentError|null

hasError

clearError

setError

Error details if test connection failed.

Parameter
Name Description
var TestConnectionAssignmentError
Returns
Type Description
$this

getErrors

List of test connection assignment error objects.

Returns
Type Description
Google\Protobuf\RepeatedField<TestConnectionAssignmentError>

setErrors

List of test connection assignment error objects.

Parameter
Name Description
var array<TestConnectionAssignmentError>
Returns
Type Description
$this