Class: Google::Cloud::OracleDatabase::V1::GetGoldengateConnectionAssignmentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::OracleDatabase::V1::GetGoldengateConnectionAssignmentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oracledatabase/v1/goldengate_connection_assignment.rb
Overview
Request message for getting a GoldengateConnectionAssignment.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the GoldengateConnectionAssignment to retrieve. Format: projects/{project}/locations/{location}/goldengateConnectionAssignments/{goldengate_connection_assignment}.
164 165 166 167 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_connection_assignment.rb', line 164 class GetGoldengateConnectionAssignmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |