StreamObject(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A specific stream object (e.g a specific DB table).
Attributes | |
---|---|
Name | Description |
name |
str
Output only. The object resource's name. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The creation time of the object. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The last update time of the object. |
display_name |
str
Required. Display name. |
errors |
MutableSequence[google.cloud.datastream_v1.types.Error]
Output only. Active errors on the object. |
backfill_job |
google.cloud.datastream_v1.types.BackfillJob
The latest backfill job that was initiated for the stream object. |
source_object |
google.cloud.datastream_v1.types.SourceObjectIdentifier
The object identifier in the data source. |