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

Specifies a location in a source code file.

Attributes

  • file (type: String.t, default: nil) - Source file name. Depending on the runtime environment, this might be a simple name or a fully-qualified name.
  • functionName (type: String.t, default: nil) - Human-readable name of the function or method being invoked, with optional context such as the class or package name. This information is used in contexts such as the logs viewer, where a file and line number are less meaningful. The format can vary by language. For example: qual.if.ied.Class.method (Java), dir/package.func (Go), function (Python).
  • line (type: String.t, default: nil) - Line within the source file.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Logging.V2.Model.SourceLocation{
  file: String.t() | nil,
  functionName: String.t() | nil,
  line: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.