Interface GatewayOuterClass.RevokeScopePermissionRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    A bech32 account address.
    com.google.protobuf.ByteString
    A bech32 account address.
    An optional parameter that specifies a unique identifier by which to target existing grant entries.
    com.google.protobuf.ByteString
    An optional parameter that specifies a unique identifier by which to target existing grant entries.
    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.  All grants for this scope to the target grantee_address will be removed
       
      string scope_address = 1;
      Returns:
      The scopeAddress.
    • getScopeAddressBytes

      com.google.protobuf.ByteString getScopeAddressBytes()
       A bech32 scope address.  All grants for this scope to the target grantee_address will be removed
       
      string scope_address = 1;
      Returns:
      The bytes for scopeAddress.
    • getGranteeAddress

      String getGranteeAddress()
       A bech32 account address.  All grants that this account has received for the scope will be removed
       
      string grantee_address = 2;
      Returns:
      The granteeAddress.
    • getGranteeAddressBytes

      com.google.protobuf.ByteString getGranteeAddressBytes()
       A bech32 account address.  All grants that this account has received for the scope will be removed
       
      string grantee_address = 2;
      Returns:
      The bytes for granteeAddress.
    • getGrantId

      String getGrantId()
       An optional parameter that specifies a unique identifier by which to target existing grant entries.  If this value is omitted, all grants (including those labeled with grant ids) will be removed for this scope/account combo
       
      string grant_id = 3;
      Returns:
      The grantId.
    • getGrantIdBytes

      com.google.protobuf.ByteString getGrantIdBytes()
       An optional parameter that specifies a unique identifier by which to target existing grant entries.  If this value is omitted, all grants (including those labeled with grant ids) will be removed for this scope/account combo
       
      string grant_id = 3;
      Returns:
      The bytes for grantId.