-
ModifyColumnFamiliesRequest.Modification.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value)
ModifyColumnFamiliesRequest.Modification.Builder.clear()
ModifyColumnFamiliesRequest.Modification.Builder.clearCreate()
Create a new column family with the specified schema, or fail if
one already exists with the given ID.
ModifyColumnFamiliesRequest.Modification.Builder.clearDrop()
Drop (delete) the column family with the given ID, or fail if no such
family exists.
ModifyColumnFamiliesRequest.Modification.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ModifyColumnFamiliesRequest.Modification.Builder.clearId()
The ID of the column family to be modified.
ModifyColumnFamiliesRequest.Modification.Builder.clearMod()
ModifyColumnFamiliesRequest.Modification.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ModifyColumnFamiliesRequest.Modification.Builder.clearUpdate()
Update an existing column family to the specified schema, or fail
if no column family exists with the given ID.
ModifyColumnFamiliesRequest.Modification.Builder.clone()
Create a new column family with the specified schema, or fail if
one already exists with the given ID.
ModifyColumnFamiliesRequest.Modification.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ModifyColumnFamiliesRequest.Modification.Builder.mergeFrom(com.google.protobuf.Message other)
ModifyColumnFamiliesRequest.Modification.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Update an existing column family to the specified schema, or fail
if no column family exists with the given ID.
ModifyColumnFamiliesRequest.Modification.newBuilder()
ModifyColumnFamiliesRequest.Modification.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
Create a new column family with the specified schema, or fail if
one already exists with the given ID.
Create a new column family with the specified schema, or fail if
one already exists with the given ID.
ModifyColumnFamiliesRequest.Modification.Builder.setDrop(boolean value)
Drop (delete) the column family with the given ID, or fail if no such
family exists.
ModifyColumnFamiliesRequest.Modification.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value)
ModifyColumnFamiliesRequest.Modification.Builder.setId(String value)
The ID of the column family to be modified.
ModifyColumnFamiliesRequest.Modification.Builder.setIdBytes(com.google.protobuf.ByteString value)
The ID of the column family to be modified.
ModifyColumnFamiliesRequest.Modification.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value)
ModifyColumnFamiliesRequest.Modification.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Update an existing column family to the specified schema, or fail
if no column family exists with the given ID.
Update an existing column family to the specified schema, or fail
if no column family exists with the given ID.
ModifyColumnFamiliesRequest.Modification.toBuilder()