google_api_spanner v0.22.0 GoogleApi.Spanner.V1.Model.CreateInstanceRequest View Source
The request for CreateInstance.
Attributes
-
instance
(type:GoogleApi.Spanner.V1.Model.Instance.t
, default:nil
) - Required. The instance to create. The name may be omitted, but if specified must be<parent>/instances/<instance_id>
. -
instanceId
(type:String.t
, default:nil
) - Required. The ID of the instance to create. Valid identifiers are of the forma-z*[a-z0-9]
and must be between 2 and 64 characters in length.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Spanner.V1.Model.CreateInstanceRequest{ instance: GoogleApi.Spanner.V1.Model.Instance.t(), instanceId: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.