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

View Source

Output only. Details about the shard.

Attributes

  • estimatedShardDuration (type: String.t, default: nil) - Output only. The estimated shard duration based on previous test case timing records, if available.
  • numShards (type: integer(), default: nil) - Output only. The total number of shards.
  • shardIndex (type: integer(), default: nil) - Output only. The index of the shard among all the shards.
  • testTargetsForShard (type: GoogleApi.Testing.V1.Model.TestTargetsForShard.t, default: nil) - Output only. Test targets for each shard. Only set for manual sharding.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Testing.V1.Model.Shard{
  estimatedShardDuration: String.t() | nil,
  numShards: integer() | nil,
  shardIndex: integer() | nil,
  testTargetsForShard: GoogleApi.Testing.V1.Model.TestTargetsForShard.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.