Show / Hide Table of Contents

Class GerritSourceContext

A SourceContext referring to a Gerrit project.

Inheritance
System.Object
GerritSourceContext
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ContainerAnalysis.v1beta1.Data
Assembly: Google.Apis.ContainerAnalysis.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
System.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
System.String

HostUri

The URI of a running Gerrit instance.

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

RevisionId

A revision (commit) ID.

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

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top