public interface GetInstanceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.FieldMask |
getFieldMask()
If field_mask is present, specifies the subset of [Instance][google.spanner.admin.instance.v1.Instance] fields that
should be returned.
|
com.google.protobuf.FieldMaskOrBuilder |
getFieldMaskOrBuilder()
If field_mask is present, specifies the subset of [Instance][google.spanner.admin.instance.v1.Instance] fields that
should be returned.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
boolean |
hasFieldMask()
If field_mask is present, specifies the subset of [Instance][google.spanner.admin.instance.v1.Instance] fields that
should be returned.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. The name of the requested instance. Values are of the form `projects/<project>/instances/<instance>`.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getNameBytes()
Required. The name of the requested instance. Values are of the form `projects/<project>/instances/<instance>`.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasFieldMask()
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.
.google.protobuf.FieldMask field_mask = 2;com.google.protobuf.FieldMask getFieldMask()
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.
.google.protobuf.FieldMask field_mask = 2;com.google.protobuf.FieldMaskOrBuilder getFieldMaskOrBuilder()
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.
.google.protobuf.FieldMask field_mask = 2;Copyright © 2020 Google LLC. All rights reserved.