All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sawtooth.sdk.protobuf.ClientSortControlsOrBuilder Maven / Gradle / Ivy

Go to download

"Java classes generated from Sawtooth proto definition files, to interact with the component, consensus, and other validator interfaces"

There is a newer version: v0.1.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: client_list_control.proto

package sawtooth.sdk.protobuf;

public interface ClientSortControlsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:ClientSortControls)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated string keys = 1;
   */
  java.util.List
      getKeysList();
  /**
   * repeated string keys = 1;
   */
  int getKeysCount();
  /**
   * repeated string keys = 1;
   */
  java.lang.String getKeys(int index);
  /**
   * repeated string keys = 1;
   */
  com.google.protobuf.ByteString
      getKeysBytes(int index);

  /**
   * bool reverse = 2;
   */
  boolean getReverse();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy