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

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

  /**
   * 
   * scope_uuid is the uuid string for the scope, e.g. "91978ba2-5f35-459a-86a7-feca1b0512e0"
   * 
* * string scope_uuid = 1 [(.gogoproto.moretags) = "yaml:\"scope_uuid\""]; */ java.lang.String getScopeUuid(); /** *
   * scope_uuid is the uuid string for the scope, e.g. "91978ba2-5f35-459a-86a7-feca1b0512e0"
   * 
* * string scope_uuid = 1 [(.gogoproto.moretags) = "yaml:\"scope_uuid\""]; */ com.google.protobuf.ByteString getScopeUuidBytes(); /** *
   * scope_addr is the bech32 address string for the scope, g.g. "scope1qzge0zaztu65tx5x5llv5xc9ztsqxlkwel"
   * 
* * string scope_addr = 2 [(.gogoproto.moretags) = "yaml:\"scope_addr\""]; */ java.lang.String getScopeAddr(); /** *
   * scope_addr is the bech32 address string for the scope, g.g. "scope1qzge0zaztu65tx5x5llv5xc9ztsqxlkwel"
   * 
* * string scope_addr = 2 [(.gogoproto.moretags) = "yaml:\"scope_addr\""]; */ com.google.protobuf.ByteString getScopeAddrBytes(); /** *
   * session_uuid is a uuid string for identifying this session, e.g. "5803f8bc-6067-4eb5-951f-2121671c2ec0"
   * 
* * string session_uuid = 3 [(.gogoproto.moretags) = "yaml:\"session_uuid\""]; */ java.lang.String getSessionUuid(); /** *
   * session_uuid is a uuid string for identifying this session, e.g. "5803f8bc-6067-4eb5-951f-2121671c2ec0"
   * 
* * string session_uuid = 3 [(.gogoproto.moretags) = "yaml:\"session_uuid\""]; */ com.google.protobuf.ByteString getSessionUuidBytes(); public io.provenance.metadata.v1.SessionIdComponents.ScopeIdentifierCase getScopeIdentifierCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy