Interface GetServerInfoResponse.CommandOptionInfoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getHelp()
      optional string help = 4;
      com.google.protobuf.ByteString getHelpBytes()
      optional string help = 4;
      String getId()
      optional string id = 1;
      com.google.protobuf.ByteString getIdBytes()
      optional string id = 1;
      String getType()
      optional string type = 3;
      com.google.protobuf.ByteString getTypeBytes()
      optional string type = 3;
      String getVerboseName()
      optional string verboseName = 2;
      com.google.protobuf.ByteString getVerboseNameBytes()
      optional string verboseName = 2;
      boolean hasHelp()
      optional string help = 4;
      boolean hasId()
      optional string id = 1;
      boolean hasType()
      optional string type = 3;
      boolean hasVerboseName()
      optional string verboseName = 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 Detail

      • hasId

        boolean hasId()
        optional string id = 1;
      • getId

        String getId()
        optional string id = 1;
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
        optional string id = 1;
      • hasVerboseName

        boolean hasVerboseName()
        optional string verboseName = 2;
      • getVerboseName

        String getVerboseName()
        optional string verboseName = 2;
      • getVerboseNameBytes

        com.google.protobuf.ByteString getVerboseNameBytes()
        optional string verboseName = 2;
      • hasType

        boolean hasType()
        optional string type = 3;
      • getType

        String getType()
        optional string type = 3;
      • getTypeBytes

        com.google.protobuf.ByteString getTypeBytes()
        optional string type = 3;
      • hasHelp

        boolean hasHelp()
        optional string help = 4;
      • getHelp

        String getHelp()
        optional string help = 4;
      • getHelpBytes

        com.google.protobuf.ByteString getHelpBytes()
        optional string help = 4;