io.provenance.metadata.v1.ContractSpecificationResponseOrBuilder 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 ContractSpecificationResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:provenance.metadata.v1.ContractSpecificationResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* contract_specification is the wrapped contract specification.
*
*
* .provenance.metadata.v1.ContractSpecificationWrapper contract_specification = 1 [(.gogoproto.moretags) = "yaml:\"contract_specification\""];
*/
boolean hasContractSpecification();
/**
*
* contract_specification is the wrapped contract specification.
*
*
* .provenance.metadata.v1.ContractSpecificationWrapper contract_specification = 1 [(.gogoproto.moretags) = "yaml:\"contract_specification\""];
*/
io.provenance.metadata.v1.ContractSpecificationWrapper getContractSpecification();
/**
*
* contract_specification is the wrapped contract specification.
*
*
* .provenance.metadata.v1.ContractSpecificationWrapper contract_specification = 1 [(.gogoproto.moretags) = "yaml:\"contract_specification\""];
*/
io.provenance.metadata.v1.ContractSpecificationWrapperOrBuilder getContractSpecificationOrBuilder();
/**
*
* record_specifications is any number or wrapped record specifications associated with this contract_specification
* (if requested).
*
*
* repeated .provenance.metadata.v1.RecordSpecificationWrapper record_specifications = 3 [(.gogoproto.moretags) = "yaml:\"record_specifications,omitempty\""];
*/
java.util.List
getRecordSpecificationsList();
/**
*
* record_specifications is any number or wrapped record specifications associated with this contract_specification
* (if requested).
*
*
* repeated .provenance.metadata.v1.RecordSpecificationWrapper record_specifications = 3 [(.gogoproto.moretags) = "yaml:\"record_specifications,omitempty\""];
*/
io.provenance.metadata.v1.RecordSpecificationWrapper getRecordSpecifications(int index);
/**
*
* record_specifications is any number or wrapped record specifications associated with this contract_specification
* (if requested).
*
*
* repeated .provenance.metadata.v1.RecordSpecificationWrapper record_specifications = 3 [(.gogoproto.moretags) = "yaml:\"record_specifications,omitempty\""];
*/
int getRecordSpecificationsCount();
/**
*
* record_specifications is any number or wrapped record specifications associated with this contract_specification
* (if requested).
*
*
* repeated .provenance.metadata.v1.RecordSpecificationWrapper record_specifications = 3 [(.gogoproto.moretags) = "yaml:\"record_specifications,omitempty\""];
*/
java.util.List extends io.provenance.metadata.v1.RecordSpecificationWrapperOrBuilder>
getRecordSpecificationsOrBuilderList();
/**
*
* record_specifications is any number or wrapped record specifications associated with this contract_specification
* (if requested).
*
*
* repeated .provenance.metadata.v1.RecordSpecificationWrapper record_specifications = 3 [(.gogoproto.moretags) = "yaml:\"record_specifications,omitempty\""];
*/
io.provenance.metadata.v1.RecordSpecificationWrapperOrBuilder getRecordSpecificationsOrBuilder(
int index);
/**
*
* request is a copy of the request that generated these results.
*
*
* .provenance.metadata.v1.ContractSpecificationRequest request = 98;
*/
boolean hasRequest();
/**
*
* request is a copy of the request that generated these results.
*
*
* .provenance.metadata.v1.ContractSpecificationRequest request = 98;
*/
io.provenance.metadata.v1.ContractSpecificationRequest getRequest();
/**
*
* request is a copy of the request that generated these results.
*
*
* .provenance.metadata.v1.ContractSpecificationRequest request = 98;
*/
io.provenance.metadata.v1.ContractSpecificationRequestOrBuilder getRequestOrBuilder();
}