public class Dataflow.Projects.Locations.Snapshots extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dataflow.Projects.Locations.Snapshots.Delete |
class |
Dataflow.Projects.Locations.Snapshots.Get |
class |
Dataflow.Projects.Locations.Snapshots.List |
| Constructor and Description |
|---|
Snapshots() |
| Modifier and Type | Method and Description |
|---|---|
Dataflow.Projects.Locations.Snapshots.Delete |
delete(String projectId,
String location,
String snapshotId)
Deletes a snapshot.
|
Dataflow.Projects.Locations.Snapshots.Get |
get(String projectId,
String location,
String snapshotId)
Gets information about a snapshot.
|
Dataflow.Projects.Locations.Snapshots.List |
list(String projectId,
String location)
Lists snapshots.
|
public Dataflow.Projects.Locations.Snapshots.Delete delete(String projectId, String location, String snapshotId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - The ID of the Cloud Platform project that the snapshot belongs to.location - The location that contains this snapshot.snapshotId - The ID of the snapshot.IOExceptionpublic Dataflow.Projects.Locations.Snapshots.Get get(String projectId, String location, String snapshotId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - The ID of the Cloud Platform project that the snapshot belongs to.location - The location that contains this snapshot.snapshotId - The ID of the snapshot.IOExceptionpublic Dataflow.Projects.Locations.Snapshots.List list(String projectId, String location) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - The project ID to list snapshots for.location - The location to list snapshots in.IOExceptionCopyright © 2011–2025 Google. All rights reserved.