Interface BookkeeperProtocol.GetBookieInfoRequestOrBuilder

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

public static interface BookkeeperProtocol.GetBookieInfoRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    bitwise OR of Flags
    boolean
    bitwise OR of Flags

    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

    • hasRequested

      boolean hasRequested()
       bitwise OR of Flags
       
      optional int64 requested = 1;
      Returns:
      Whether the requested field is set.
    • getRequested

      long getRequested()
       bitwise OR of Flags
       
      optional int64 requested = 1;
      Returns:
      The requested.