![JAR search and dependency download from the Maven repository](/logo.png)
io.provenance.metadata.v1.ScopeRequestOrBuilder 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 ScopeRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:provenance.metadata.v1.ScopeRequest)
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_addr is a bech32 session address, e.g.
* session1qxge0zaztu65tx5x5llv5xc9zts9sqlch3sxwn44j50jzgt8rshvqyfrjcr.
*
*
* string session_addr = 2 [(.gogoproto.moretags) = "yaml:\"session_addr\""];
*/
java.lang.String getSessionAddr();
/**
*
* session_addr is a bech32 session address, e.g.
* session1qxge0zaztu65tx5x5llv5xc9zts9sqlch3sxwn44j50jzgt8rshvqyfrjcr.
*
*
* string session_addr = 2 [(.gogoproto.moretags) = "yaml:\"session_addr\""];
*/
com.google.protobuf.ByteString
getSessionAddrBytes();
/**
*
* record_addr is a bech32 record address, e.g. record1q2ge0zaztu65tx5x5llv5xc9ztsw42dq2jdvmdazuwzcaddhh8gmu3mcze3.
*
*
* string record_addr = 3 [(.gogoproto.moretags) = "yaml:\"record_addr\""];
*/
java.lang.String getRecordAddr();
/**
*
* record_addr is a bech32 record address, e.g. record1q2ge0zaztu65tx5x5llv5xc9ztsw42dq2jdvmdazuwzcaddhh8gmu3mcze3.
*
*
* string record_addr = 3 [(.gogoproto.moretags) = "yaml:\"record_addr\""];
*/
com.google.protobuf.ByteString
getRecordAddrBytes();
/**
*
* include_sessions is a flag for whether or not the sessions in the scope should be included.
*
*
* bool include_sessions = 10 [(.gogoproto.moretags) = "yaml:\"include_sessions\""];
*/
boolean getIncludeSessions();
/**
*
* include_records is a flag for whether or not the records in the scope should be included.
*
*
* bool include_records = 11 [(.gogoproto.moretags) = "yaml:\"include_records\""];
*/
boolean getIncludeRecords();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy