Package tech.figure.objectstore.gateway
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 TypeMethodDescriptionThe request that evoked this responseThe request that evoked this responsebooleanIf true, the revoke was successfully processed.intThe amount of grants that the request successfully revokedbooleanThe request that evoked this responseMethods 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
-
hasRequest
boolean hasRequest()The request that evoked this response
.tech.figure.objectstore.gateway.RevokeScopePermissionRequest request = 1;- Returns:
- Whether the request field is set.
-
getRequest
GatewayOuterClass.RevokeScopePermissionRequest getRequest()The request that evoked this response
.tech.figure.objectstore.gateway.RevokeScopePermissionRequest request = 1;- Returns:
- The request.
-
getRequestOrBuilder
GatewayOuterClass.RevokeScopePermissionRequestOrBuilder 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.
-