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

org.hyperledger.fabric.protos.peer.QueryPendingSnapshotsResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.3.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: peer/snapshot.proto

package org.hyperledger.fabric.protos.peer;

public interface QueryPendingSnapshotsResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:protos.QueryPendingSnapshotsResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated uint64 block_numbers = 1 [json_name = "blockNumbers"];
   * @return A list containing the blockNumbers.
   */
  java.util.List getBlockNumbersList();
  /**
   * repeated uint64 block_numbers = 1 [json_name = "blockNumbers"];
   * @return The count of blockNumbers.
   */
  int getBlockNumbersCount();
  /**
   * repeated uint64 block_numbers = 1 [json_name = "blockNumbers"];
   * @param index The index of the element to return.
   * @return The blockNumbers at the given index.
   */
  long getBlockNumbers(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy