io.provenance.metadata.v1.RecordSpecificationsAllResponseOrBuilder 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 RecordSpecificationsAllResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:provenance.metadata.v1.RecordSpecificationsAllResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* record_specifications are the wrapped record specifications.
*
*
* repeated .provenance.metadata.v1.RecordSpecificationWrapper record_specifications = 1 [(.gogoproto.moretags) = "yaml:\"record_specifications\""];
*/
java.util.List
getRecordSpecificationsList();
/**
*
* record_specifications are the wrapped record specifications.
*
*
* repeated .provenance.metadata.v1.RecordSpecificationWrapper record_specifications = 1 [(.gogoproto.moretags) = "yaml:\"record_specifications\""];
*/
io.provenance.metadata.v1.RecordSpecificationWrapper getRecordSpecifications(int index);
/**
*
* record_specifications are the wrapped record specifications.
*
*
* repeated .provenance.metadata.v1.RecordSpecificationWrapper record_specifications = 1 [(.gogoproto.moretags) = "yaml:\"record_specifications\""];
*/
int getRecordSpecificationsCount();
/**
*
* record_specifications are the wrapped record specifications.
*
*
* repeated .provenance.metadata.v1.RecordSpecificationWrapper record_specifications = 1 [(.gogoproto.moretags) = "yaml:\"record_specifications\""];
*/
java.util.List extends io.provenance.metadata.v1.RecordSpecificationWrapperOrBuilder>
getRecordSpecificationsOrBuilderList();
/**
*
* record_specifications are the wrapped record specifications.
*
*
* repeated .provenance.metadata.v1.RecordSpecificationWrapper record_specifications = 1 [(.gogoproto.moretags) = "yaml:\"record_specifications\""];
*/
io.provenance.metadata.v1.RecordSpecificationWrapperOrBuilder getRecordSpecificationsOrBuilder(
int index);
/**
*
* request is a copy of the request that generated these results.
*
*
* .provenance.metadata.v1.RecordSpecificationsAllRequest request = 98;
*/
boolean hasRequest();
/**
*
* request is a copy of the request that generated these results.
*
*
* .provenance.metadata.v1.RecordSpecificationsAllRequest request = 98;
*/
io.provenance.metadata.v1.RecordSpecificationsAllRequest getRequest();
/**
*
* request is a copy of the request that generated these results.
*
*
* .provenance.metadata.v1.RecordSpecificationsAllRequest request = 98;
*/
io.provenance.metadata.v1.RecordSpecificationsAllRequestOrBuilder 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();
}