Google Cloud Datastream V1 Client - Class LookupStreamObjectRequest (1.0.5)

Reference documentation and code samples for the Google Cloud Datastream V1 Client class LookupStreamObjectRequest.

Request for looking up a specific stream object by its source object identifier.

Generated from protobuf message google.cloud.datastream.v1.LookupStreamObjectRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The parent stream that owns the collection of objects.

↳ source_object_identifier Google\Cloud\Datastream\V1\SourceObjectIdentifier

Required. The source object identifier which maps to the stream object.

getParent

Required. The parent stream that owns the collection of objects.

Returns
TypeDescription
string

setParent

Required. The parent stream that owns the collection of objects.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSourceObjectIdentifier

Required. The source object identifier which maps to the stream object.

Returns
TypeDescription
Google\Cloud\Datastream\V1\SourceObjectIdentifier|null

hasSourceObjectIdentifier

clearSourceObjectIdentifier

setSourceObjectIdentifier

Required. The source object identifier which maps to the stream object.

Parameter
NameDescription
var Google\Cloud\Datastream\V1\SourceObjectIdentifier
Returns
TypeDescription
$this