Datastream V1 API - Class Google::Cloud::Datastream::V1::LookupStreamObjectRequest (v0.1.0)

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

#source_object_identifier=

def source_object_identifier=(value) -> ::Google::Cloud::Datastream::V1::SourceObjectIdentifier
Parameter
Returns