google_api_cloud_debugger v0.2.0 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 (CloudRepoSourceContext): A SourceContext referring to a revision in a cloud repo. Defaults to: null.
  • cloudWorkspace (CloudWorkspaceSourceContext): A SourceContext referring to a snapshot in a cloud workspace. Defaults to: null.
  • gerrit (GerritSourceContext): A SourceContext referring to a Gerrit project. Defaults to: null.
  • git (GitSourceContext): A SourceContext referring to any third party Git repo (e.g. GitHub). 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 section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.