Interface Raft.DocumentDeleteRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Raft.DocumentDeleteRequest, Raft.DocumentDeleteRequest.Builder
Enclosing class:
Raft

public static interface Raft.DocumentDeleteRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string cf_name = 1;
    com.google.protobuf.ByteString
    string cf_name = 1;
    long
    getIds(int index)
    repeated int64 ids = 2;
    int
    repeated int64 ids = 2;
    repeated int64 ids = 2;

    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

    • getCfName

      String getCfName()
      string cf_name = 1;
      Returns:
      The cfName.
    • getCfNameBytes

      com.google.protobuf.ByteString getCfNameBytes()
      string cf_name = 1;
      Returns:
      The bytes for cfName.
    • getIdsList

      List<Long> getIdsList()
      repeated int64 ids = 2;
      Returns:
      A list containing the ids.
    • getIdsCount

      int getIdsCount()
      repeated int64 ids = 2;
      Returns:
      The count of ids.
    • getIds

      long getIds(int index)
      repeated int64 ids = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The ids at the given index.