GoogleApi.CloudDebugger.V2.Model.GerritSourceContext (google_api_cloud_debugger v0.18.0) View Source
A SourceContext referring to a Gerrit project.
Attributes
-
aliasContext(type:GoogleApi.CloudDebugger.V2.Model.AliasContext.t, default:nil) - An alias, which may be a branch or tag. -
aliasName(type:String.t, default:nil) - The name of an alias (branch, tag, etc.). -
gerritProject(type:String.t, default:nil) - The full project name within the host. Projects may be nested, so "project/subproject" is a valid project name. The "repo name" is hostURI/project. -
hostUri(type:String.t, default:nil) - The URI of a running Gerrit instance. -
revisionId(type:String.t, default:nil) - A revision (commit) ID.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudDebugger.V2.Model.GerritSourceContext{
aliasContext: GoogleApi.CloudDebugger.V2.Model.AliasContext.t() | nil,
aliasName: String.t() | nil,
gerritProject: String.t() | nil,
hostUri: String.t() | nil,
revisionId: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.