generated/google/apis/toolresults_v1beta3/representations.rb in google-api-client-0.37.3 vs generated/google/apis/toolresults_v1beta3/representations.rb in google-api-client-0.38.0
- old
+ new
@@ -188,10 +188,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class ListStepAccessibilityClustersResponse
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class ListStepThumbnailsResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -272,16 +278,28 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class RegionProto
+ 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 SafeHtmlProto
+ 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
@@ -344,10 +362,22 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class SuggestionClusterProto
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
+ class SuggestionProto
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class TestCase
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -711,10 +741,19 @@
collection :clusters, as: 'clusters', class: Google::Apis::ToolresultsV1beta3::ScreenshotCluster, decorator: Google::Apis::ToolresultsV1beta3::ScreenshotCluster::Representation
end
end
+ class ListStepAccessibilityClustersResponse
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ collection :clusters, as: 'clusters', class: Google::Apis::ToolresultsV1beta3::SuggestionClusterProto, decorator: Google::Apis::ToolresultsV1beta3::SuggestionClusterProto::Representation
+
+ property :name, as: 'name'
+ end
+ end
+
class ListStepThumbnailsResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :next_page_token, as: 'nextPageToken'
collection :thumbnails, as: 'thumbnails', class: Google::Apis::ToolresultsV1beta3::Image, decorator: Google::Apis::ToolresultsV1beta3::Image::Representation
@@ -856,20 +895,37 @@
collection :xunit_xml_files, as: 'xunitXmlFiles', class: Google::Apis::ToolresultsV1beta3::FileReference, decorator: Google::Apis::ToolresultsV1beta3::FileReference::Representation
end
end
+ class RegionProto
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :height_px, as: 'heightPx'
+ property :left_px, as: 'leftPx'
+ property :top_px, as: 'topPx'
+ property :width_px, as: 'widthPx'
+ 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 SafeHtmlProto
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :private_do_not_access_or_else_safe_html_wrapped_value, as: 'privateDoNotAccessOrElseSafeHtmlWrappedValue'
+ end
+ end
+
class Screen
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :file_reference, as: 'fileReference'
property :locale, as: 'locale'
@@ -981,9 +1037,37 @@
class SuccessDetail
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :other_native_crash, as: 'otherNativeCrash'
+ end
+ end
+
+ class SuggestionClusterProto
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :category, as: 'category'
+ collection :suggestions, as: 'suggestions', class: Google::Apis::ToolresultsV1beta3::SuggestionProto, decorator: Google::Apis::ToolresultsV1beta3::SuggestionProto::Representation
+
+ end
+ end
+
+ class SuggestionProto
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :help_url, as: 'helpUrl'
+ property :long_message, as: 'longMessage', class: Google::Apis::ToolresultsV1beta3::SafeHtmlProto, decorator: Google::Apis::ToolresultsV1beta3::SafeHtmlProto::Representation
+
+ property :priority, as: 'priority'
+ property :pseudo_resource_id, as: 'pseudoResourceId'
+ property :region, as: 'region', class: Google::Apis::ToolresultsV1beta3::RegionProto, decorator: Google::Apis::ToolresultsV1beta3::RegionProto::Representation
+
+ property :resource_name, as: 'resourceName'
+ property :screen_id, as: 'screenId'
+ property :secondary_priority, as: 'secondaryPriority'
+ property :short_message, as: 'shortMessage', class: Google::Apis::ToolresultsV1beta3::SafeHtmlProto, decorator: Google::Apis::ToolresultsV1beta3::SafeHtmlProto::Representation
+
+ property :title, as: 'title'
end
end
class TestCase
# @private