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].
Required. The name of the requested instance partition. Values are of
the form
projects/{project}/instances/{instance}/instancePartitions/{instance_partition}.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides reference documentation for the `GetInstancePartitionRequest` class within the Google Cloud Spanner Instance Administration v1 API for .NET."],["The latest version documented is 5.0.0-beta05, with several previous versions also available, starting from 3.5.0."],["The `GetInstancePartitionRequest` class is used to request the details of an instance partition via the `GetInstancePartition` method and implements various interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `InstancePartitionName`, which is a typed view over the resource name, and `Name`, which represents the name of the requested instance partition in a specific format."],["The class includes two constructors, one being empty, and the other taking in another `GetInstancePartitionRequest` as a parameter."]]],[]]