Package io.deephaven.proto.acl
Interface AclPluginResponseOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
AclPluginResponse,AclPluginResponse.Builder
-
Method Summary
Modifier and TypeMethodDescriptiongetError()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.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.AclGetPermissionsResponse get_permissions = 3;.io.deephaven.proto.acl.AclGetPermissionsResponse get_permissions = 3;Identifier copied from the request.Identifier copied from the request.booleanhasError()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.boolean.io.deephaven.proto.acl.AclGetPermissionsResponse get_permissions = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
AclPluginResponse.ResponseCase getResponseCase()
-