Interface Node.DeleteFailPointRequestOrBuilder

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

public static interface Node.DeleteFailPointRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getNames(int index)
    repeated string names = 2;
    com.google.protobuf.ByteString
    getNamesBytes(int index)
    repeated string names = 2;
    int
    repeated string names = 2;
    repeated string names = 2;
    .dingodb.pb.common.RequestInfo request_info = 1;
    .dingodb.pb.common.RequestInfo request_info = 1;
    boolean
    .dingodb.pb.common.RequestInfo request_info = 1;

    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

    • hasRequestInfo

      boolean hasRequestInfo()
      .dingodb.pb.common.RequestInfo request_info = 1;
      Returns:
      Whether the requestInfo field is set.
    • getRequestInfo

      Common.RequestInfo getRequestInfo()
      .dingodb.pb.common.RequestInfo request_info = 1;
      Returns:
      The requestInfo.
    • getRequestInfoOrBuilder

      Common.RequestInfoOrBuilder getRequestInfoOrBuilder()
      .dingodb.pb.common.RequestInfo request_info = 1;
    • getNamesList

      List<String> getNamesList()
      repeated string names = 2;
      Returns:
      A list containing the names.
    • getNamesCount

      int getNamesCount()
      repeated string names = 2;
      Returns:
      The count of names.
    • getNames

      String getNames(int index)
      repeated string names = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The names at the given index.
    • getNamesBytes

      com.google.protobuf.ByteString getNamesBytes(int index)
      repeated string names = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the names at the given index.