target.apidocs.com.google.api.services.dataflow.Dataflow.Projects.html Maven / Gradle / Ivy
Dataflow.Projects (Dataflow API v1b3-rev20231112-2.0.0)
com.google.api.services.dataflow
Class Dataflow.Projects
- java.lang.Object
-
- com.google.api.services.dataflow.Dataflow.Projects
-
-
Nested Class Summary
Nested Classes
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 Summary
Constructors
Constructor and Description
Projects()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Dataflow.Projects.DeleteSnapshots
deleteSnapshots(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(String projectId,
SendWorkerMessagesRequest content)
Send a worker_message to the service.
-
-
Method Detail
-
deleteSnapshots
public Dataflow.Projects.DeleteSnapshots deleteSnapshots(String projectId)
throws IOException
Deletes a snapshot.
Create a request for the method "projects.deleteSnapshots".
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.
- Returns:
- the request
- Throws:
IOException
-
workerMessages
public Dataflow.Projects.WorkerMessages workerMessages(String projectId,
SendWorkerMessagesRequest content)
throws IOException
Send a worker_message to the service.
Create a request for the method "projects.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.
content
- the SendWorkerMessagesRequest
- Returns:
- the request
- Throws:
IOException
-
jobs
public Dataflow.Projects.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
-
locations
public Dataflow.Projects.Locations locations()
An accessor for creating requests from the Locations collection.
The typical use is:
Dataflow dataflow = new Dataflow(...);
Dataflow.Locations.List request = dataflow.locations().list(parameters ...)
- Returns:
- the resource collection
-
snapshots
public Dataflow.Projects.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.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