GoogleApi.Dataflow.V1b3.Model.ListJobsResponse (google_api_dataflow v0.53.0)

View Source

Response to a request to list Cloud Dataflow jobs in a project. This might be a partial response, depending on the page size in the ListJobsRequest. However, if the project does not have any jobs, an instance of ListJobsResponse is not returned and the requests's response body is empty {}.

Attributes

  • failedLocation (type: list(GoogleApi.Dataflow.V1b3.Model.FailedLocation.t), default: nil) - Zero or more messages describing the [regional endpoints] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that failed to respond.
  • jobs (type: list(GoogleApi.Dataflow.V1b3.Model.Job.t), default: nil) - A subset of the requested job information.
  • nextPageToken (type: String.t, default: nil) - Set if there may be more results than fit in this response.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Dataflow.V1b3.Model.ListJobsResponse{
  failedLocation: [GoogleApi.Dataflow.V1b3.Model.FailedLocation.t()] | nil,
  jobs: [GoogleApi.Dataflow.V1b3.Model.Job.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.