Class: Google::Cloud::OracleDatabase::V1::GetGoldengateConnectionAssignmentRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#name::String

Returns Required. The name of the GoldengateConnectionAssignment to retrieve. Format: projects/{project}/locations/{location}/goldengateConnectionAssignments/{goldengate_connection_assignment}.

Returns:

  • (::String)

    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