Modifier and Type | Class and Description |
---|---|
class |
Dataflow.Projects.Jobs
The "jobs" collection of methods.
|
class |
Dataflow.Projects.Locations
The "locations" collection of methods.
|
class |
Dataflow.Projects.Templates
The "templates" collection of methods.
|
class |
Dataflow.Projects.WorkerMessages |
Constructor and Description |
---|
Dataflow.Projects() |
Modifier and Type | Method and Description |
---|---|
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.Templates |
templates()
An accessor for creating requests from the Templates collection.
|
Dataflow.Projects.WorkerMessages |
workerMessages(String projectId,
SendWorkerMessagesRequest content)
Send a worker_message to the service.
|
public Dataflow.Projects.WorkerMessages workerMessages(String projectId, SendWorkerMessagesRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.projectId
- The project to send the WorkerMessages to.content
- the SendWorkerMessagesRequest
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.Templates templates()
The typical use is:
Dataflow dataflow = new Dataflow(...);
Dataflow.Templates.List request = dataflow.templates().list(parameters ...)