target.apidocs.com.google.api.services.dataflow.Dataflow.Projects.Locations.html Maven / Gradle / Ivy
Dataflow.Projects.Locations (Dataflow API v1b3-rev20231112-2.0.0)
com.google.api.services.dataflow
Class Dataflow.Projects.Locations
- java.lang.Object
-
- com.google.api.services.dataflow.Dataflow.Projects.Locations
-
- Enclosing class:
- Dataflow.Projects
public class Dataflow.Projects.Locations
extends Object
The "locations" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Dataflow.Projects.Locations.FlexTemplates
The "flexTemplates" collection of methods.
class
Dataflow.Projects.Locations.Jobs
The "jobs" collection of methods.
class
Dataflow.Projects.Locations.Snapshots
The "snapshots" collection of methods.
class
Dataflow.Projects.Locations.Templates
The "templates" collection of methods.
class
Dataflow.Projects.Locations.WorkerMessages
-
Constructor Summary
Constructors
Constructor and Description
Locations()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Dataflow.Projects.Locations.FlexTemplates
flexTemplates()
An accessor for creating requests from the FlexTemplates collection.
Dataflow.Projects.Locations.Jobs
jobs()
An accessor for creating requests from the Jobs collection.
Dataflow.Projects.Locations.Snapshots
snapshots()
An accessor for creating requests from the Snapshots collection.
Dataflow.Projects.Locations.Templates
templates()
An accessor for creating requests from the Templates collection.
Dataflow.Projects.Locations.WorkerMessages
workerMessages(String projectId,
String location,
SendWorkerMessagesRequest content)
Send a worker_message to the service.
-
-
Method Detail
-
workerMessages
public Dataflow.Projects.Locations.WorkerMessages workerMessages(String projectId,
String location,
SendWorkerMessagesRequest content)
throws IOException
Send a worker_message to the service.
Create a request for the method "locations.workerMessages".
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 to send the WorkerMessages to.
location
- The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that
contains the job.
content
- the SendWorkerMessagesRequest
- Returns:
- the request
- Throws:
IOException
-
flexTemplates
public Dataflow.Projects.Locations.FlexTemplates flexTemplates()
An accessor for creating requests from the FlexTemplates collection.
The typical use is:
Dataflow dataflow = new Dataflow(...);
Dataflow.FlexTemplates.List request = dataflow.flexTemplates().list(parameters ...)
- Returns:
- the resource collection
-
jobs
public Dataflow.Projects.Locations.Jobs jobs()
An accessor for creating requests from the Jobs collection.
The typical use is:
Dataflow dataflow = new Dataflow(...);
Dataflow.Jobs.List request = dataflow.jobs().list(parameters ...)
- Returns:
- the resource collection
-
snapshots
public Dataflow.Projects.Locations.Snapshots snapshots()
An accessor for creating requests from the Snapshots collection.
The typical use is:
Dataflow dataflow = new Dataflow(...);
Dataflow.Snapshots.List request = dataflow.snapshots().list(parameters ...)
- Returns:
- the resource collection
-
templates
public Dataflow.Projects.Locations.Templates templates()
An accessor for creating requests from the Templates collection.
The typical use is:
Dataflow dataflow = new Dataflow(...);
Dataflow.Templates.List request = dataflow.templates().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2023 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy