generated/google/apis/toolresults_v1beta3/representations.rb in google-api-client-0.13.0 vs generated/google/apis/toolresults_v1beta3/representations.rb in google-api-client-0.13.1
- old
+ new
@@ -26,10 +26,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class AppStartTime
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class BasicPerfSampleSeries
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -292,10 +298,20 @@
property :type_url, as: 'typeUrl'
property :value, :base64 => true, as: 'value'
end
end
+ class AppStartTime
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :fully_drawn_time, as: 'fullyDrawnTime', class: Google::Apis::ToolresultsV1beta3::Duration, decorator: Google::Apis::ToolresultsV1beta3::Duration::Representation
+
+ property :initial_display_time, as: 'initialDisplayTime', class: Google::Apis::ToolresultsV1beta3::Duration, decorator: Google::Apis::ToolresultsV1beta3::Duration::Representation
+
+ end
+ end
+
class BasicPerfSampleSeries
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :perf_metric_type, as: 'perfMetricType'
property :perf_unit, as: 'perfUnit'
@@ -486,9 +502,11 @@
end
class PerfMetricsSummary
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :app_start_time, as: 'appStartTime', class: Google::Apis::ToolresultsV1beta3::AppStartTime, decorator: Google::Apis::ToolresultsV1beta3::AppStartTime::Representation
+
property :execution_id, as: 'executionId'
property :history_id, as: 'historyId'
property :perf_environment, as: 'perfEnvironment', class: Google::Apis::ToolresultsV1beta3::PerfEnvironment, decorator: Google::Apis::ToolresultsV1beta3::PerfEnvironment::Representation
collection :perf_metrics, as: 'perfMetrics'