View Source GoogleApi.Logging.V2.Model.LogEntryOperation (google_api_logging v0.47.0)

Additional information about a potentially long-running operation with which a log entry is associated.

Attributes

  • first (type: boolean(), default: nil) - Optional. Set this to True if this is the first log entry in the operation.
  • id (type: String.t, default: nil) - Optional. An arbitrary operation identifier. Log entries with the same identifier are assumed to be part of the same operation.
  • last (type: boolean(), default: nil) - Optional. Set this to True if this is the last log entry in the operation.
  • producer (type: String.t, default: nil) - Optional. An arbitrary producer identifier. The combination of id and producer must be globally unique. Examples for producer: "MyDivision.MyBigCompany.com", "github.com/MyProject/MyApplication".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Logging.V2.Model.LogEntryOperation{
  first: boolean() | nil,
  id: String.t() | nil,
  last: boolean() | nil,
  producer: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.