Class ProjectsResource.LocationsResource.JobsResource.MessagesResource
The "messages" collection of methods.
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class ProjectsResource.LocationsResource.JobsResource.MessagesResource
Constructors
MessagesResource(IClientService)
Constructs a new resource.
Declaration
public MessagesResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
List(string, string, string)
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.
Declaration
public virtual ProjectsResource.LocationsResource.JobsResource.MessagesResource.ListRequest List(string projectId, string location, string jobId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | projectId | A project id. |
| string | location | The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job specified by job_id. |
| string | jobId | The job to get messages about. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.JobsResource.MessagesResource.ListRequest |