Class SnapshotJobRequest (0.5.2)

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

Request to create a snapshot of a job.

Attributes

NameDescription
project_id str
The project which owns the job to be snapshotted.
job_id str
The job to be snapshotted.
ttl google.protobuf.duration_pb2.Duration
TTL for the snapshot.
location str
The location that contains this job.
snapshot_sources bool
If true, perform snapshots for sources which support this.
description str
User specified description of the snapshot. Maybe empty.

Inheritance

builtins.object > proto.message.Message > SnapshotJobRequest