GoogleApi.Spanner.V1.Model.AddSplitPointsRequest (google_api_spanner v0.48.0)

View Source

The request for AddSplitPoints.

Attributes

  • initiator (type: String.t, default: nil) - Optional. A user-supplied tag associated with the split points. For example, "initial_data_load", "special_event_1". Defaults to "CloudAddSplitPointsAPI" if not specified. The length of the tag must not exceed 50 characters,else will be trimmed. Only valid UTF8 characters are allowed.
  • splitPoints (type: list(GoogleApi.Spanner.V1.Model.SplitPoints.t), default: nil) - Required. The split points to add.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Spanner.V1.Model.AddSplitPointsRequest{
  initiator: String.t() | nil,
  splitPoints: [GoogleApi.Spanner.V1.Model.SplitPoints.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.