GoogleApi.Jobs.V3.Model.GoogleCloudTalentV4BatchOperationMetadata (google_api_jobs v0.14.0) View Source

Metadata used for long running operations returned by CTS batch APIs. It's used to replace google.longrunning.Operation.metadata.

Attributes

  • createTime (type: DateTime.t, default: nil) - The time when the batch operation is created.
  • endTime (type: DateTime.t, default: nil) - The time when the batch operation is finished and google.longrunning.Operation.done is set to true.
  • failureCount (type: integer(), default: nil) - Count of failed item(s) inside an operation.
  • state (type: String.t, default: nil) - The state of a long running operation.
  • stateDescription (type: String.t, default: nil) - More detailed information about operation state.
  • successCount (type: integer(), default: nil) - Count of successful item(s) inside an operation.
  • totalCount (type: integer(), default: nil) - Count of total item(s) inside an operation.
  • updateTime (type: DateTime.t, default: nil) - The time when the batch operation status is updated. The metadata and the update_time is refreshed every minute otherwise cached data is returned.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Jobs.V3.Model.GoogleCloudTalentV4BatchOperationMetadata{
  createTime: DateTime.t(),
  endTime: DateTime.t(),
  failureCount: integer(),
  state: String.t(),
  stateDescription: String.t(),
  successCount: integer(),
  totalCount: integer(),
  updateTime: DateTime.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.