class ProjectsLocationsJobsSnapshots extends Resource (View source)

The "snapshots" collection of methods.

Typical usage is:

 $dataflowService = new Google\Service\Dataflow(...);
 $snapshots = $dataflowService->projects_locations_jobs_snapshots;

Methods

listProjectsLocationsJobsSnapshots(string $projectId, string $location, string $jobId, array $optParams = [])

Lists snapshots. (snapshots.listProjectsLocationsJobsSnapshots)

Details

ListSnapshotsResponse listProjectsLocationsJobsSnapshots(string $projectId, string $location, string $jobId, array $optParams = [])

Lists snapshots. (snapshots.listProjectsLocationsJobsSnapshots)

Parameters

string $projectId

The project ID to list snapshots for.

string $location

The location to list snapshots in.

string $jobId

If specified, list snapshots created from this job.

array $optParams

Optional parameters.

Return Value

ListSnapshotsResponse

Exceptions

Exception