Show / Hide Table of Contents

Class CloudRepoSourceContext

A CloudRepoSourceContext denotes a particular revision in a cloud repo (a repo hosted by the Google Cloud Platform).

Inheritance
object
CloudRepoSourceContext
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.CloudDebugger.v2.Data
Assembly: Google.Apis.CloudDebugger.v2.dll
Syntax
public class CloudRepoSourceContext : 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

AliasName

The name of an alias (branch, tag, etc.).

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

ETag

The ETag of the item.

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

RepoId

The ID of the repo.

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

RevisionId

A revision 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