public sealed class GetInstanceRequest : IMessage<GetInstanceRequest>, IEquatable<GetInstanceRequest>, IDeepCloneable<GetInstanceRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Spanner Instance Administration v1 API class GetInstanceRequest.
The request for [GetInstance][google.spanner.admin.instance.v1.InstanceAdmin.GetInstance].
Implements
IMessageGetInstanceRequest, IEquatableGetInstanceRequest, IDeepCloneableGetInstanceRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Spanner.Admin.Instance.V1Assembly
Google.Cloud.Spanner.Admin.Instance.V1.dll
Constructors
GetInstanceRequest()
public GetInstanceRequest()GetInstanceRequest(GetInstanceRequest)
public GetInstanceRequest(GetInstanceRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetInstanceRequest |
Properties
FieldMask
public FieldMask FieldMask { get; set; }If field_mask is present, specifies the subset of [Instance][google.spanner.admin.instance.v1.Instance] fields that should be returned. If absent, all [Instance][google.spanner.admin.instance.v1.Instance] fields are returned.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|
InstanceName
public InstanceName InstanceName { get; set; }Google.Cloud.Spanner.Common.V1.InstanceName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
Google.Cloud.Spanner.Common.V1.InstanceName |
|
Name
public string Name { get; set; }Required. The name of the requested instance. Values are of the form
projects/<project>/instances/<instance>.
| Property Value | |
|---|---|
| Type | Description |
string |
|