google_api_cloud_debugger v0.13.1 GoogleApi.CloudDebugger.V2.Model.SourceContext View Source

A SourceContext is a reference to a tree of files. A SourceContext together with a path point to a unique revision of a single file or directory.

Attributes

  • cloudRepo (type: GoogleApi.CloudDebugger.V2.Model.CloudRepoSourceContext.t, default: nil) - A SourceContext referring to a revision in a cloud repo.
  • cloudWorkspace (type: GoogleApi.CloudDebugger.V2.Model.CloudWorkspaceSourceContext.t, default: nil) - A SourceContext referring to a snapshot in a cloud workspace.
  • gerrit (type: GoogleApi.CloudDebugger.V2.Model.GerritSourceContext.t, default: nil) - A SourceContext referring to a Gerrit project.
  • git (type: GoogleApi.CloudDebugger.V2.Model.GitSourceContext.t, default: nil) - A SourceContext referring to any third party Git repo (e.g. GitHub).

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

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.