Grafeas v1 API - Class SourceContext (3.8.0)

 public sealed class SourceContext : IMessage<SourceContext>, IEquatable<SourceContext>, IDeepCloneable<SourceContext>, IBufferMessage, IMessage 

Reference documentation and code samples for the Grafeas v1 API class SourceContext.

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.

Inheritance

object > SourceContext

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

SourceContext()

 public SourceContext() 

SourceContext(SourceContext)

 public SourceContext(SourceContext other) 
Parameter
Name
Description

Properties

CloudRepo

 public CloudRepoSourceContext CloudRepo { get; set; } 

A SourceContext referring to a revision in a Google Cloud Source Repo.

Property Value
Type
Description

ContextCase

 public SourceContext.ContextOneofCase ContextCase { get; } 
Property Value
Type
Description

Gerrit

 public GerritSourceContext Gerrit { get; set; } 

A SourceContext referring to a Gerrit project.

Property Value
Type
Description

Git

 public GitSourceContext Git { get; set; } 

A SourceContext referring to any third party Git repo (e.g., GitHub).

Property Value
Type
Description

Labels

 public MapField<string, string> Labels { get; } 

Labels with user defined metadata.

Property Value
Type
Description
Design a Mobile Site
View Site in Mobile | Classic
Share by: