GoogleApi.Spanner.V1.Model.CreateInstancePartitionRequest (google_api_spanner v0.48.0)
View SourceThe request for CreateInstancePartition.
Attributes
-
instancePartition(type:GoogleApi.Spanner.V1.Model.InstancePartition.t, default:nil) - Required. The instance partition to create. The instance_partition.name may be omitted, but if specified must be/instancePartitions/. -
instancePartitionId(type:String.t, default:nil) - Required. The ID of the instance partition to create. Valid identifiers are of the forma-z*[a-z0-9]and must be between 2 and 64 characters in length.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Spanner.V1.Model.CreateInstancePartitionRequest{ instancePartition: GoogleApi.Spanner.V1.Model.InstancePartition.t() | nil, instancePartitionId: String.t() | nil }