target.apidocs.com.google.api.services.dataflow.Dataflow.Projects.Locations.Snapshots.html Maven / Gradle / Ivy
Dataflow.Projects.Locations.Snapshots (Dataflow API v1b3-rev20231112-2.0.0)
com.google.api.services.dataflow
Class Dataflow.Projects.Locations.Snapshots
- java.lang.Object
-
- com.google.api.services.dataflow.Dataflow.Projects.Locations.Snapshots
-
- Enclosing class:
- Dataflow.Projects.Locations
public class Dataflow.Projects.Locations.Snapshots
extends Object
The "snapshots" collection of methods.
-
-
Nested Class Summary
Nested Classes
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 Summary
Constructors
Constructor and Description
Snapshots()
-
Method Summary
All Methods Instance Methods Concrete Methods
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.
-
-
Method Detail
-
delete
public Dataflow.Projects.Locations.Snapshots.Delete delete(String projectId,
String location,
String snapshotId)
throws IOException
Deletes a snapshot.
Create a request for the method "snapshots.delete".
This request holds the parameters needed by the dataflow server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
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.
- Returns:
- the request
- Throws:
IOException
-
get
public Dataflow.Projects.Locations.Snapshots.Get get(String projectId,
String location,
String snapshotId)
throws IOException
Gets information about a snapshot.
Create a request for the method "snapshots.get".
This request holds the parameters needed by the dataflow server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
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.
- Returns:
- the request
- Throws:
IOException
-
list
public Dataflow.Projects.Locations.Snapshots.List list(String projectId,
String location)
throws IOException
Lists snapshots.
Create a request for the method "snapshots.list".
This request holds the parameters needed by the dataflow server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
projectId
- The project ID to list snapshots for.
location
- The location to list snapshots in.
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2023 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy