io.provenance.metadata.v1.ScopeIdInfoOrBuilder 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 ScopeIdInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:provenance.metadata.v1.ScopeIdInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* scope_id is the raw bytes of the scope address.
*
*
* bytes scope_id = 1 [(.gogoproto.nullable) = false, (.gogoproto.customtype) = "MetadataAddress", (.gogoproto.moretags) = "yaml:\"scope_id\""];
*/
com.google.protobuf.ByteString getScopeId();
/**
*
* scope_id_prefix is the prefix portion of the scope_id.
*
*
* bytes scope_id_prefix = 2 [(.gogoproto.moretags) = "yaml:\"scope_id_prefix\""];
*/
com.google.protobuf.ByteString getScopeIdPrefix();
/**
*
* scope_id_scope_uuid is the scope_uuid portion of the scope_id.
*
*
* bytes scope_id_scope_uuid = 3 [(.gogoproto.moretags) = "yaml:\"scope_id_scope_uuid\""];
*/
com.google.protobuf.ByteString getScopeIdScopeUuid();
/**
*
* scope_addr is the bech32 string version of the scope_id.
*
*
* string scope_addr = 4 [(.gogoproto.moretags) = "yaml:\"scope_addr\""];
*/
java.lang.String getScopeAddr();
/**
*
* scope_addr is the bech32 string version of the scope_id.
*
*
* string scope_addr = 4 [(.gogoproto.moretags) = "yaml:\"scope_addr\""];
*/
com.google.protobuf.ByteString
getScopeAddrBytes();
/**
*
* scope_uuid is the uuid hex string of the scope_id_scope_uuid.
*
*
* string scope_uuid = 5 [(.gogoproto.moretags) = "yaml:\"scope_uuid\""];
*/
java.lang.String getScopeUuid();
/**
*
* scope_uuid is the uuid hex string of the scope_id_scope_uuid.
*
*
* string scope_uuid = 5 [(.gogoproto.moretags) = "yaml:\"scope_uuid\""];
*/
com.google.protobuf.ByteString
getScopeUuidBytes();
}