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