public interface PartialUpdateInstanceRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Instance |
getInstance()
The Instance which will (partially) replace the current value.
|
InstanceOrBuilder |
getInstanceOrBuilder()
The Instance which will (partially) replace the current value.
|
FieldMask |
getUpdateMask()
The subset of Instance fields which should be replaced.
|
FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
The subset of Instance fields which should be replaced.
|
boolean |
hasInstance()
The Instance which will (partially) replace the current value.
|
boolean |
hasUpdateMask()
The subset of Instance fields which should be replaced.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasInstance()
The Instance which will (partially) replace the current value.
.google.bigtable.admin.v2.Instance instance = 1;
Instance getInstance()
The Instance which will (partially) replace the current value.
.google.bigtable.admin.v2.Instance instance = 1;
InstanceOrBuilder getInstanceOrBuilder()
The Instance which will (partially) replace the current value.
.google.bigtable.admin.v2.Instance instance = 1;
boolean hasUpdateMask()
The subset of Instance fields which should be replaced. Must be explicitly set.
.google.protobuf.FieldMask update_mask = 2;
FieldMask getUpdateMask()
The subset of Instance fields which should be replaced. Must be explicitly set.
.google.protobuf.FieldMask update_mask = 2;
FieldMaskOrBuilder getUpdateMaskOrBuilder()
The subset of Instance fields which should be replaced. Must be explicitly set.
.google.protobuf.FieldMask update_mask = 2;