Google Cloud Dataflow V1beta3 Client - Class ListSnapshotsRequest (0.4.1)

Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class ListSnapshotsRequest.

Request to list snapshots.

Generated from protobuf message google.dataflow.v1beta3.ListSnapshotsRequest

Namespace

Google \ Cloud \ Dataflow \ V1beta3

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ project_id string

The project ID to list snapshots for.

↳ job_id string

If specified, list snapshots created from this job.

↳ location string

The location to list snapshots in.

getProjectId

The project ID to list snapshots for.

Returns
TypeDescription
string

setProjectId

The project ID to list snapshots for.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getJobId

If specified, list snapshots created from this job.

Returns
TypeDescription
string

setJobId

If specified, list snapshots created from this job.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getLocation

The location to list snapshots in.

Returns
TypeDescription
string

setLocation

The location to list snapshots in.

Parameter
NameDescription
var string
Returns
TypeDescription
$this