Package com.google.bigtable.v2
Interface Mutation.DeleteFromFamilyOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Mutation.DeleteFromFamily,Mutation.DeleteFromFamily.Builder
- Enclosing class:
- Mutation
public static interface Mutation.DeleteFromFamilyOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFamilyName()The name of the family from which cells should be deleted.com.google.protobuf.ByteStringgetFamilyNameBytes()The name of the family from which cells should be deleted.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFamilyName
String getFamilyName()
The name of the family from which cells should be deleted. Must match `[-_.a-zA-Z0-9]+`
string family_name = 1;- Returns:
- The familyName.
-
getFamilyNameBytes
com.google.protobuf.ByteString getFamilyNameBytes()
The name of the family from which cells should be deleted. Must match `[-_.a-zA-Z0-9]+`
string family_name = 1;- Returns:
- The bytes for familyName.
-
-