GoogleApi.Testing.V1.Model.ShardingOption (google_api_testing v0.34.0)

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.
  • smartSharding (type: GoogleApi.Testing.V1.Model.SmartSharding.t, default: nil) - Shards test based on previous test case timing records.
  • uniformSharding (type: GoogleApi.Testing.V1.Model.UniformSharding.t, default: nil) - Uniformly shards test cases given a total number of shards.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Testing.V1.Model.ShardingOption{
  manualSharding: GoogleApi.Testing.V1.Model.ManualSharding.t() | nil,
  smartSharding: GoogleApi.Testing.V1.Model.SmartSharding.t() | nil,
  uniformSharding: GoogleApi.Testing.V1.Model.UniformSharding.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.