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

sawtooth.sdk.protobuf.ClientBatchListRequestOrBuilder 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_batch.proto

package sawtooth.sdk.protobuf;

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

  /**
   * string head_id = 1;
   */
  java.lang.String getHeadId();
  /**
   * string head_id = 1;
   */
  com.google.protobuf.ByteString
      getHeadIdBytes();

  /**
   * repeated string batch_ids = 2;
   */
  java.util.List
      getBatchIdsList();
  /**
   * repeated string batch_ids = 2;
   */
  int getBatchIdsCount();
  /**
   * repeated string batch_ids = 2;
   */
  java.lang.String getBatchIds(int index);
  /**
   * repeated string batch_ids = 2;
   */
  com.google.protobuf.ByteString
      getBatchIdsBytes(int index);

  /**
   * .ClientPagingControls paging = 3;
   */
  boolean hasPaging();
  /**
   * .ClientPagingControls paging = 3;
   */
  sawtooth.sdk.protobuf.ClientPagingControls getPaging();
  /**
   * .ClientPagingControls paging = 3;
   */
  sawtooth.sdk.protobuf.ClientPagingControlsOrBuilder getPagingOrBuilder();

  /**
   * repeated .ClientSortControls sorting = 4;
   */
  java.util.List 
      getSortingList();
  /**
   * repeated .ClientSortControls sorting = 4;
   */
  sawtooth.sdk.protobuf.ClientSortControls getSorting(int index);
  /**
   * repeated .ClientSortControls sorting = 4;
   */
  int getSortingCount();
  /**
   * repeated .ClientSortControls sorting = 4;
   */
  java.util.List 
      getSortingOrBuilderList();
  /**
   * repeated .ClientSortControls sorting = 4;
   */
  sawtooth.sdk.protobuf.ClientSortControlsOrBuilder getSortingOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy