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

io.provenance.name.v1.QueryReverseLookupResponseOrBuilder Maven / Gradle / Ivy

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

package io.provenance.name.v1;

public interface QueryReverseLookupResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:provenance.name.v1.QueryReverseLookupResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * an array of names bound against a given address
   * 
* * repeated string name = 1; */ java.util.List getNameList(); /** *
   * an array of names bound against a given address
   * 
* * repeated string name = 1; */ int getNameCount(); /** *
   * an array of names bound against a given address
   * 
* * repeated string name = 1; */ java.lang.String getName(int index); /** *
   * an array of names bound against a given address
   * 
* * repeated string name = 1; */ com.google.protobuf.ByteString getNameBytes(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 - 2024 Weber Informatics LLC | Privacy Policy