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

    Modifier and Type
    Method
    Description
    The name of the family from which cells should be deleted.
    com.google.protobuf.ByteString
    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 Details

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