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.
Implements
IMessage<SourceReference>, IEquatable<SourceReference>, IDeepCloneable<SourceReference>, 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 |