public static interface Mutation.DeleteFromFamilyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getFamilyName()
The name of the family from which cells should be deleted. Must match `[-_.a-zA-Z0-9]+`
string family_name = 1;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;Copyright © 2023 Google LLC. All rights reserved.