Google Cloud Datastream V1 Client - Class LookupStreamObjectRequest (2.3.1)
Stay organized with collections
Save and categorize content based on your preferences.
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 \ V1Methods
__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 |
|