io.provenance.metadata.v1.OwnershipResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: provenance/metadata/v1/query.proto
package io.provenance.metadata.v1;
public interface OwnershipResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:provenance.metadata.v1.OwnershipResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* A list of scope ids (uuid) associated with the given address.
*
*
* repeated string scope_uuids = 1 [(.gogoproto.moretags) = "yaml:\"scope_uuids\""];
*/
java.util.List
getScopeUuidsList();
/**
*
* A list of scope ids (uuid) associated with the given address.
*
*
* repeated string scope_uuids = 1 [(.gogoproto.moretags) = "yaml:\"scope_uuids\""];
*/
int getScopeUuidsCount();
/**
*
* A list of scope ids (uuid) associated with the given address.
*
*
* repeated string scope_uuids = 1 [(.gogoproto.moretags) = "yaml:\"scope_uuids\""];
*/
java.lang.String getScopeUuids(int index);
/**
*
* A list of scope ids (uuid) associated with the given address.
*
*
* repeated string scope_uuids = 1 [(.gogoproto.moretags) = "yaml:\"scope_uuids\""];
*/
com.google.protobuf.ByteString
getScopeUuidsBytes(int index);
/**
*
* request is a copy of the request that generated these results.
*
*
* .provenance.metadata.v1.OwnershipRequest request = 98;
*/
boolean hasRequest();
/**
*
* request is a copy of the request that generated these results.
*
*
* .provenance.metadata.v1.OwnershipRequest request = 98;
*/
io.provenance.metadata.v1.OwnershipRequest getRequest();
/**
*
* request is a copy of the request that generated these results.
*
*
* .provenance.metadata.v1.OwnershipRequest request = 98;
*/
io.provenance.metadata.v1.OwnershipRequestOrBuilder getRequestOrBuilder();
/**
*
* pagination provides the pagination information of this response.
*
*
* .cosmos.base.query.v1beta1.PageResponse pagination = 99;
*/
boolean hasPagination();
/**
*
* pagination provides the pagination information of this response.
*
*
* .cosmos.base.query.v1beta1.PageResponse pagination = 99;
*/
cosmos.base.query.v1beta1.Pagination.PageResponse getPagination();
/**
*
* pagination provides the pagination information of this response.
*
*
* .cosmos.base.query.v1beta1.PageResponse pagination = 99;
*/
cosmos.base.query.v1beta1.Pagination.PageResponseOrBuilder getPaginationOrBuilder();
}