public sealed class SourceReference : IMessage<SourceReference>, IEquatable<SourceReference>, IDeepCloneable<SourceReference>, IBufferMessage, IMessageReference 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.
Implements
IMessageSourceReference, IEquatableSourceReference, IDeepCloneableSourceReference, IBufferMessage, IMessageNamespace
Google.Cloud.AppEngine.Logging.V1Assembly
Google.Cloud.AppEngine.Logging.V1.dll
Constructors
SourceReference()
public SourceReference()SourceReference(SourceReference)
public SourceReference(SourceReference other)| Parameter | |
|---|---|
| Name | Description |
other |
SourceReference |
Properties
Repository
public string Repository { get; set; }Optional. A URI string identifying the repository. Example: "https://github.com/GoogleCloudPlatform/kubernetes.git"
| Property Value | |
|---|---|
| Type | Description |
string |
|
RevisionId
public string RevisionId { get; set; }The canonical and persistent identifier of the deployed revision. Example (git): "0035781c50ec7aa23385dc841529ce8a4b70db1b"
| Property Value | |
|---|---|
| Type | Description |
string |
|