public static interface Mutation.DeleteFromFamilyOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFamilyName()
The name of the family from which cells should be deleted.
|
ByteString |
getFamilyNameBytes()
The name of the family from which cells should be deleted.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getFamilyName()
The name of the family from which cells should be deleted. Must match `[-_.a-zA-Z0-9]+`
string family_name = 1;
ByteString getFamilyNameBytes()
The name of the family from which cells should be deleted. Must match `[-_.a-zA-Z0-9]+`
string family_name = 1;