google_api_genomics v0.4.0 GoogleApi.Genomics.V1.Model.OperationMetadata View Source

Metadata describing an Operation.

Attributes

  • clientId (String.t): This field is deprecated. Use `labels` instead. Optionally provided by the caller when submitting the request that creates the operation. Defaults to: null.
  • createTime (DateTime.t): The time at which the job was submitted to the Genomics service. Defaults to: null.
  • endTime (DateTime.t): The time at which the job stopped running. Defaults to: null.
  • events ([OperationEvent]): Optional event messages that were generated during the job's execution. This also contains any warnings that were generated during import or export. Defaults to: null.
  • labels (%{optional(String.t) => String.t}): Optionally provided by the caller when submitting the request that creates the operation. Defaults to: null.
  • projectId (String.t): The Google Cloud Project in which the job is scoped. Defaults to: null.
  • request (%{optional(String.t) => String.t}): The original request that started the operation. Note that this will be in current version of the API. If the operation was started with v1beta2 API and a GetOperation is performed on v1 API, a v1 request will be returned. Defaults to: null.
  • runtimeMetadata (%{optional(String.t) => String.t}): Runtime metadata on this Operation. Defaults to: null.
  • startTime (DateTime.t): The time at which the job began to run. Defaults to: null.

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.Genomics.V1.Model.OperationMetadata{
  clientId: any(),
  createTime: DateTime.t(),
  endTime: DateTime.t(),
  events: [GoogleApi.Genomics.V1.Model.OperationEvent.t()],
  labels: map(),
  projectId: any(),
  request: map(),
  runtimeMetadata: map(),
  startTime: DateTime.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.