Google Cloud Datastream V1 Client - Class LookupStreamObjectRequest (2.0.1)

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 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
SourceObjectIdentifier|null

hasSourceObjectIdentifier

clearSourceObjectIdentifier

setSourceObjectIdentifier

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

Parameter
Name Description
var SourceObjectIdentifier
Returns
Type Description
$this

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.