Reference documentation and code samples for the Cloud Build V1 API class Google::Cloud::Build::V1::TimeSpan.
Start and end times for a build execution phase.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#end_time
def end_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — End of time span.
#end_time=
def end_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — End of time span.
Returns
- (::Google::Protobuf::Timestamp) — End of time span.
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Start of time span.
#start_time=
def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Start of time span.
Returns
- (::Google::Protobuf::Timestamp) — Start of time span.