Snapshot(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents a snapshot of a job.
Attributes | |
---|---|
Name | Description |
id |
str
The unique ID of this snapshot. |
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". |