target.apidocs.com.google.api.services.dataflow.Dataflow.Projects.Locations.Jobs.Messages.html Maven / Gradle / Ivy
Dataflow.Projects.Locations.Jobs.Messages (Dataflow API v1b3-rev20231112-2.0.0)
com.google.api.services.dataflow
Class Dataflow.Projects.Locations.Jobs.Messages
- java.lang.Object
-
- com.google.api.services.dataflow.Dataflow.Projects.Locations.Jobs.Messages
-
- Enclosing class:
- Dataflow.Projects.Locations.Jobs
public class Dataflow.Projects.Locations.Jobs.Messages
extends Object
The "messages" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Dataflow.Projects.Locations.Jobs.Messages.List
-
Constructor Summary
Constructors
Constructor and Description
Messages()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
Dataflow.Projects.Locations.Jobs.Messages.List
list(String projectId,
String location,
String jobId)
Request the job status.
-
-
Method Detail
-
list
public Dataflow.Projects.Locations.Jobs.Messages.List list(String projectId,
String location,
String jobId)
throws IOException
Request the job status. To request the status of a job, we recommend using
`projects.locations.jobs.messages.list` with a [regional endpoint]
(https://cloud.google.com/dataflow/docs/concepts/regional-endpoints). Using
`projects.jobs.messages.list` is not recommended, as you can only request the status of jobs that
are running in `us-central1`.
Create a request for the method "messages.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
- A project id.
location
- The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that
contains the job specified by job_id.
jobId
- The job to get messages about.
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2023 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy