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

io.provenance.attribute.v1.QueryScanRequestOrBuilder Maven / Gradle / Ivy

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

package io.provenance.attribute.v1;

public interface QueryScanRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:provenance.attribute.v1.QueryScanRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * account defines the address to query for.
   * 
* * string account = 1; */ java.lang.String getAccount(); /** *
   * account defines the address to query for.
   * 
* * string account = 1; */ com.google.protobuf.ByteString getAccountBytes(); /** *
   * name defines the partial attribute name to search for base on names being in RDNS format.
   * 
* * string suffix = 2; */ java.lang.String getSuffix(); /** *
   * name defines the partial attribute name to search for base on names being in RDNS format.
   * 
* * string suffix = 2; */ com.google.protobuf.ByteString getSuffixBytes(); /** *
   * pagination defines an optional pagination for the request.
   * 
* * .cosmos.base.query.v1beta1.PageRequest pagination = 3; */ boolean hasPagination(); /** *
   * pagination defines an optional pagination for the request.
   * 
* * .cosmos.base.query.v1beta1.PageRequest pagination = 3; */ cosmos.base.query.v1beta1.Pagination.PageRequest getPagination(); /** *
   * pagination defines an optional pagination for the request.
   * 
* * .cosmos.base.query.v1beta1.PageRequest pagination = 3; */ cosmos.base.query.v1beta1.Pagination.PageRequestOrBuilder getPaginationOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy