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



1077
1078
1079
1080
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1077

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

#start_time::Google::Protobuf::Timestamp



1077
1078
1079
1080
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 1077

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