- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CheckResult, CheckResult.Builder
-
Method Summary
.checktypes.Denied denied = 2;
.checktypes.Denied denied = 2;
.checktypes.Error error = 3;
.checktypes.Error error = 3;
.checktypes.Granted granted = 1;
.checktypes.Granted granted = 1;
boolean
.checktypes.Denied denied = 2;
boolean
.checktypes.Error error = 3;
boolean
.checktypes.Granted granted = 1;
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
-
hasGranted
.checktypes.Granted granted = 1;
- Returns:
- Whether the granted field is set.
-
getGranted
.checktypes.Granted granted = 1;
- Returns:
- The granted.
-
getGrantedOrBuilder
.checktypes.Granted granted = 1;
-
hasDenied
.checktypes.Denied denied = 2;
- Returns:
- Whether the denied field is set.
-
getDenied
.checktypes.Denied denied = 2;
- Returns:
- The denied.
-
getDeniedOrBuilder
.checktypes.Denied denied = 2;
-
hasError
.checktypes.Error error = 3;
- Returns:
- Whether the error field is set.
-
getError
.checktypes.Error error = 3;
- Returns:
- The error.
-
getErrorOrBuilder
.checktypes.Error error = 3;
-