Interface GetInstanceRequestOrBuilder

public interface GetInstanceRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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

Whether the fieldMask field is set.