Class Stream (0.2.0)

Stream(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Attributes

NameDescription
name str
Output only. The stream's name.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The creation time of the stream.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. The last update time of the stream.
labels Sequence[google.cloud.datastream_v1alpha1.types.Stream.LabelsEntry]
Labels.
display_name str
Required. Display name.
source_config google.cloud.datastream_v1alpha1.types.SourceConfig
Required. Source connection profile configuration.
destination_config google.cloud.datastream_v1alpha1.types.DestinationConfig
Required. Destination connection profile configuration.
state google.cloud.datastream_v1alpha1.types.Stream.State
The state of the stream.
backfill_all google.cloud.datastream_v1alpha1.types.Stream.BackfillAllStrategy
Automatically backfill objects included in the stream source configuration. Specific objects can be excluded.
backfill_none google.cloud.datastream_v1alpha1.types.Stream.BackfillNoneStrategy
Do not automatically backfill any objects.
errors Sequence[google.cloud.datastream_v1alpha1.types.Error]
Output only. Errors on the Stream.

Classes

BackfillAllStrategy

BackfillAllStrategy(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Backfill strategy to automatically backfill the Stream's objects. Specific objects can be excluded.

BackfillNoneStrategy

BackfillNoneStrategy(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Backfill strategy to disable automatic backfill for the Stream's objects.

LabelsEntry

LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.

State

State(value)

Stream state.