public interface GetInstanceRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFieldMask()
public abstract FieldMask getFieldMask()If field_mask is present, specifies the subset of Instance fields that should be returned. If absent, all Instance fields are returned.
.google.protobuf.FieldMask field_mask = 2;
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The fieldMask. |
getFieldMaskOrBuilder()
public abstract FieldMaskOrBuilder getFieldMaskOrBuilder()If field_mask is present, specifies the subset of Instance fields that should be returned. If absent, all Instance fields are returned.
.google.protobuf.FieldMask field_mask = 2;
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
getName()
public abstract String 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) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract 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) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
hasFieldMask()
public abstract boolean hasFieldMask()If field_mask is present, specifies the subset of Instance fields that should be returned. If absent, all Instance fields are returned.
.google.protobuf.FieldMask field_mask = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the fieldMask field is set. |