App Engine Logging Data v1 API - Class SourceReference (1.2.0)

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

Reference documentation and code samples for the App Engine Logging Data v1 API class SourceReference.

A reference to a particular snapshot of the source tree used to build and deploy an application.

Inheritance

object > SourceReference

Namespace

Google.Cloud.AppEngine.Logging.V1

Assembly

Google.Cloud.AppEngine.Logging.V1.dll

Constructors

SourceReference()

public SourceReference()

SourceReference(SourceReference)

public SourceReference(SourceReference other)
Parameter
NameDescription
otherSourceReference

Properties

Repository

public string Repository { get; set; }

Optional. A URI string identifying the repository. Example: "https://github.com/GoogleCloudPlatform/kubernetes.git"

Property Value
TypeDescription
string

RevisionId

public string RevisionId { get; set; }

The canonical and persistent identifier of the deployed revision. Example (git): "0035781c50ec7aa23385dc841529ce8a4b70db1b"

Property Value
TypeDescription
string