io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationResponseOrBuilder 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 RecordSpecificationsForContractSpecificationResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:provenance.metadata.v1.RecordSpecificationsForContractSpecificationResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* record_specifications is any number of wrapped record specifications associated with this contract_specification.
*
*
* repeated .provenance.metadata.v1.RecordSpecificationWrapper record_specifications = 1 [(.gogoproto.moretags) = "yaml:\"record_specifications\""];
*/
java.util.List
getRecordSpecificationsList();
/**
*
* record_specifications is any number of wrapped record specifications associated with this contract_specification.
*
*
* repeated .provenance.metadata.v1.RecordSpecificationWrapper record_specifications = 1 [(.gogoproto.moretags) = "yaml:\"record_specifications\""];
*/
io.provenance.metadata.v1.RecordSpecificationWrapper getRecordSpecifications(int index);
/**
*
* record_specifications is any number of wrapped record specifications associated with this contract_specification.
*
*
* repeated .provenance.metadata.v1.RecordSpecificationWrapper record_specifications = 1 [(.gogoproto.moretags) = "yaml:\"record_specifications\""];
*/
int getRecordSpecificationsCount();
/**
*
* record_specifications is any number of wrapped record specifications associated with this contract_specification.
*
*
* 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 is any number of wrapped record specifications associated with this contract_specification.
*
*
* repeated .provenance.metadata.v1.RecordSpecificationWrapper record_specifications = 1 [(.gogoproto.moretags) = "yaml:\"record_specifications\""];
*/
io.provenance.metadata.v1.RecordSpecificationWrapperOrBuilder getRecordSpecificationsOrBuilder(
int index);
/**
*
* contract_specification_uuid is the uuid of this contract specification.
*
*
* string contract_specification_uuid = 2 [(.gogoproto.moretags) = "yaml:\"contract_specification_uuid\""];
*/
java.lang.String getContractSpecificationUuid();
/**
*
* contract_specification_uuid is the uuid of this contract specification.
*
*
* string contract_specification_uuid = 2 [(.gogoproto.moretags) = "yaml:\"contract_specification_uuid\""];
*/
com.google.protobuf.ByteString
getContractSpecificationUuidBytes();
/**
*
* contract_specification_addr is the contract specification address as a bech32 encoded string.
*
*
* string contract_specification_addr = 3 [(.gogoproto.moretags) = "yaml:\"contract_specification_addr\""];
*/
java.lang.String getContractSpecificationAddr();
/**
*
* contract_specification_addr is the contract specification address as a bech32 encoded string.
*
*
* string contract_specification_addr = 3 [(.gogoproto.moretags) = "yaml:\"contract_specification_addr\""];
*/
com.google.protobuf.ByteString
getContractSpecificationAddrBytes();
/**
*
* request is a copy of the request that generated these results.
*
*
* .provenance.metadata.v1.RecordSpecificationsForContractSpecificationRequest request = 98;
*/
boolean hasRequest();
/**
*
* request is a copy of the request that generated these results.
*
*
* .provenance.metadata.v1.RecordSpecificationsForContractSpecificationRequest request = 98;
*/
io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationRequest getRequest();
/**
*
* request is a copy of the request that generated these results.
*
*
* .provenance.metadata.v1.RecordSpecificationsForContractSpecificationRequest request = 98;
*/
io.provenance.metadata.v1.RecordSpecificationsForContractSpecificationRequestOrBuilder getRequestOrBuilder();
}