public sealed class GetInstanceRequest : IMessage<GetInstanceRequest>, IEquatable<GetInstanceRequest>, IDeepCloneable<GetInstanceRequest>, IBufferMessage, IMessage
The request for [GetInstance][google.spanner.admin.instance.v1.InstanceAdmin.GetInstance].
Implements
IMessage<GetInstanceRequest>, IEquatable<GetInstanceRequest>, IDeepCloneable<GetInstanceRequest>, 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; }
InstanceName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
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 |