generated/google/apis/testing_v1/representations.rb in google-api-client-0.19.6 vs generated/google/apis/testing_v1/representations.rb in google-api-client-0.19.7
- old
+ new
@@ -86,10 +86,22 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class ApkDetail
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
+ class ApkManifest
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class CancelTestMatrixResponse
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -146,10 +158,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class GetApkDetailsResponse
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class GoogleAuto
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -158,10 +176,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class IntentFilter
+ 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
@@ -411,10 +435,30 @@
collection :tags, as: 'tags'
property :version_string, as: 'versionString'
end
end
+ class ApkDetail
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :apk_manifest, as: 'apkManifest', class: Google::Apis::TestingV1::ApkManifest, decorator: Google::Apis::TestingV1::ApkManifest::Representation
+
+ end
+ end
+
+ class ApkManifest
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :application_label, as: 'applicationLabel'
+ collection :intent_filters, as: 'intentFilters', class: Google::Apis::TestingV1::IntentFilter, decorator: Google::Apis::TestingV1::IntentFilter::Representation
+
+ property :max_sdk_version, as: 'maxSdkVersion'
+ property :min_sdk_version, as: 'minSdkVersion'
+ property :package_name, as: 'packageName'
+ end
+ end
+
class CancelTestMatrixResponse
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :test_state, as: 'testState'
end
@@ -493,19 +537,36 @@
class Representation < Google::Apis::Core::JsonRepresentation
property :gcs_path, as: 'gcsPath'
end
end
+ class GetApkDetailsResponse
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :apk_detail, as: 'apkDetail', class: Google::Apis::TestingV1::ApkDetail, decorator: Google::Apis::TestingV1::ApkDetail::Representation
+
+ end
+ end
+
class GoogleAuto
# @private
class Representation < Google::Apis::Core::JsonRepresentation
end
end
class GoogleCloudStorage
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :gcs_path, as: 'gcsPath'
+ end
+ end
+
+ class IntentFilter
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ collection :action_names, as: 'actionNames'
+ collection :category_names, as: 'categoryNames'
+ property :mime_type, as: 'mimeType'
end
end
class LauncherActivityIntent
# @private