google_api_testing v0.20.0 GoogleApi.Testing.V1.Model.ShardingOption View Source
Options for enabling sharding.
Attributes
-
manualSharding
(type:GoogleApi.Testing.V1.Model.ManualSharding.t
, default:nil
) - Shards test cases into the specified groups of packages, classes, and/or methods. -
uniformSharding
(type:GoogleApi.Testing.V1.Model.UniformSharding.t
, default:nil
) - Uniformly shards test cases given a total number of shards.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Testing.V1.Model.ShardingOption{ manualSharding: GoogleApi.Testing.V1.Model.ManualSharding.t(), uniformSharding: GoogleApi.Testing.V1.Model.UniformSharding.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.