Interface PartialUpdateInstanceRequestOrBuilder (2.17.1)

public interface PartialUpdateInstanceRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInstance()

public abstract Instance getInstance()

Required. The Instance which will (partially) replace the current value.

.google.bigtable.admin.v2.Instance instance = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Instance

The instance.

getInstanceOrBuilder()

public abstract InstanceOrBuilder getInstanceOrBuilder()

Required. The Instance which will (partially) replace the current value.

.google.bigtable.admin.v2.Instance instance = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
InstanceOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Required. The subset of Instance fields which should be replaced. Must be explicitly set.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Required. The subset of Instance fields which should be replaced. Must be explicitly set.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
FieldMaskOrBuilder

hasInstance()

public abstract boolean hasInstance()

Required. The Instance which will (partially) replace the current value.

.google.bigtable.admin.v2.Instance instance = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the instance field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Required. The subset of Instance fields which should be replaced. Must be explicitly set.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the updateMask field is set.