Cloud Build v1 API - Class TimeSpan (2.9.0)

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

Reference documentation and code samples for the Cloud Build v1 API class TimeSpan.

Start and end times for a build execution phase.

Inheritance

object > TimeSpan

Namespace

Google.Cloud.CloudBuild.V1

Assembly

Google.Cloud.CloudBuild.V1.dll

Constructors

TimeSpan()

public TimeSpan()

TimeSpan(TimeSpan)

public TimeSpan(TimeSpan other)
Parameter
NameDescription
otherTimeSpan

Properties

EndTime

public Timestamp EndTime { get; set; }

End of time span.

Property Value
TypeDescription
Timestamp

StartTime

public Timestamp StartTime { get; set; }

Start of time span.

Property Value
TypeDescription
Timestamp