generated/google/apis/remotebuildexecution_v2/representations.rb in google-api-client-0.32.1 vs generated/google/apis/remotebuildexecution_v2/representations.rb in google-api-client-0.33.0
- old
+ new
@@ -899,15 +899,19 @@
class GoogleDevtoolsRemotebuildbotCommandDurations
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :docker_prep, as: 'dockerPrep'
+ property :docker_prep_start_time, as: 'dockerPrepStartTime'
property :download, as: 'download'
+ property :download_start_time, as: 'downloadStartTime'
+ property :exec_start_time, as: 'execStartTime'
property :execution, as: 'execution'
property :iso_prep_done, as: 'isoPrepDone'
property :overall, as: 'overall'
property :stdout, as: 'stdout'
property :upload, as: 'upload'
+ property :upload_start_time, as: 'uploadStartTime'
end
end
class GoogleDevtoolsRemotebuildbotCommandEvents
# @private