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 | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ parent | stringRequired. The parent stream that owns the collection of objects. | 
| ↳ source_object_identifier | Google\Cloud\Datastream\V1\SourceObjectIdentifierRequired. 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 | |