generated/google/apis/testing_v1/representations.rb in google-api-client-0.33.1 vs generated/google/apis/testing_v1/representations.rb in google-api-client-0.33.2

- old
+ new

@@ -260,10 +260,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class ManualSharding + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class NetworkConfiguration class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -314,10 +320,22 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class Shard + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + + class ShardingOption + 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 @@ -356,10 +374,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class TestTargetsForShard + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class ToolResultsExecution class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -380,10 +404,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class UniformSharding + 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 @@ -433,10 +463,12 @@ property :app_bundle, as: 'appBundle', class: Google::Apis::TestingV1::AppBundle, decorator: Google::Apis::TestingV1::AppBundle::Representation property :app_package_id, as: 'appPackageId' property :orchestrator_option, as: 'orchestratorOption' + property :sharding_option, as: 'shardingOption', class: Google::Apis::TestingV1::ShardingOption, decorator: Google::Apis::TestingV1::ShardingOption::Representation + property :test_apk, as: 'testApk', class: Google::Apis::TestingV1::FileReference, decorator: Google::Apis::TestingV1::FileReference::Representation property :test_package_id, as: 'testPackageId' property :test_runner_class, as: 'testRunnerClass' collection :test_targets, as: 'testTargets' @@ -798,10 +830,18 @@ property :region, as: 'region' collection :tags, as: 'tags' end end + class ManualSharding + # @private + class Representation < Google::Apis::Core::JsonRepresentation + collection :test_targets_for_shard, as: 'testTargetsForShard', class: Google::Apis::TestingV1::TestTargetsForShard, decorator: Google::Apis::TestingV1::TestTargetsForShard::Representation + + end + end + class NetworkConfiguration # @private class Representation < Google::Apis::Core::JsonRepresentation property :down_rule, as: 'downRule', class: Google::Apis::TestingV1::TrafficRule, decorator: Google::Apis::TestingV1::TrafficRule::Representation @@ -884,10 +924,30 @@ property :timeout, as: 'timeout' end end + class Shard + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :num_shards, as: 'numShards' + property :shard_index, as: 'shardIndex' + property :test_targets_for_shard, as: 'testTargetsForShard', class: Google::Apis::TestingV1::TestTargetsForShard, decorator: Google::Apis::TestingV1::TestTargetsForShard::Representation + + end + end + + class ShardingOption + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :manual_sharding, as: 'manualSharding', class: Google::Apis::TestingV1::ManualSharding, decorator: Google::Apis::TestingV1::ManualSharding::Representation + + property :uniform_sharding, as: 'uniformSharding', class: Google::Apis::TestingV1::UniformSharding, decorator: Google::Apis::TestingV1::UniformSharding::Representation + + end + end + class StartActivityIntent # @private class Representation < Google::Apis::Core::JsonRepresentation property :action, as: 'action' collection :categories, as: 'categories' @@ -923,10 +983,12 @@ property :environment, as: 'environment', class: Google::Apis::TestingV1::Environment, decorator: Google::Apis::TestingV1::Environment::Representation property :id, as: 'id' property :matrix_id, as: 'matrixId' property :project_id, as: 'projectId' + property :shard, as: 'shard', class: Google::Apis::TestingV1::Shard, decorator: Google::Apis::TestingV1::Shard::Representation + property :state, as: 'state' property :test_details, as: 'testDetails', class: Google::Apis::TestingV1::TestDetails, decorator: Google::Apis::TestingV1::TestDetails::Representation property :test_specification, as: 'testSpecification', class: Google::Apis::TestingV1::TestSpecification, decorator: Google::Apis::TestingV1::TestSpecification::Representation @@ -996,10 +1058,17 @@ property :test_timeout, as: 'testTimeout' end end + class TestTargetsForShard + # @private + class Representation < Google::Apis::Core::JsonRepresentation + collection :test_targets, as: 'testTargets' + end + end + class ToolResultsExecution # @private class Representation < Google::Apis::Core::JsonRepresentation property :execution_id, as: 'executionId' property :history_id, as: 'historyId' @@ -1031,9 +1100,16 @@ 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 UniformSharding + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :num_shards, as: 'numShards' end end class XcodeVersion # @private