Interface Mutation.DeleteFromFamilyOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getFamilyName()
      The name of the family from which cells should be deleted.
      com.google.protobuf.ByteString getFamilyNameBytes()
      The name of the family from which cells should be deleted.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.