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.IOException
public 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.IOException
Copyright © 2011–2019 Google. All rights reserved.