Interface GatewayOuterClass.ScopeGranteeOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GatewayOuterClass.ScopeGrantee, GatewayOuterClass.ScopeGrantee.Builder
Enclosing class:
GatewayOuterClass

public static interface GatewayOuterClass.ScopeGranteeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    A bech32 account address for which to grant read access to the scope's records
    com.google.protobuf.ByteString
    A bech32 account address for which to grant read access to the scope's records
    An optional parameter that specifies a unique identifier by which to label the grant entry that will be created
    com.google.protobuf.ByteString
    An optional parameter that specifies a unique identifier by which to label the grant entry that will be created

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getGranteeAddress

      String getGranteeAddress()
       A bech32 account address for which to grant read access to the scope's records
       
      string grantee_address = 1;
      Returns:
      The granteeAddress.
    • getGranteeAddressBytes

      com.google.protobuf.ByteString getGranteeAddressBytes()
       A bech32 account address for which to grant read access to the scope's records
       
      string grantee_address = 1;
      Returns:
      The bytes for granteeAddress.
    • getGrantId

      String getGrantId()
       An optional parameter that specifies a unique identifier by which to label the grant entry that will be created
       
      string grant_id = 2;
      Returns:
      The grantId.
    • getGrantIdBytes

      com.google.protobuf.ByteString getGrantIdBytes()
       An optional parameter that specifies a unique identifier by which to label the grant entry that will be created
       
      string grant_id = 2;
      Returns:
      The bytes for grantId.