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

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

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

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

Inheritance

object > GetInstancePartitionRequest

Namespace

Google.Cloud.Spanner.Admin.Instance.V1

Assembly

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

Constructors

GetInstancePartitionRequest()

public GetInstancePartitionRequest()

GetInstancePartitionRequest(GetInstancePartitionRequest)

public GetInstancePartitionRequest(GetInstancePartitionRequest other)
Parameter
Name Description
other GetInstancePartitionRequest

Properties

InstancePartitionName

public InstancePartitionName InstancePartitionName { get; set; }

InstancePartitionName-typed view over the Name resource name property.

Property Value
Type Description
InstancePartitionName

Name

public string Name { get; set; }

Required. The name of the requested instance partition. Values are of the form projects/{project}/instances/{instance}/instancePartitions/{instance_partition}.

Property Value
Type Description
string

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.