Package com.google.bigtable.admin.v2
Interface PartialUpdateInstanceRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PartialUpdateInstanceRequest,PartialUpdateInstanceRequest.Builder
public interface PartialUpdateInstanceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionRequired.Required.com.google.protobuf.FieldMaskRequired.com.google.protobuf.FieldMaskOrBuilderRequired.booleanRequired.booleanRequired.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasInstance
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:
- Whether the instance field is set.
-
getInstance
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:
- The instance.
-
getInstanceOrBuilder
InstanceOrBuilder getInstanceOrBuilder()Required. The Instance which will (partially) replace the current value.
.google.bigtable.admin.v2.Instance instance = 1 [(.google.api.field_behavior) = REQUIRED]; -
hasUpdateMask
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:
- Whether the updateMask field is set.
-
getUpdateMask
com.google.protobuf.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:
- The updateMask.
-
getUpdateMaskOrBuilder
com.google.protobuf.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];
-