ProjectsLocationsSnapshots
class ProjectsLocationsSnapshots extends Resource (View source)
The "snapshots" collection of methods.
Typical usage is:
$dataflowService = new Google\Service\Dataflow(...);
$snapshots = $dataflowService->projects_locations_snapshots;
Methods
delete(string $projectId, string $location, string $snapshotId, array $optParams = [])
Deletes a snapshot. (snapshots.delete)
get(string $projectId, string $location, string $snapshotId, array $optParams = [])
Gets information about a snapshot. (snapshots.get)
listProjectsLocationsSnapshots(string $projectId, string $location, array $optParams = [])
Lists snapshots. (snapshots.listProjectsLocationsSnapshots)
Details
DeleteSnapshotResponse
delete(string $projectId, string $location, string $snapshotId, array $optParams = [])
Deletes a snapshot. (snapshots.delete)
Snapshot
get(string $projectId, string $location, string $snapshotId, array $optParams = [])
Gets information about a snapshot. (snapshots.get)
ListSnapshotsResponse
listProjectsLocationsSnapshots(string $projectId, string $location, array $optParams = [])
Lists snapshots. (snapshots.listProjectsLocationsSnapshots)