io.provenance.attribute.v1.QueryScanResponseOrBuilder 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 QueryScanResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:provenance.attribute.v1.QueryScanResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* a string containing the address of the account the attributes are assigned to=
*
*
* string account = 1;
*/
java.lang.String getAccount();
/**
*
* a string containing the address of the account the attributes are assigned to=
*
*
* string account = 1;
*/
com.google.protobuf.ByteString
getAccountBytes();
/**
*
* a list of attribute values
*
*
* repeated .provenance.attribute.v1.Attribute attributes = 2 [(.gogoproto.nullable) = false];
*/
java.util.List
getAttributesList();
/**
*
* a list of attribute values
*
*
* repeated .provenance.attribute.v1.Attribute attributes = 2 [(.gogoproto.nullable) = false];
*/
io.provenance.attribute.v1.Attribute getAttributes(int index);
/**
*
* a list of attribute values
*
*
* repeated .provenance.attribute.v1.Attribute attributes = 2 [(.gogoproto.nullable) = false];
*/
int getAttributesCount();
/**
*
* a list of attribute values
*
*
* repeated .provenance.attribute.v1.Attribute attributes = 2 [(.gogoproto.nullable) = false];
*/
java.util.List extends io.provenance.attribute.v1.AttributeOrBuilder>
getAttributesOrBuilderList();
/**
*
* a list of attribute values
*
*
* repeated .provenance.attribute.v1.Attribute attributes = 2 [(.gogoproto.nullable) = false];
*/
io.provenance.attribute.v1.AttributeOrBuilder getAttributesOrBuilder(
int index);
/**
*
* pagination defines an optional pagination for the request.
*
*
* .cosmos.base.query.v1beta1.PageResponse pagination = 3;
*/
boolean hasPagination();
/**
*
* pagination defines an optional pagination for the request.
*
*
* .cosmos.base.query.v1beta1.PageResponse pagination = 3;
*/
cosmos.base.query.v1beta1.Pagination.PageResponse getPagination();
/**
*
* pagination defines an optional pagination for the request.
*
*
* .cosmos.base.query.v1beta1.PageResponse pagination = 3;
*/
cosmos.base.query.v1beta1.Pagination.PageResponseOrBuilder getPaginationOrBuilder();
}