Reference documentation and code samples for the Datastream V1 API class Google::Cloud::Datastream::V1::LookupStreamObjectRequest.
Request for looking up a specific stream object by its source object identifier.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
- (::String) — Required. The parent stream that owns the collection of objects.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The parent stream that owns the collection of objects.
Returns
- (::String) — Required. The parent stream that owns the collection of objects.
#source_object_identifier
def source_object_identifier() -> ::Google::Cloud::Datastream::V1::SourceObjectIdentifier
Returns
- (::Google::Cloud::Datastream::V1::SourceObjectIdentifier) — Required. The source object identifier which maps to the stream object.
#source_object_identifier=
def source_object_identifier=(value) -> ::Google::Cloud::Datastream::V1::SourceObjectIdentifier
Parameter
- value (::Google::Cloud::Datastream::V1::SourceObjectIdentifier) — Required. The source object identifier which maps to the stream object.
Returns
- (::Google::Cloud::Datastream::V1::SourceObjectIdentifier) — Required. The source object identifier which maps to the stream object.