google_api_cloud_tasks v0.1.0 GoogleApi.CloudTasks.V2beta2.Model.TaskStatus View Source

Status of the task.

Attributes

  • attemptDispatchCount (type: integer(), default: nil) - Output only. The number of attempts dispatched.

    This count includes attempts which have been dispatched but haven't received a response.

  • attemptResponseCount (type: integer(), default: nil) - Output only. The number of attempts which have received a response.

    This field is not calculated for pull tasks.

  • firstAttemptStatus (type: GoogleApi.CloudTasks.V2beta2.Model.AttemptStatus.t, default: nil) - Output only. The status of the task's first attempt.

    Only dispatch_time will be set. The other AttemptStatus information is not retained by Cloud Tasks.

    This field is not calculated for pull tasks.

  • lastAttemptStatus (type: GoogleApi.CloudTasks.V2beta2.Model.AttemptStatus.t, default: nil) - Output only. The status of the task's last attempt.

    This field is not calculated for pull tasks.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.CloudTasks.V2beta2.Model.TaskStatus{
  attemptDispatchCount: integer(),
  attemptResponseCount: integer(),
  firstAttemptStatus: GoogleApi.CloudTasks.V2beta2.Model.AttemptStatus.t(),
  lastAttemptStatus: GoogleApi.CloudTasks.V2beta2.Model.AttemptStatus.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.