generated/google/apis/toolresults_v1beta3/representations.rb in google-api-client-0.36.0 vs generated/google/apis/toolresults_v1beta3/representations.rb in google-api-client-0.36.1
- old
+ new
@@ -86,10 +86,22 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class Environment
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
+ class EnvironmentDimensionValueEntry
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class Execution
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -140,10 +152,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class ListEnvironmentsResponse
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class ListExecutionsResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -194,10 +212,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class MergedResult
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class MultiStep
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -248,10 +272,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class ResultsStorage
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class Screen
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -260,10 +290,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class ShardSummary
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class SkippedDetail
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -485,10 +521,41 @@
property :nanos, as: 'nanos'
property :seconds, :numeric_string => true, as: 'seconds'
end
end
+ class Environment
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :completion_time, as: 'completionTime', class: Google::Apis::ToolresultsV1beta3::Timestamp, decorator: Google::Apis::ToolresultsV1beta3::Timestamp::Representation
+
+ property :creation_time, as: 'creationTime', class: Google::Apis::ToolresultsV1beta3::Timestamp, decorator: Google::Apis::ToolresultsV1beta3::Timestamp::Representation
+
+ collection :dimension_value, as: 'dimensionValue', class: Google::Apis::ToolresultsV1beta3::EnvironmentDimensionValueEntry, decorator: Google::Apis::ToolresultsV1beta3::EnvironmentDimensionValueEntry::Representation
+
+ property :display_name, as: 'displayName'
+ property :environment_id, as: 'environmentId'
+ property :environment_result, as: 'environmentResult', class: Google::Apis::ToolresultsV1beta3::MergedResult, decorator: Google::Apis::ToolresultsV1beta3::MergedResult::Representation
+
+ property :execution_id, as: 'executionId'
+ property :history_id, as: 'historyId'
+ property :project_id, as: 'projectId'
+ property :results_storage, as: 'resultsStorage', class: Google::Apis::ToolresultsV1beta3::ResultsStorage, decorator: Google::Apis::ToolresultsV1beta3::ResultsStorage::Representation
+
+ collection :shard_summaries, as: 'shardSummaries', class: Google::Apis::ToolresultsV1beta3::ShardSummary, decorator: Google::Apis::ToolresultsV1beta3::ShardSummary::Representation
+
+ end
+ end
+
+ class EnvironmentDimensionValueEntry
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :key, as: 'key'
+ property :value, as: 'value'
+ end
+ end
+
class Execution
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :completion_time, as: 'completionTime', class: Google::Apis::ToolresultsV1beta3::Timestamp, decorator: Google::Apis::ToolresultsV1beta3::Timestamp::Representation
@@ -589,10 +656,22 @@
property :step_id, as: 'stepId'
end
end
+ class ListEnvironmentsResponse
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ collection :environments, as: 'environments', class: Google::Apis::ToolresultsV1beta3::Environment, decorator: Google::Apis::ToolresultsV1beta3::Environment::Representation
+
+ property :execution_id, as: 'executionId'
+ property :history_id, as: 'historyId'
+ property :next_page_token, as: 'nextPageToken'
+ property :project_id, as: 'projectId'
+ end
+ end
+
class ListExecutionsResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
collection :executions, as: 'executions', class: Google::Apis::ToolresultsV1beta3::Execution, decorator: Google::Apis::ToolresultsV1beta3::Execution::Representation
@@ -667,10 +746,21 @@
property :memory_cap_in_kibibyte, :numeric_string => true, as: 'memoryCapInKibibyte'
property :memory_total_in_kibibyte, :numeric_string => true, as: 'memoryTotalInKibibyte'
end
end
+ class MergedResult
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :outcome, as: 'outcome', class: Google::Apis::ToolresultsV1beta3::Outcome, decorator: Google::Apis::ToolresultsV1beta3::Outcome::Representation
+
+ property :state, as: 'state'
+ collection :test_suite_overviews, as: 'testSuiteOverviews', class: Google::Apis::ToolresultsV1beta3::TestSuiteOverview, decorator: Google::Apis::ToolresultsV1beta3::TestSuiteOverview::Representation
+
+ end
+ end
+
class MultiStep
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :multistep_number, as: 'multistepNumber'
property :primary_step, as: 'primaryStep', class: Google::Apis::ToolresultsV1beta3::PrimaryStep, decorator: Google::Apis::ToolresultsV1beta3::PrimaryStep::Representation
@@ -766,10 +856,20 @@
collection :xunit_xml_files, as: 'xunitXmlFiles', class: Google::Apis::ToolresultsV1beta3::FileReference, decorator: Google::Apis::ToolresultsV1beta3::FileReference::Representation
end
end
+ class ResultsStorage
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :results_storage_path, as: 'resultsStoragePath', class: Google::Apis::ToolresultsV1beta3::FileReference, decorator: Google::Apis::ToolresultsV1beta3::FileReference::Representation
+
+ property :xunit_xml_file, as: 'xunitXmlFile', class: Google::Apis::ToolresultsV1beta3::FileReference, decorator: Google::Apis::ToolresultsV1beta3::FileReference::Representation
+
+ end
+ end
+
class Screen
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :file_reference, as: 'fileReference'
property :locale, as: 'locale'
@@ -788,10 +888,18 @@
collection :screens, as: 'screens', class: Google::Apis::ToolresultsV1beta3::Screen, decorator: Google::Apis::ToolresultsV1beta3::Screen::Representation
end
end
+ class ShardSummary
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :shard_result, as: 'shardResult', class: Google::Apis::ToolresultsV1beta3::MergedResult, decorator: Google::Apis::ToolresultsV1beta3::MergedResult::Representation
+
+ end
+ end
+
class SkippedDetail
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :incompatible_app_version, as: 'incompatibleAppVersion'
property :incompatible_architecture, as: 'incompatibleArchitecture'
@@ -941,9 +1049,10 @@
class Representation < Google::Apis::Core::JsonRepresentation
property :elapsed_time, as: 'elapsedTime', class: Google::Apis::ToolresultsV1beta3::Duration, decorator: Google::Apis::ToolresultsV1beta3::Duration::Representation
property :error_count, as: 'errorCount'
property :failure_count, as: 'failureCount'
+ property :flaky_count, as: 'flakyCount'
property :name, as: 'name'
property :skipped_count, as: 'skippedCount'
property :total_count, as: 'totalCount'
property :xml_source, as: 'xmlSource', class: Google::Apis::ToolresultsV1beta3::FileReference, decorator: Google::Apis::ToolresultsV1beta3::FileReference::Representation