Reference documentation and code samples for the Google Cloud Datastream V1 Client class StreamObject.
A specific stream object (e.g a specific DB table).
Generated from protobuf message google.cloud.datastream.v1.StreamObject
Namespace
Google \ Cloud \ Datastream \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. The object resource's name.
↳ create_time
↳ update_time
↳ display_name
string
Required. Display name.
↳ errors
↳ backfill_job
Google\Cloud\Datastream\V1\BackfillJob
The latest backfill job that was initiated for the stream object.
↳ source_object
getName
Output only. The object resource's name.
string
setName
Output only. The object resource's name.
var
string
$this
getCreateTime
Output only. The creation time of the object.
hasCreateTime
clearCreateTime
setCreateTime
Output only. The creation time of the object.
$this
getUpdateTime
Output only. The last update time of the object.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. The last update time of the object.
$this
getDisplayName
Required. Display name.
string
setDisplayName
Required. Display name.
var
string
$this
getErrors
Output only. Active errors on the object.
setErrors
Output only. Active errors on the object.
$this
getBackfillJob
The latest backfill job that was initiated for the stream object.
hasBackfillJob
clearBackfillJob
setBackfillJob
The latest backfill job that was initiated for the stream object.
$this
getSourceObject
The object identifier in the data source.
hasSourceObject
clearSourceObject
setSourceObject
The object identifier in the data source.
$this