Class: Google::Cloud::Datastream::V1::GetPrivateConnectionRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datastream/v1/datastream.rb

Overview

Request to get a private connection configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the private connectivity configuration to get.

Returns:

  • (::String)

    Required. The name of the private connectivity configuration to get.



642
643
644
645
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 642

class GetPrivateConnectionRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end