io.provenance.metadata.v1.MsgAddScopeDataAccessRequestOrBuilder 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 MsgAddScopeDataAccessRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:provenance.metadata.v1.MsgAddScopeDataAccessRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* scope MetadataAddress for updating data access
*
*
* bytes scope_id = 1 [(.gogoproto.nullable) = false, (.gogoproto.customtype) = "MetadataAddress", (.gogoproto.moretags) = "yaml:\"scope_id\""];
*/
com.google.protobuf.ByteString getScopeId();
/**
*
* AccAddress addresses to be added to scope
*
*
* repeated string data_access = 2 [(.gogoproto.moretags) = "yaml:\"data_access\""];
*/
java.util.List
getDataAccessList();
/**
*
* AccAddress addresses to be added to scope
*
*
* repeated string data_access = 2 [(.gogoproto.moretags) = "yaml:\"data_access\""];
*/
int getDataAccessCount();
/**
*
* AccAddress addresses to be added to scope
*
*
* repeated string data_access = 2 [(.gogoproto.moretags) = "yaml:\"data_access\""];
*/
java.lang.String getDataAccess(int index);
/**
*
* AccAddress addresses to be added to scope
*
*
* repeated string data_access = 2 [(.gogoproto.moretags) = "yaml:\"data_access\""];
*/
com.google.protobuf.ByteString
getDataAccessBytes(int index);
/**
*
* signers is the list of address of those signing this request.
*
*
* repeated string signers = 3;
*/
java.util.List
getSignersList();
/**
*
* signers is the list of address of those signing this request.
*
*
* repeated string signers = 3;
*/
int getSignersCount();
/**
*
* signers is the list of address of those signing this request.
*
*
* repeated string signers = 3;
*/
java.lang.String getSigners(int index);
/**
*
* signers is the list of address of those signing this request.
*
*
* repeated string signers = 3;
*/
com.google.protobuf.ByteString
getSignersBytes(int index);
}