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

io.provenance.marker.v1.QueryAllMarkersResponseOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: provenance/marker/v1/query.proto

package io.provenance.marker.v1;

public interface QueryAllMarkersResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:provenance.marker.v1.QueryAllMarkersResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .google.protobuf.Any markers = 1 [(.cosmos_proto.accepts_interface) = "MarkerAccountI"];
   */
  java.util.List 
      getMarkersList();
  /**
   * repeated .google.protobuf.Any markers = 1 [(.cosmos_proto.accepts_interface) = "MarkerAccountI"];
   */
  com.google.protobuf.Any getMarkers(int index);
  /**
   * repeated .google.protobuf.Any markers = 1 [(.cosmos_proto.accepts_interface) = "MarkerAccountI"];
   */
  int getMarkersCount();
  /**
   * repeated .google.protobuf.Any markers = 1 [(.cosmos_proto.accepts_interface) = "MarkerAccountI"];
   */
  java.util.List 
      getMarkersOrBuilderList();
  /**
   * repeated .google.protobuf.Any markers = 1 [(.cosmos_proto.accepts_interface) = "MarkerAccountI"];
   */
  com.google.protobuf.AnyOrBuilder getMarkersOrBuilder(
      int index);

  /**
   * 
   * pagination defines an optional pagination for the request.
   * 
* * .cosmos.base.query.v1beta1.PageResponse pagination = 2; */ boolean hasPagination(); /** *
   * pagination defines an optional pagination for the request.
   * 
* * .cosmos.base.query.v1beta1.PageResponse pagination = 2; */ cosmos.base.query.v1beta1.Pagination.PageResponse getPagination(); /** *
   * pagination defines an optional pagination for the request.
   * 
* * .cosmos.base.query.v1beta1.PageResponse pagination = 2; */ cosmos.base.query.v1beta1.Pagination.PageResponseOrBuilder getPaginationOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy