Class TestGoldengateConnectionAssignmentResponse (0.42.0)

public final class TestGoldengateConnectionAssignmentResponse extends GeneratedMessage implements TestGoldengateConnectionAssignmentResponseOrBuilder

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

Protobuf type google.cloud.oracledatabase.v1.TestGoldengateConnectionAssignmentResponse

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > TestGoldengateConnectionAssignmentResponse

Static Fields

ERRORS_FIELD_NUMBER

public static final int ERRORS_FIELD_NUMBER
Field Value
Type Description
int

ERROR_FIELD_NUMBER

public static final int ERROR_FIELD_NUMBER
Field Value
Type Description
int

RESULT_TYPE_FIELD_NUMBER

public static final int RESULT_TYPE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static TestGoldengateConnectionAssignmentResponse getDefaultInstance()
Returns
Type Description
TestGoldengateConnectionAssignmentResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static TestGoldengateConnectionAssignmentResponse.Builder newBuilder()
Returns
Type Description
TestGoldengateConnectionAssignmentResponse.Builder

newBuilder(TestGoldengateConnectionAssignmentResponse prototype)

public static TestGoldengateConnectionAssignmentResponse.Builder newBuilder(TestGoldengateConnectionAssignmentResponse prototype)
Parameter
Name Description
prototype TestGoldengateConnectionAssignmentResponse
Returns
Type Description
TestGoldengateConnectionAssignmentResponse.Builder

parseDelimitedFrom(InputStream input)

public static TestGoldengateConnectionAssignmentResponse parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
TestGoldengateConnectionAssignmentResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TestGoldengateConnectionAssignmentResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TestGoldengateConnectionAssignmentResponse
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static TestGoldengateConnectionAssignmentResponse parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
TestGoldengateConnectionAssignmentResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static TestGoldengateConnectionAssignmentResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TestGoldengateConnectionAssignmentResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static TestGoldengateConnectionAssignmentResponse parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
TestGoldengateConnectionAssignmentResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static TestGoldengateConnectionAssignmentResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TestGoldengateConnectionAssignmentResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static TestGoldengateConnectionAssignmentResponse parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
TestGoldengateConnectionAssignmentResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static TestGoldengateConnectionAssignmentResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TestGoldengateConnectionAssignmentResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static TestGoldengateConnectionAssignmentResponse parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
TestGoldengateConnectionAssignmentResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TestGoldengateConnectionAssignmentResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TestGoldengateConnectionAssignmentResponse
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static TestGoldengateConnectionAssignmentResponse parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
TestGoldengateConnectionAssignmentResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static TestGoldengateConnectionAssignmentResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TestGoldengateConnectionAssignmentResponse
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<TestGoldengateConnectionAssignmentResponse> parser()
Returns
Type Description
Parser<TestGoldengateConnectionAssignmentResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public TestGoldengateConnectionAssignmentResponse getDefaultInstanceForType()
Returns
Type Description
TestGoldengateConnectionAssignmentResponse

getError()

public TestConnectionAssignmentError getError()

Error details if test connection failed.

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

Returns
Type Description
TestConnectionAssignmentError

The error.

getErrorOrBuilder()

public TestConnectionAssignmentErrorOrBuilder getErrorOrBuilder()

Error details if test connection failed.

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

Returns
Type Description
TestConnectionAssignmentErrorOrBuilder

getErrors(int index)

public 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 int getErrorsCount()

List of test connection assignment error objects.

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

Returns
Type Description
int

getErrorsList()

public 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 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 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>

getParserForType()

public Parser<TestGoldengateConnectionAssignmentResponse> getParserForType()
Returns
Type Description
Parser<TestGoldengateConnectionAssignmentResponse>
Overrides

getResultType()

public 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 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.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasError()

public 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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public TestGoldengateConnectionAssignmentResponse.Builder newBuilderForType()
Returns
Type Description
TestGoldengateConnectionAssignmentResponse.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected TestGoldengateConnectionAssignmentResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
TestGoldengateConnectionAssignmentResponse.Builder
Overrides

toBuilder()

public TestGoldengateConnectionAssignmentResponse.Builder toBuilder()
Returns
Type Description
TestGoldengateConnectionAssignmentResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException