public sealed class TimeSpan : IMessage<TimeSpan>, IEquatable<TimeSpan>, IDeepCloneable<TimeSpan>, IBufferMessage, IMessage
Start and end times for a build execution phase.
Implements
IMessage<TimeSpan>, IEquatable<TimeSpan>, IDeepCloneable<TimeSpan>, IBufferMessage, IMessageNamespace
Google.Cloud.CloudBuild.V1Assembly
Google.Cloud.CloudBuild.V1.dll
Constructors
TimeSpan()
public TimeSpan()
TimeSpan(TimeSpan)
public TimeSpan(TimeSpan other)
Parameter | |
---|---|
Name | Description |
other | TimeSpan |
Properties
EndTime
public Timestamp EndTime { get; set; }
End of time span.
Property Value | |
---|---|
Type | Description |
Timestamp |
StartTime
public Timestamp StartTime { get; set; }
Start of time span.
Property Value | |
---|---|
Type | Description |
Timestamp |