public class Dataflow.Projects
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
Dataflow.Projects.DeleteSnapshots |
class |
Dataflow.Projects.Jobs
The "jobs" collection of methods.
|
class |
Dataflow.Projects.Locations
The "locations" collection of methods.
|
class |
Dataflow.Projects.Snapshots
The "snapshots" collection of methods.
|
class |
Dataflow.Projects.Templates
The "templates" collection of methods.
|
class |
Dataflow.Projects.WorkerMessages |
Constructor and Description |
---|
Projects() |
Modifier and Type | Method and Description |
---|---|
Dataflow.Projects.DeleteSnapshots |
deleteSnapshots(java.lang.String projectId)
Deletes a snapshot.
|
Dataflow.Projects.Jobs |
jobs()
An accessor for creating requests from the Jobs collection.
|
Dataflow.Projects.Locations |
locations()
An accessor for creating requests from the Locations collection.
|
Dataflow.Projects.Snapshots |
snapshots()
An accessor for creating requests from the Snapshots collection.
|
Dataflow.Projects.Templates |
templates()
An accessor for creating requests from the Templates collection.
|
Dataflow.Projects.WorkerMessages |
workerMessages(java.lang.String projectId,
SendWorkerMessagesRequest content)
Send a worker_message to the service.
|
public Dataflow.Projects.DeleteSnapshots deleteSnapshots(java.lang.String projectId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.projectId
- The ID of the Cloud Platform project that the snapshot belongs to.java.io.IOException
public Dataflow.Projects.WorkerMessages workerMessages(java.lang.String projectId, SendWorkerMessagesRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.projectId
- The project to send the WorkerMessages to.content
- the SendWorkerMessagesRequest
java.io.IOException
public Dataflow.Projects.Jobs jobs()
The typical use is:
Dataflow dataflow = new Dataflow(...);
Dataflow.Jobs.List request = dataflow.jobs().list(parameters ...)
public Dataflow.Projects.Locations locations()
The typical use is:
Dataflow dataflow = new Dataflow(...);
Dataflow.Locations.List request = dataflow.locations().list(parameters ...)
public Dataflow.Projects.Snapshots snapshots()
The typical use is:
Dataflow dataflow = new Dataflow(...);
Dataflow.Snapshots.List request = dataflow.snapshots().list(parameters ...)
public Dataflow.Projects.Templates templates()
The typical use is:
Dataflow dataflow = new Dataflow(...);
Dataflow.Templates.List request = dataflow.templates().list(parameters ...)