Google Cloud Datastream V1 Client - Class LookupStreamObjectRequest (1.5.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

Namespace

Google \ Cloud \ Datastream \ V1

Methods

__construct

Constructor.

Parameters
Name Description
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
Type Description
string

setParent

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

Parameter
Name Description
var string
Returns
Type Description
$this

getSourceObjectIdentifier

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

Returns
Type Description
Google\Cloud\Datastream\V1\SourceObjectIdentifier|null

hasSourceObjectIdentifier

clearSourceObjectIdentifier

setSourceObjectIdentifier

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

Parameter
Name Description
var Google\Cloud\Datastream\V1\SourceObjectIdentifier
Returns
Type Description
$this