io.provenance.metadata.v1.ScopeSpecificationRequestOrBuilder 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 ScopeSpecificationRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:provenance.metadata.v1.ScopeSpecificationRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* specification_id can either be a uuid, e.g. dc83ea70-eacd-40fe-9adf-1cf6148bf8a2 or a bech32 scope specification
* address, e.g. scopespec1qnwg86nsatx5pl56muw0v9ytlz3qu3jx6m.
*
*
* string specification_id = 1 [(.gogoproto.moretags) = "yaml:\"specification_id\""];
*/
java.lang.String getSpecificationId();
/**
*
* specification_id can either be a uuid, e.g. dc83ea70-eacd-40fe-9adf-1cf6148bf8a2 or a bech32 scope specification
* address, e.g. scopespec1qnwg86nsatx5pl56muw0v9ytlz3qu3jx6m.
*
*
* string specification_id = 1 [(.gogoproto.moretags) = "yaml:\"specification_id\""];
*/
com.google.protobuf.ByteString
getSpecificationIdBytes();
}