Interface Rpc.ListResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Rpc.ListResponse, Rpc.ListResponse.Builder
    Enclosing class:
    Rpc

    public static interface Rpc.ListResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getStatus

        int getStatus()
         *
         Status code. Can be
         200 - OK
         400 - Bad request - if missing some required field(s) in the request
         404 - The entity or the attribute prefix is not found
         500 - Internal server error
         
        uint32 status = 1;
        Returns:
        The status.
      • getStatusMessage

        java.lang.String getStatusMessage()
         *
         The status message. Might be omitted if status is 200.
         
        string statusMessage = 2;
        Returns:
        The statusMessage.
      • getStatusMessageBytes

        com.google.protobuf.ByteString getStatusMessageBytes()
         *
         The status message. Might be omitted if status is 200.
         
        string statusMessage = 2;
        Returns:
        The bytes for statusMessage.
      • getValueList

        java.util.List<Rpc.ListResponse.AttrValue> getValueList()
         *
         All scanned values.
         
        repeated .ListResponse.AttrValue value = 3;
      • getValueCount

        int getValueCount()
         *
         All scanned values.
         
        repeated .ListResponse.AttrValue value = 3;
      • getValueOrBuilderList

        java.util.List<? extends Rpc.ListResponse.AttrValueOrBuilder> getValueOrBuilderList()
         *
         All scanned values.
         
        repeated .ListResponse.AttrValue value = 3;