public class Dataflow.Projects.Snapshots extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dataflow.Projects.Snapshots.Get |
class |
Dataflow.Projects.Snapshots.List |
| Constructor and Description |
|---|
Snapshots() |
| Modifier and Type | Method and Description |
|---|---|
Dataflow.Projects.Snapshots.Get |
get(String projectId,
String snapshotId)
Gets information about a snapshot.
|
Dataflow.Projects.Snapshots.List |
list(String projectId)
Lists snapshots.
|
public Dataflow.Projects.Snapshots.Get get(String projectId, 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.snapshotId - The ID of the snapshot.IOExceptionpublic Dataflow.Projects.Snapshots.List list(String projectId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - The project ID to list snapshots for.IOExceptionCopyright © 2011–2022 Google. All rights reserved.