Class: Google::Cloud::Datastream::V1::GetStreamObjectRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::GetStreamObjectRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream.rb
Overview
Request for fetching a specific stream object.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the stream object resource to get.
407 408 409 410 |
# File 'proto_docs/google/cloud/datastream/v1/datastream.rb', line 407 class GetStreamObjectRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |