Show / Hide Table of Contents

Class GerritSourceContext

A SourceContext referring to a Gerrit project.

Inheritance
object
GerritSourceContext
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.OnDemandScanning.v1beta1.Data
Assembly: Google.Apis.OnDemandScanning.v1beta1.dll
Syntax
public class GerritSourceContext : IDirectResponseSchema

Properties

AliasContext

An alias, which may be a branch or tag.

Declaration
[JsonProperty("aliasContext")]
public virtual AliasContext AliasContext { get; set; }
Property Value
Type Description
AliasContext

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GerritProject

The full project name within the host. Projects may be nested, so "project/subproject" is a valid project name. The "repo name" is the hostURI/project.

Declaration
[JsonProperty("gerritProject")]
public virtual string GerritProject { get; set; }
Property Value
Type Description
string

HostUri

The URI of a running Gerrit instance.

Declaration
[JsonProperty("hostUri")]
public virtual string HostUri { get; set; }
Property Value
Type Description
string

RevisionId

A revision (commit) ID.

Declaration
[JsonProperty("revisionId")]
public virtual string RevisionId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX