Reference documentation and code samples for the Oracle Database@Google Cloud V1 API class Google::Cloud::OracleDatabase::V1::TestGoldengateConnectionAssignmentRequest.
Request message for TestGoldengateConnectionAssignment.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
- (::String) — Required. Name of the connection assignment for which to test connection. projects/{project}/locations/{region}/goldengateConnectionAssignments/{goldengate_connection_assignment}
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. Name of the connection assignment for which to test connection. projects/{project}/locations/{region}/goldengateConnectionAssignments/{goldengate_connection_assignment}
Returns
- (::String) — Required. Name of the connection assignment for which to test connection. projects/{project}/locations/{region}/goldengateConnectionAssignments/{goldengate_connection_assignment}
#type
def type() -> ::Google::Cloud::OracleDatabase::V1::TestGoldengateConnectionAssignmentRequest::TestType
Returns
- (::Google::Cloud::OracleDatabase::V1::TestGoldengateConnectionAssignmentRequest::TestType) — Optional. The type of the test of the assigned connection. The only type actually supported is DEFAULT.
#type=
def type=(value) -> ::Google::Cloud::OracleDatabase::V1::TestGoldengateConnectionAssignmentRequest::TestType
Parameter
- value (::Google::Cloud::OracleDatabase::V1::TestGoldengateConnectionAssignmentRequest::TestType) — Optional. The type of the test of the assigned connection. The only type actually supported is DEFAULT.
Returns
- (::Google::Cloud::OracleDatabase::V1::TestGoldengateConnectionAssignmentRequest::TestType) — Optional. The type of the test of the assigned connection. The only type actually supported is DEFAULT.