Interface GatewayOuterClass.RevokeObjectPermissionsRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getGranteeAddress(int index)
    the addresses to revoke access to this hash for
    com.google.protobuf.ByteString
    the addresses to revoke access to this hash for
    int
    the addresses to revoke access to this hash for
    the addresses to revoke access to this hash for
    the hash of the object to revoke permissions for
    com.google.protobuf.ByteString
    the hash of the object to revoke permissions for

    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 revoke permissions for
       
      string hash = 1;
      Returns:
      The hash.
    • getHashBytes

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

      List<String> getGranteeAddressList()
       the addresses to revoke access to this hash for
       
      repeated string grantee_address = 2;
      Returns:
      A list containing the granteeAddress.
    • getGranteeAddressCount

      int getGranteeAddressCount()
       the addresses to revoke access to this hash for
       
      repeated string grantee_address = 2;
      Returns:
      The count of granteeAddress.
    • getGranteeAddress

      String getGranteeAddress(int index)
       the addresses to revoke access to this hash for
       
      repeated string grantee_address = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The granteeAddress at the given index.
    • getGranteeAddressBytes

      com.google.protobuf.ByteString getGranteeAddressBytes(int index)
       the addresses to revoke access to this hash for
       
      repeated string grantee_address = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the granteeAddress at the given index.