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

io.provenance.metadata.v1.SessionsRequestOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: provenance/metadata/v1/query.proto

package io.provenance.metadata.v1;

public interface SessionsRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:provenance.metadata.v1.SessionsRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * scope_id can either be a uuid, e.g. 91978ba2-5f35-459a-86a7-feca1b0512e0 or a bech32 scope address, e.g.
   * scope1qzge0zaztu65tx5x5llv5xc9ztsqxlkwel.
   * 
* * string scope_id = 1 [(.gogoproto.moretags) = "yaml:\"scope_id\""]; */ java.lang.String getScopeId(); /** *
   * scope_id can either be a uuid, e.g. 91978ba2-5f35-459a-86a7-feca1b0512e0 or a bech32 scope address, e.g.
   * scope1qzge0zaztu65tx5x5llv5xc9ztsqxlkwel.
   * 
* * string scope_id = 1 [(.gogoproto.moretags) = "yaml:\"scope_id\""]; */ com.google.protobuf.ByteString getScopeIdBytes(); /** *
   * session_id can either be a uuid, e.g. 5803f8bc-6067-4eb5-951f-2121671c2ec0 or a bech32 session address, e.g.
   * session1qxge0zaztu65tx5x5llv5xc9zts9sqlch3sxwn44j50jzgt8rshvqyfrjcr. This can only be a uuid if a scope_id is also
   * provided.
   * 
* * string session_id = 2 [(.gogoproto.moretags) = "yaml:\"session_id\""]; */ java.lang.String getSessionId(); /** *
   * session_id can either be a uuid, e.g. 5803f8bc-6067-4eb5-951f-2121671c2ec0 or a bech32 session address, e.g.
   * session1qxge0zaztu65tx5x5llv5xc9zts9sqlch3sxwn44j50jzgt8rshvqyfrjcr. This can only be a uuid if a scope_id is also
   * provided.
   * 
* * string session_id = 2 [(.gogoproto.moretags) = "yaml:\"session_id\""]; */ com.google.protobuf.ByteString getSessionIdBytes(); /** *
   * include_scope is a flag for whether or not the scope containing these sessions should be included.
   * 
* * bool include_scope = 10 [(.gogoproto.moretags) = "yaml:\"include_scope\""]; */ boolean getIncludeScope(); /** *
   * include_records is a flag for whether or not the records in these sessions should be included.
   * 
* * bool include_records = 11 [(.gogoproto.moretags) = "yaml:\"include_records\""]; */ boolean getIncludeRecords(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy