public interface PartialUpdateInstanceRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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];
Type | Description |
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];
Type | Description |
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];
Type | Description |
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];
Type | Description |
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];
Type | Description |
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];
Type | Description |
boolean | Whether the updateMask field is set. |