View Source GoogleApi.Spanner.V1.Model.BatchCreateSessionsRequest (google_api_spanner v0.38.0)

The request for BatchCreateSessions.

Attributes

  • sessionCount (type: integer(), default: nil) - Required. The number of sessions to be created in this batch call. The API may return fewer than the requested number of sessions. If a specific number of sessions are desired, the client can make additional calls to BatchCreateSessions (adjusting session_count as necessary).
  • sessionTemplate (type: GoogleApi.Spanner.V1.Model.Session.t, default: nil) - Parameters to be applied to each created session.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Spanner.V1.Model.BatchCreateSessionsRequest{
  sessionCount: integer() | nil,
  sessionTemplate: GoogleApi.Spanner.V1.Model.Session.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.