io.provenance.metadata.v1.ContractSpecificationsAllResponseOrBuilder 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 ContractSpecificationsAllResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:provenance.metadata.v1.ContractSpecificationsAllResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* contract_specifications are the wrapped contract specifications.
*
*
* repeated .provenance.metadata.v1.ContractSpecificationWrapper contract_specifications = 1 [(.gogoproto.moretags) = "yaml:\"contract_specifications\""];
*/
java.util.List
getContractSpecificationsList();
/**
*
* contract_specifications are the wrapped contract specifications.
*
*
* repeated .provenance.metadata.v1.ContractSpecificationWrapper contract_specifications = 1 [(.gogoproto.moretags) = "yaml:\"contract_specifications\""];
*/
io.provenance.metadata.v1.ContractSpecificationWrapper getContractSpecifications(int index);
/**
*
* contract_specifications are the wrapped contract specifications.
*
*
* repeated .provenance.metadata.v1.ContractSpecificationWrapper contract_specifications = 1 [(.gogoproto.moretags) = "yaml:\"contract_specifications\""];
*/
int getContractSpecificationsCount();
/**
*
* contract_specifications are the wrapped contract specifications.
*
*
* repeated .provenance.metadata.v1.ContractSpecificationWrapper contract_specifications = 1 [(.gogoproto.moretags) = "yaml:\"contract_specifications\""];
*/
java.util.List extends io.provenance.metadata.v1.ContractSpecificationWrapperOrBuilder>
getContractSpecificationsOrBuilderList();
/**
*
* contract_specifications are the wrapped contract specifications.
*
*
* repeated .provenance.metadata.v1.ContractSpecificationWrapper contract_specifications = 1 [(.gogoproto.moretags) = "yaml:\"contract_specifications\""];
*/
io.provenance.metadata.v1.ContractSpecificationWrapperOrBuilder getContractSpecificationsOrBuilder(
int index);
/**
*
* request is a copy of the request that generated these results.
*
*
* .provenance.metadata.v1.ContractSpecificationsAllRequest request = 98;
*/
boolean hasRequest();
/**
*
* request is a copy of the request that generated these results.
*
*
* .provenance.metadata.v1.ContractSpecificationsAllRequest request = 98;
*/
io.provenance.metadata.v1.ContractSpecificationsAllRequest getRequest();
/**
*
* request is a copy of the request that generated these results.
*
*
* .provenance.metadata.v1.ContractSpecificationsAllRequest request = 98;
*/
io.provenance.metadata.v1.ContractSpecificationsAllRequestOrBuilder 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();
}