public sealed class BuildInfo : IMessage<BuildInfo>, IEquatable<BuildInfo>, IDeepCloneable<BuildInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Run Admin v2 API class BuildInfo.
Build information of the image.
Implements
IMessageBuildInfo, IEquatableBuildInfo, IDeepCloneableBuildInfo, IBufferMessage, IMessageNamespace
Google.Cloud.Run.V2Assembly
Google.Cloud.Run.V2.dll
Constructors
BuildInfo()
public BuildInfo()
BuildInfo(BuildInfo)
public BuildInfo(BuildInfo other)
Parameter | |
---|---|
Name | Description |
other |
BuildInfo |
Properties
FunctionTarget
public string FunctionTarget { get; set; }
Output only. Entry point of the function when the image is a Cloud Run function.
Property Value | |
---|---|
Type | Description |
string |
SourceLocation
public string SourceLocation { get; set; }
Output only. Source code location of the image.
Property Value | |
---|---|
Type | Description |
string |