
io.provenance.metadata.v1.ScopeSpecIdInfoOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: provenance/metadata/v1/metadata.proto
package io.provenance.metadata.v1;
public interface ScopeSpecIdInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:provenance.metadata.v1.ScopeSpecIdInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* scope_spec_id is the raw bytes of the scope specification address.
*
*
* bytes scope_spec_id = 1 [(.gogoproto.nullable) = false, (.gogoproto.customtype) = "MetadataAddress", (.gogoproto.moretags) = "yaml:\"scope_spec_id\""];
*/
com.google.protobuf.ByteString getScopeSpecId();
/**
*
* scope_spec_id_prefix is the prefix portion of the scope_spec_id.
*
*
* bytes scope_spec_id_prefix = 2 [(.gogoproto.moretags) = "yaml:\"scope_spec_id_prefix\""];
*/
com.google.protobuf.ByteString getScopeSpecIdPrefix();
/**
*
* scope_spec_id_scope_spec_uuid is the scope_spec_uuid portion of the scope_spec_id.
*
*
* bytes scope_spec_id_scope_spec_uuid = 3 [(.gogoproto.moretags) = "yaml:\"scope_spec_id_scope_spec_uuid\""];
*/
com.google.protobuf.ByteString getScopeSpecIdScopeSpecUuid();
/**
*
* scope_spec_addr is the bech32 string version of the scope_spec_id.
*
*
* string scope_spec_addr = 4 [(.gogoproto.moretags) = "yaml:\"scope_spec_addr\""];
*/
java.lang.String getScopeSpecAddr();
/**
*
* scope_spec_addr is the bech32 string version of the scope_spec_id.
*
*
* string scope_spec_addr = 4 [(.gogoproto.moretags) = "yaml:\"scope_spec_addr\""];
*/
com.google.protobuf.ByteString
getScopeSpecAddrBytes();
/**
*
* scope_spec_uuid is the uuid hex string of the scope_spec_id_scope_spec_uuid.
*
*
* string scope_spec_uuid = 5 [(.gogoproto.moretags) = "yaml:\"scope_spec_uuid\""];
*/
java.lang.String getScopeSpecUuid();
/**
*
* scope_spec_uuid is the uuid hex string of the scope_spec_id_scope_spec_uuid.
*
*
* string scope_spec_uuid = 5 [(.gogoproto.moretags) = "yaml:\"scope_spec_uuid\""];
*/
com.google.protobuf.ByteString
getScopeSpecUuidBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy