![JAR search and dependency download from the Maven repository](/logo.png)
io.provenance.metadata.v1.MsgWriteScopeSpecificationRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: provenance/metadata/v1/tx.proto
package io.provenance.metadata.v1;
public interface MsgWriteScopeSpecificationRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:provenance.metadata.v1.MsgWriteScopeSpecificationRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* specification is the ScopeSpecification you want added or updated.
*
*
* .provenance.metadata.v1.ScopeSpecification specification = 1 [(.gogoproto.nullable) = false];
*/
boolean hasSpecification();
/**
*
* specification is the ScopeSpecification you want added or updated.
*
*
* .provenance.metadata.v1.ScopeSpecification specification = 1 [(.gogoproto.nullable) = false];
*/
io.provenance.metadata.v1.ScopeSpecification getSpecification();
/**
*
* specification is the ScopeSpecification you want added or updated.
*
*
* .provenance.metadata.v1.ScopeSpecification specification = 1 [(.gogoproto.nullable) = false];
*/
io.provenance.metadata.v1.ScopeSpecificationOrBuilder getSpecificationOrBuilder();
/**
*
* signers is the list of address of those signing this request.
*
*
* repeated string signers = 2;
*/
java.util.List
getSignersList();
/**
*
* signers is the list of address of those signing this request.
*
*
* repeated string signers = 2;
*/
int getSignersCount();
/**
*
* signers is the list of address of those signing this request.
*
*
* repeated string signers = 2;
*/
java.lang.String getSigners(int index);
/**
*
* signers is the list of address of those signing this request.
*
*
* repeated string signers = 2;
*/
com.google.protobuf.ByteString
getSignersBytes(int index);
/**
*
* spec_uuid is an optional scope specification uuid string, e.g. "dc83ea70-eacd-40fe-9adf-1cf6148bf8a2"
* If provided, it will be used to generate the MetadataAddress for the scope specification which will override the
* specification_id in the provided specification. If not provided (or it is an empty string), nothing special
* happens.
* If there is a value in specification.specification_id that is different from the one created from this uuid, an
* error is returned.
*
*
* string spec_uuid = 3 [(.gogoproto.moretags) = "yaml:\"spec_uuid\""];
*/
java.lang.String getSpecUuid();
/**
*
* spec_uuid is an optional scope specification uuid string, e.g. "dc83ea70-eacd-40fe-9adf-1cf6148bf8a2"
* If provided, it will be used to generate the MetadataAddress for the scope specification which will override the
* specification_id in the provided specification. If not provided (or it is an empty string), nothing special
* happens.
* If there is a value in specification.specification_id that is different from the one created from this uuid, an
* error is returned.
*
*
* string spec_uuid = 3 [(.gogoproto.moretags) = "yaml:\"spec_uuid\""];
*/
com.google.protobuf.ByteString
getSpecUuidBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy