Google Cloud Spanner Instance Administration v1 API - Class CreateInstancePartitionRequest (5.5.0)

public sealed class CreateInstancePartitionRequest : IMessage<CreateInstancePartitionRequest>, IEquatable<CreateInstancePartitionRequest>, IDeepCloneable<CreateInstancePartitionRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Spanner Instance Administration v1 API class CreateInstancePartitionRequest.

The request for [CreateInstancePartition][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstancePartition].

Inheritance

object > CreateInstancePartitionRequest

Namespace

Google.Cloud.Spanner.Admin.Instance.V1

Assembly

Google.Cloud.Spanner.Admin.Instance.V1.dll

Constructors

CreateInstancePartitionRequest()

public CreateInstancePartitionRequest()

CreateInstancePartitionRequest(CreateInstancePartitionRequest)

public CreateInstancePartitionRequest(CreateInstancePartitionRequest other)
Parameter
Name Description
other CreateInstancePartitionRequest

Properties

InstancePartition

public InstancePartition InstancePartition { get; set; }

Required. The instance partition to create. The instance_partition.name may be omitted, but if specified must be <parent>/instancePartitions/<instance_partition_id>.

Property Value
Type Description
InstancePartition

InstancePartitionId

public string InstancePartitionId { get; set; }

Required. The ID of the instance partition to create. Valid identifiers are of the form [a-z][-a-z0-9]*[a-z0-9] and must be between 2 and 64 characters in length.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The name of the instance in which to create the instance partition. Values are of the form projects/<project>/instances/<instance>.

Property Value
Type Description
string

ParentAsInstanceName

public InstanceName ParentAsInstanceName { get; set; }

Google.Cloud.Spanner.Common.V1.InstanceName-typed view over the Parent resource name property.

Property Value
Type Description
Google.Cloud.Spanner.Common.V1.InstanceName

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月06日 UTC.