Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class SnapshotJobRequest.
Request to create a snapshot of a job.
Generated from protobuf message google.dataflow.v1beta3.SnapshotJobRequest
Namespace
Google \ Cloud \ Dataflow \ V1beta3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ project_id
string
The project which owns the job to be snapshotted.
↳ job_id
string
The job to be snapshotted.
↳ ttl
↳ location
string
The location that contains this job.
↳ snapshot_sources
bool
If true, perform snapshots for sources which support this.
↳ description
string
User specified description of the snapshot. Maybe empty.
getProjectId
The project which owns the job to be snapshotted.
string
setProjectId
The project which owns the job to be snapshotted.
var
string
$this
getJobId
The job to be snapshotted.
string
setJobId
The job to be snapshotted.
var
string
$this
getTtl
TTL for the snapshot.
hasTtl
clearTtl
setTtl
TTL for the snapshot.
$this
getLocation
The location that contains this job.
string
setLocation
The location that contains this job.
var
string
$this
getSnapshotSources
If true, perform snapshots for sources which support this.
bool
setSnapshotSources
If true, perform snapshots for sources which support this.
var
bool
$this
getDescription
User specified description of the snapshot. Maybe empty.
string
setDescription
User specified description of the snapshot. Maybe empty.
var
string
$this