Class: Google::Cloud::Build::V1::TimeSpan

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb

Overview

Start and end times for a build execution phase.

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Google::Protobuf::Timestamp

Returns End of time span.

Returns:



912
913
914
915
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 912

class TimeSpan
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#start_time::Google::Protobuf::Timestamp

Returns Start of time span.

Returns:



912
913
914
915
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 912

class TimeSpan
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end