Interface GatewayOuterClass.RevokeScopePermissionResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The request that evoked this response
    The request that evoked this response
    boolean
    If true, the revoke was successfully processed.
    int
    The amount of grants that the request successfully revoked
    boolean
    The request that evoked this response

    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

    • hasRequest

      boolean hasRequest()
       The request that evoked this response
       
      .tech.figure.objectstore.gateway.RevokeScopePermissionRequest request = 1;
      Returns:
      Whether the request field is set.
    • getRequest

       The request that evoked this response
       
      .tech.figure.objectstore.gateway.RevokeScopePermissionRequest request = 1;
      Returns:
      The request.
    • getRequestOrBuilder

       The request that evoked this response
       
      .tech.figure.objectstore.gateway.RevokeScopePermissionRequest request = 1;
    • getRevokedGrantsCount

      int getRevokedGrantsCount()
       The amount of grants that the request successfully revoked
       
      int32 revoked_grants_count = 2;
      Returns:
      The revokedGrantsCount.
    • getRevokeAccepted

      boolean getRevokeAccepted()
       If true, the revoke was successfully processed.  This indicates that the sender had the rights to make the request, even if zero grants were revoked based on the input
       
      bool revoke_accepted = 3;
      Returns:
      The revokeAccepted.