class Google::Apis::RemotebuildexecutionV2::GoogleDevtoolsRemoteworkersV1test2CommandOverhead

DEPRECATED - use CommandResult instead. Can be used as part of CompleteRequest. metadata, or are part of a more sophisticated message.

Attributes

duration[RW]

The elapsed time between calling Accept and Complete. The server will also have its own idea of what this should be, but this excludes the overhead of the RPCs and the bot response time. Corresponds to the JSON property `duration` @return [String]

overhead[RW]

The amount of time not spent executing the command (ie uploading/downloading files). Corresponds to the JSON property `overhead` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/remotebuildexecution_v2/classes.rb, line 3245
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/remotebuildexecution_v2/classes.rb, line 3250
def update!(**args)
  @duration = args[:duration] if args.key?(:duration)
  @overhead = args[:overhead] if args.key?(:overhead)
end