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

sawtooth.sdk.protobuf.ClientTransactionListRequestOrBuilder 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_transaction.proto

package sawtooth.sdk.protobuf;

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

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

  /**
   * repeated string transaction_ids = 2;
   */
  java.util.List
      getTransactionIdsList();
  /**
   * repeated string transaction_ids = 2;
   */
  int getTransactionIdsCount();
  /**
   * repeated string transaction_ids = 2;
   */
  java.lang.String getTransactionIds(int index);
  /**
   * repeated string transaction_ids = 2;
   */
  com.google.protobuf.ByteString
      getTransactionIdsBytes(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