Interface GatewayOuterClass.BatchGrantObjectPermissionsResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The grantee that received permissions to the object hash
    com.google.protobuf.ByteString
    The grantee that received permissions to the object hash
    The granter that granted permissions to the grantee on an object hash
    com.google.protobuf.ByteString
    The granter that granted permissions to the grantee on an object hash
    int
    The grant's place in the batch order.
    The hash of the object to which permissions were granted
    com.google.protobuf.ByteString
    The hash of the object to which permissions were granted
    int
    The total number of grants expected to be given in this batch process

    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

    • getHash

      String getHash()
       The hash of the object to which permissions were granted
       
      string hash = 1;
      Returns:
      The hash.
    • getHashBytes

      com.google.protobuf.ByteString getHashBytes()
       The hash of the object to which permissions were granted
       
      string hash = 1;
      Returns:
      The bytes for hash.
    • getGranterAddress

      String getGranterAddress()
       The granter that granted permissions to the grantee on an object hash
       
      string granter_address = 2;
      Returns:
      The granterAddress.
    • getGranterAddressBytes

      com.google.protobuf.ByteString getGranterAddressBytes()
       The granter that granted permissions to the grantee on an object hash
       
      string granter_address = 2;
      Returns:
      The bytes for granterAddress.
    • getGranteeAddress

      String getGranteeAddress()
       The grantee that received permissions to the object hash
       
      string grantee_address = 3;
      Returns:
      The granteeAddress.
    • getGranteeAddressBytes

      com.google.protobuf.ByteString getGranteeAddressBytes()
       The grantee that received permissions to the object hash
       
      string grantee_address = 3;
      Returns:
      The bytes for granteeAddress.
    • getGrantNumber

      int getGrantNumber()
       The grant's place in the batch order.  The first grant is numbered 1, and the final grant will have a number matching the total_grants_expected value
       
      int32 grant_number = 4;
      Returns:
      The grantNumber.
    • getTotalGrantsExpected

      int getTotalGrantsExpected()
       The total number of grants expected to be given in this batch process
       
      int32 total_grants_expected = 5;
      Returns:
      The totalGrantsExpected.