Interface AclPluginResponseOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
AclPluginResponse, AclPluginResponse.Builder

@Generated public interface AclPluginResponseOrBuilder extends MessageOrBuilder
  • Method Details

    • getRequestId

      String getRequestId()
       Identifier copied from the request.
       
      string request_id = 1;
      Returns:
      The requestId.
    • getRequestIdBytes

      ByteString getRequestIdBytes()
       Identifier copied from the request.
       
      string request_id = 1;
      Returns:
      The bytes for requestId.
    • hasError

      boolean hasError()
       If the request failed (after we were able to parse and extract the request ID), then we return an error to the
       client; otherwise we return the appropriate response type.
       
      .io.deephaven.proto.acl.ErrorResponse error = 2;
      Returns:
      Whether the error field is set.
    • getError

      ErrorResponse getError()
       If the request failed (after we were able to parse and extract the request ID), then we return an error to the
       client; otherwise we return the appropriate response type.
       
      .io.deephaven.proto.acl.ErrorResponse error = 2;
      Returns:
      The error.
    • getErrorOrBuilder

      ErrorResponseOrBuilder getErrorOrBuilder()
       If the request failed (after we were able to parse and extract the request ID), then we return an error to the
       client; otherwise we return the appropriate response type.
       
      .io.deephaven.proto.acl.ErrorResponse error = 2;
    • hasGetPermissions

      boolean hasGetPermissions()
      .io.deephaven.proto.acl.AclGetPermissionsResponse get_permissions = 3;
      Returns:
      Whether the getPermissions field is set.
    • getGetPermissions

      AclGetPermissionsResponse getGetPermissions()
      .io.deephaven.proto.acl.AclGetPermissionsResponse get_permissions = 3;
      Returns:
      The getPermissions.
    • getGetPermissionsOrBuilder

      AclGetPermissionsResponseOrBuilder getGetPermissionsOrBuilder()
      .io.deephaven.proto.acl.AclGetPermissionsResponse get_permissions = 3;
    • getResponseCase