Class: Google::Cloud::Datastream::V1alpha1::GetConnectionProfileRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1alpha1::GetConnectionProfileRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1alpha1/datastream.rb
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the connection profile resource to get.
156 157 158 159 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream.rb', line 156 class GetConnectionProfileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |