Class Snapshot (0.1.5)

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

Represents a snapshot of a job. .. attribute:: id

The unique ID of this snapshot.

:type: str

Attributes

NameDescription
project_id str
The project this snapshot belongs to.
source_job_id str
The job this snapshot was created from.
creation_time google.protobuf.timestamp_pb2.Timestamp
The time this snapshot was created.
ttl google.protobuf.duration_pb2.Duration
The time after which this snapshot will be automatically deleted.
state google.cloud.dataflow_v1beta3.types.SnapshotState
State of the snapshot.
pubsub_metadata Sequence[google.cloud.dataflow_v1beta3.types.PubsubSnapshotMetadata]
PubSub snapshot metadata.
description str
User specified description of the snapshot. Maybe empty.
disk_size_bytes int
The disk byte size of the snapshot. Only available for snapshots in READY state.
region str
Cloud region where this snapshot lives in, e.g., "us-central1".