Cloud Run Admin v2 API - Class BuildInfo (2.13.0)

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.

Inheritance

object > BuildInfo

Namespace

Google.Cloud.Run.V2

Assembly

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