Google Cloud Spanner Instance Administration v1 API - Class GetInstanceRequest (5.0.0-beta02)

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

Reference 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].

Inheritance

object > GetInstanceRequest

Namespace

Google.Cloud.Spanner.Admin.Instance.V1

Assembly

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

Constructors

GetInstanceRequest()

public GetInstanceRequest()

GetInstanceRequest(GetInstanceRequest)

public GetInstanceRequest(GetInstanceRequest other)
Parameter
NameDescription
otherGetInstanceRequest

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
TypeDescription
FieldMask

InstanceName

public InstanceName InstanceName { get; set; }

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

Property Value
TypeDescription
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
TypeDescription
string