Class: Google::Cloud::Datastream::V1alpha1::GetStreamRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1alpha1::GetStreamRequest
- 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 stream resource to get.
287 288 289 290 |
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream.rb', line 287 class GetStreamRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |