generated/google/apis/testing_v1/representations.rb in google-api-client-0.42.1 vs generated/google/apis/testing_v1/representations.rb in google-api-client-0.42.2
- old
+ new
@@ -140,10 +140,22 @@
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
+ class DeviceIpBlock
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
+ class DeviceIpBlockCatalog
+ class Representation < Google::Apis::Core::JsonRepresentation; end
+
+ include Google::Apis::Core::JsonObjectSupport
+ end
+
class Distribution
class Representation < Google::Apis::Core::JsonRepresentation; end
include Google::Apis::Core::JsonObjectSupport
end
@@ -649,10 +661,28 @@
property :regular_file, as: 'regularFile', class: Google::Apis::TestingV1::RegularFile, decorator: Google::Apis::TestingV1::RegularFile::Representation
end
end
+ class DeviceIpBlock
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ property :added_date, as: 'addedDate', class: Google::Apis::TestingV1::Date, decorator: Google::Apis::TestingV1::Date::Representation
+
+ property :block, as: 'block'
+ property :form, as: 'form'
+ end
+ end
+
+ class DeviceIpBlockCatalog
+ # @private
+ class Representation < Google::Apis::Core::JsonRepresentation
+ collection :ip_blocks, as: 'ipBlocks', class: Google::Apis::TestingV1::DeviceIpBlock, decorator: Google::Apis::TestingV1::DeviceIpBlock::Representation
+
+ end
+ end
+
class Distribution
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :market_share, as: 'marketShare'
property :measurement_time, as: 'measurementTime'
@@ -980,9 +1010,11 @@
class TestEnvironmentCatalog
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :android_device_catalog, as: 'androidDeviceCatalog', class: Google::Apis::TestingV1::AndroidDeviceCatalog, decorator: Google::Apis::TestingV1::AndroidDeviceCatalog::Representation
+
+ property :device_ip_block_catalog, as: 'deviceIpBlockCatalog', class: Google::Apis::TestingV1::DeviceIpBlockCatalog, decorator: Google::Apis::TestingV1::DeviceIpBlockCatalog::Representation
property :ios_device_catalog, as: 'iosDeviceCatalog', class: Google::Apis::TestingV1::IosDeviceCatalog, decorator: Google::Apis::TestingV1::IosDeviceCatalog::Representation
property :network_configuration_catalog, as: 'networkConfigurationCatalog', class: Google::Apis::TestingV1::NetworkConfigurationCatalog, decorator: Google::Apis::TestingV1::NetworkConfigurationCatalog::Representation