Class: Google::Cloud::Datastream::V1::GetConnectionProfileRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::GetConnectionProfileRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream.rb
Overview
Request message for getting a connection profile.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the connection profile resource to get.
154 155 156 157 |
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 154 class GetConnectionProfileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |