generated/google/apis/testing_v1/representations.rb in google-api-client-0.24.2 vs generated/google/apis/testing_v1/representations.rb in google-api-client-0.24.3
- old
+ new
@@ -368,10 +368,16 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class XcodeVersion
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class Account
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :google_auto, as: 'googleAuto', class: Google::Apis::TestingV1::GoogleAuto, decorator: Google::Apis::TestingV1::GoogleAuto::Representation
@@ -671,10 +677,12 @@
property :runtime_configuration, as: 'runtimeConfiguration', class: Google::Apis::TestingV1::IosRuntimeConfiguration, decorator: Google::Apis::TestingV1::IosRuntimeConfiguration::Representation
collection :versions, as: 'versions', class: Google::Apis::TestingV1::IosVersion, decorator: Google::Apis::TestingV1::IosVersion::Representation
+ collection :xcode_versions, as: 'xcodeVersions', class: Google::Apis::TestingV1::XcodeVersion, decorator: Google::Apis::TestingV1::XcodeVersion::Representation
+
end
end
class IosDeviceList
# @private
@@ -717,19 +725,21 @@
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :id, as: 'id'
property :major_version, as: 'majorVersion'
property :minor_version, as: 'minorVersion'
+ collection :supported_xcode_version_ids, as: 'supportedXcodeVersionIds'
collection :tags, as: 'tags'
end
end
class IosXcTest
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :tests_zip, as: 'testsZip', class: Google::Apis::TestingV1::FileReference, decorator: Google::Apis::TestingV1::FileReference::Representation
+ property :xcode_version, as: 'xcodeVersion'
property :xctestrun, as: 'xctestrun', class: Google::Apis::TestingV1::FileReference, decorator: Google::Apis::TestingV1::FileReference::Representation
end
end
@@ -976,9 +986,17 @@
property :bandwidth, as: 'bandwidth'
property :burst, as: 'burst'
property :delay, as: 'delay'
property :packet_duplication_ratio, as: 'packetDuplicationRatio'
property :packet_loss_ratio, as: 'packetLossRatio'
+ end
+ end
+
+ class XcodeVersion
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ collection :tags, as: 'tags'
+ property :version, as: 'version'
end
end
end
end
end