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

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

  /**
   * 
   * session_id is the raw bytes of the session address.
   * 
* * bytes session_id = 1 [(.gogoproto.nullable) = false, (.gogoproto.customtype) = "MetadataAddress", (.gogoproto.moretags) = "yaml:\"session_id\""]; */ com.google.protobuf.ByteString getSessionId(); /** *
   * session_id_prefix is the prefix portion of the session_id.
   * 
* * bytes session_id_prefix = 2 [(.gogoproto.moretags) = "yaml:\"session_id_prefix\""]; */ com.google.protobuf.ByteString getSessionIdPrefix(); /** *
   * session_id_scope_uuid is the scope_uuid portion of the session_id.
   * 
* * bytes session_id_scope_uuid = 3 [(.gogoproto.moretags) = "yaml:\"session_id_scope_uuid\""]; */ com.google.protobuf.ByteString getSessionIdScopeUuid(); /** *
   * session_id_session_uuid is the session_uuid portion of the session_id.
   * 
* * bytes session_id_session_uuid = 4 [(.gogoproto.moretags) = "yaml:\"session_id_session_uuid\""]; */ com.google.protobuf.ByteString getSessionIdSessionUuid(); /** *
   * session_addr is the bech32 string version of the session_id.
   * 
* * string session_addr = 5 [(.gogoproto.moretags) = "yaml:\"session_addr\""]; */ java.lang.String getSessionAddr(); /** *
   * session_addr is the bech32 string version of the session_id.
   * 
* * string session_addr = 5 [(.gogoproto.moretags) = "yaml:\"session_addr\""]; */ com.google.protobuf.ByteString getSessionAddrBytes(); /** *
   * session_uuid is the uuid hex string of the session_id_session_uuid.
   * 
* * string session_uuid = 6 [(.gogoproto.moretags) = "yaml:\"session_uuid\""]; */ java.lang.String getSessionUuid(); /** *
   * session_uuid is the uuid hex string of the session_id_session_uuid.
   * 
* * string session_uuid = 6 [(.gogoproto.moretags) = "yaml:\"session_uuid\""]; */ com.google.protobuf.ByteString getSessionUuidBytes(); /** *
   * scope_id_info is information about the scope id referenced in the session_id.
   * 
* * .provenance.metadata.v1.ScopeIdInfo scope_id_info = 7 [(.gogoproto.moretags) = "yaml:\"scope_id_info\""]; */ boolean hasScopeIdInfo(); /** *
   * scope_id_info is information about the scope id referenced in the session_id.
   * 
* * .provenance.metadata.v1.ScopeIdInfo scope_id_info = 7 [(.gogoproto.moretags) = "yaml:\"scope_id_info\""]; */ io.provenance.metadata.v1.ScopeIdInfo getScopeIdInfo(); /** *
   * scope_id_info is information about the scope id referenced in the session_id.
   * 
* * .provenance.metadata.v1.ScopeIdInfo scope_id_info = 7 [(.gogoproto.moretags) = "yaml:\"scope_id_info\""]; */ io.provenance.metadata.v1.ScopeIdInfoOrBuilder getScopeIdInfoOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy