GoogleApi.Genomics.V2alpha1.Model.Operation (google_api_genomics v0.18.0) View Source

This resource represents a long-running operation that is the result of a network API call.

Attributes

  • done (type: boolean(), default: nil) - If the value is false, it means the operation is still in progress. If true, the operation is completed, and either error or response is available.
  • error (type: GoogleApi.Genomics.V2alpha1.Model.Status.t, default: nil) - The error result of the operation in case of failure or cancellation.
  • metadata (type: map(), default: nil) - An OperationMetadata or Metadata object. This will always be returned with the Operation.
  • name (type: String.t, default: nil) - The server-assigned name, which is only unique within the same service that originally returns it. For example: operations/CJHU7Oi_ChDrveSpBRjfuL-qzoWAgEw
  • response (type: map(), default: nil) - An Empty object.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Genomics.V2alpha1.Model.Operation{
  done: boolean() | nil,
  error: GoogleApi.Genomics.V2alpha1.Model.Status.t() | nil,
  metadata: map() | nil,
  name: String.t() | nil,
  response: map() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.