google_api_spanner v0.2.0 GoogleApi.Spanner.V1.Model.CreateInstanceRequest View Source

The request for CreateInstance.

Attributes

  • instance (Instance): Required. The instance to create. The name may be omitted, but if specified must be `<parent>/instances/<instance_id>`. Defaults to: null.
  • instanceId (String.t): Required. The ID of the instance to create. Valid identifiers are of the form `a-z*[a-z0-9]` and must be between 6 and 30 characters in length. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.Spanner.V1.Model.CreateInstanceRequest{
  instance: GoogleApi.Spanner.V1.Model.Instance.t(),
  instanceId: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.