generated/google/apis/testing_v1/representations.rb in google-api-client-0.18.0 vs generated/google/apis/testing_v1/representations.rb in google-api-client-0.18.1
- old
+ new
@@ -158,10 +158,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class LauncherActivityIntent
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class Locale
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -200,10 +206,22 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class RoboStartingIntent
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
+ class StartActivityIntent
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class TestDetails
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -352,10 +370,12 @@
property :app_package_id, as: 'appPackageId'
property :max_depth, as: 'maxDepth'
property :max_steps, as: 'maxSteps'
collection :robo_directives, as: 'roboDirectives', class: Google::Apis::TestingV1::RoboDirective, decorator: Google::Apis::TestingV1::RoboDirective::Representation
+ collection :starting_intents, as: 'startingIntents', class: Google::Apis::TestingV1::RoboStartingIntent, decorator: Google::Apis::TestingV1::RoboStartingIntent::Representation
+
end
end
class AndroidRuntimeConfiguration
# @private
@@ -486,10 +506,16 @@
class Representation < Google::Apis::Core::JsonRepresentation
property :gcs_path, as: 'gcsPath'
end
end
+ class LauncherActivityIntent
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ end
+ end
+
class Locale
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :id, as: 'id'
property :name, as: 'name'
@@ -551,9 +577,28 @@
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :action_type, as: 'actionType'
property :input_text, as: 'inputText'
property :resource_name, as: 'resourceName'
+ end
+ end
+
+ class RoboStartingIntent
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :launcher_activity, as: 'launcherActivity', class: Google::Apis::TestingV1::LauncherActivityIntent, decorator: Google::Apis::TestingV1::LauncherActivityIntent::Representation
+
+ property :start_activity, as: 'startActivity', class: Google::Apis::TestingV1::StartActivityIntent, decorator: Google::Apis::TestingV1::StartActivityIntent::Representation
+
+ end
+ end
+
+ class StartActivityIntent
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :action, as: 'action'
+ collection :categories, as: 'categories'
+ property :uri, as: 'uri'
end
end
class TestDetails
# @private