Interface GatewayOuterClass.BatchGrantScopePermissionRequestOrBuilder

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

public static interface GatewayOuterClass.BatchGrantScopePermissionRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getScopeAddress

      String getScopeAddress()
       A bech32 scope address.  The account referenced by each grantee's 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 each grantee's grantee_address will receive read permissions through this service to the scope's underlying records
       
      string scope_address = 1;
      Returns:
      The bytes for scopeAddress.
    • getGranteesList

       Each grantee to receive scope permissions. Requests that do not include at least one record in this array, or requests containing invalid grantees will be rejected
       
      repeated .tech.figure.objectstore.gateway.ScopeGrantee grantees = 2;
    • getGrantees

      GatewayOuterClass.ScopeGrantee getGrantees(int index)
       Each grantee to receive scope permissions. Requests that do not include at least one record in this array, or requests containing invalid grantees will be rejected
       
      repeated .tech.figure.objectstore.gateway.ScopeGrantee grantees = 2;
    • getGranteesCount

      int getGranteesCount()
       Each grantee to receive scope permissions. Requests that do not include at least one record in this array, or requests containing invalid grantees will be rejected
       
      repeated .tech.figure.objectstore.gateway.ScopeGrantee grantees = 2;
    • getGranteesOrBuilderList

      List<? extends GatewayOuterClass.ScopeGranteeOrBuilder> getGranteesOrBuilderList()
       Each grantee to receive scope permissions. Requests that do not include at least one record in this array, or requests containing invalid grantees will be rejected
       
      repeated .tech.figure.objectstore.gateway.ScopeGrantee grantees = 2;
    • getGranteesOrBuilder

      GatewayOuterClass.ScopeGranteeOrBuilder getGranteesOrBuilder(int index)
       Each grantee to receive scope permissions. Requests that do not include at least one record in this array, or requests containing invalid grantees will be rejected
       
      repeated .tech.figure.objectstore.gateway.ScopeGrantee grantees = 2;