Interface GatewayOuterClass.GrantScopePermissionRequestOrBuilder

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

public static interface GatewayOuterClass.GrantScopePermissionRequestOrBuilder 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
    A bech32 scope address.
    com.google.protobuf.ByteString
    A bech32 scope address.

    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

    • getScopeAddress

      String getScopeAddress()
       A bech32 scope address. The account referenced by grantee_address will receive read permissions through this service to the scope's underlying records
       
      string scope_address = 1;
      Returns:
      The scopeAddress.
    • getScopeAddressBytes

      com.google.protobuf.ByteString getScopeAddressBytes()
       A bech32 scope address. The account referenced by grantee_address will receive read permissions through this service to the scope's underlying records
       
      string scope_address = 1;
      Returns:
      The bytes for scopeAddress.
    • getGranteeAddress

      String getGranteeAddress()
       A bech32 account address for which to grant read access to the scope's records
       
      string grantee_address = 2;
      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 = 2;
      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 = 3;
      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 = 3;
      Returns:
      The bytes for grantId.