All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.provenance.metadata.v1.RecordIdInfoOrBuilder 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 RecordIdInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:provenance.metadata.v1.RecordIdInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * record_id is the raw bytes of the record address.
   * 
* * bytes record_id = 1 [(.gogoproto.nullable) = false, (.gogoproto.customtype) = "MetadataAddress", (.gogoproto.moretags) = "yaml:\"record_id\""]; */ com.google.protobuf.ByteString getRecordId(); /** *
   * record_id_prefix is the prefix portion of the record_id.
   * 
* * bytes record_id_prefix = 2 [(.gogoproto.moretags) = "yaml:\"record_id_prefix\""]; */ com.google.protobuf.ByteString getRecordIdPrefix(); /** *
   * record_id_scope_uuid is the scope_uuid portion of the record_id.
   * 
* * bytes record_id_scope_uuid = 3 [(.gogoproto.moretags) = "yaml:\"record_id_scope_uuid\""]; */ com.google.protobuf.ByteString getRecordIdScopeUuid(); /** *
   * record_id_hashed_name is the hashed name portion of the record_id.
   * 
* * bytes record_id_hashed_name = 4 [(.gogoproto.moretags) = "yaml:\"record_id_hashed_name\""]; */ com.google.protobuf.ByteString getRecordIdHashedName(); /** *
   * record_addr is the bech32 string version of the record_id.
   * 
* * string record_addr = 5 [(.gogoproto.moretags) = "yaml:\"record_addr\""]; */ java.lang.String getRecordAddr(); /** *
   * record_addr is the bech32 string version of the record_id.
   * 
* * string record_addr = 5 [(.gogoproto.moretags) = "yaml:\"record_addr\""]; */ com.google.protobuf.ByteString getRecordAddrBytes(); /** *
   * scope_id_info is information about the scope id referenced in the record_id.
   * 
* * .provenance.metadata.v1.ScopeIdInfo scope_id_info = 6 [(.gogoproto.moretags) = "yaml:\"scope_id_info\""]; */ boolean hasScopeIdInfo(); /** *
   * scope_id_info is information about the scope id referenced in the record_id.
   * 
* * .provenance.metadata.v1.ScopeIdInfo scope_id_info = 6 [(.gogoproto.moretags) = "yaml:\"scope_id_info\""]; */ io.provenance.metadata.v1.ScopeIdInfo getScopeIdInfo(); /** *
   * scope_id_info is information about the scope id referenced in the record_id.
   * 
* * .provenance.metadata.v1.ScopeIdInfo scope_id_info = 6 [(.gogoproto.moretags) = "yaml:\"scope_id_info\""]; */ io.provenance.metadata.v1.ScopeIdInfoOrBuilder getScopeIdInfoOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy