-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface Debug.CheckDebugTraceOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract booleanhasResource()resource holds the resource on which the Check was performed..authzed.api.v1.ObjectReference resource = 1 [(.validate.rules) = { ... }abstract Core.ObjectReferencegetResource()resource holds the resource on which the Check was performed..authzed.api.v1.ObjectReference resource = 1 [(.validate.rules) = { ... }abstract Core.ObjectReferenceOrBuildergetResourceOrBuilder()resource holds the resource on which the Check was performed..authzed.api.v1.ObjectReference resource = 1 [(.validate.rules) = { ... }abstract StringgetPermission()permission holds the name of the permission or relation on which the Check was performed.string permission = 2;abstract ByteStringgetPermissionBytes()permission holds the name of the permission or relation on which the Check was performed.string permission = 2;abstract intgetPermissionTypeValue()permission_type holds information indicating whether it was a permission or relation..authzed.api.v1.CheckDebugTrace.PermissionType permission_type = 3;abstract Debug.CheckDebugTrace.PermissionTypegetPermissionType()permission_type holds information indicating whether it was a permission or relation..authzed.api.v1.CheckDebugTrace.PermissionType permission_type = 3;abstract booleanhasSubject()subject holds the subject on which the Check was performed. This will be static across all calls within the same Check tree..authzed.api.v1.SubjectReference subject = 4 [(.validate.rules) = { ... }abstract Core.SubjectReferencegetSubject()subject holds the subject on which the Check was performed. This will be static across all calls within the same Check tree..authzed.api.v1.SubjectReference subject = 4 [(.validate.rules) = { ... }abstract Core.SubjectReferenceOrBuildergetSubjectOrBuilder()subject holds the subject on which the Check was performed. This will be static across all calls within the same Check tree..authzed.api.v1.SubjectReference subject = 4 [(.validate.rules) = { ... }abstract intgetResultValue()result holds the result of the Check call..authzed.api.v1.CheckDebugTrace.Permissionship result = 5;abstract Debug.CheckDebugTrace.PermissionshipgetResult()result holds the result of the Check call..authzed.api.v1.CheckDebugTrace.Permissionship result = 5;abstract booleanhasWasCachedResult()was_cached_result, if true, indicates that the result was found in the cache and returned directly.bool was_cached_result = 6;abstract booleangetWasCachedResult()was_cached_result, if true, indicates that the result was found in the cache and returned directly.bool was_cached_result = 6;abstract booleanhasSubProblems()sub_problems holds the sub problems that were executed to resolve the answer to this Check. An empty list and a permissionship of PERMISSIONSHIP_HAS_PERMISSION indicates the subject was found within this relation..authzed.api.v1.CheckDebugTrace.SubProblems sub_problems = 7;abstract Debug.CheckDebugTrace.SubProblemsgetSubProblems()sub_problems holds the sub problems that were executed to resolve the answer to this Check. An empty list and a permissionship of PERMISSIONSHIP_HAS_PERMISSION indicates the subject was found within this relation..authzed.api.v1.CheckDebugTrace.SubProblems sub_problems = 7;abstract Debug.CheckDebugTrace.SubProblemsOrBuildergetSubProblemsOrBuilder()sub_problems holds the sub problems that were executed to resolve the answer to this Check. An empty list and a permissionship of PERMISSIONSHIP_HAS_PERMISSION indicates the subject was found within this relation..authzed.api.v1.CheckDebugTrace.SubProblems sub_problems = 7;abstract Debug.CheckDebugTrace.ResolutionCasegetResolutionCase()-
Methods inherited from class com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
hasResource
abstract boolean hasResource()
resource holds the resource on which the Check was performed..authzed.api.v1.ObjectReference resource = 1 [(.validate.rules) = { ... }
-
getResource
abstract Core.ObjectReference getResource()
resource holds the resource on which the Check was performed..authzed.api.v1.ObjectReference resource = 1 [(.validate.rules) = { ... }
-
getResourceOrBuilder
abstract Core.ObjectReferenceOrBuilder getResourceOrBuilder()
resource holds the resource on which the Check was performed..authzed.api.v1.ObjectReference resource = 1 [(.validate.rules) = { ... }
-
getPermission
abstract String getPermission()
permission holds the name of the permission or relation on which the Check was performed.string permission = 2;
-
getPermissionBytes
abstract ByteString getPermissionBytes()
permission holds the name of the permission or relation on which the Check was performed.string permission = 2;
-
getPermissionTypeValue
abstract int getPermissionTypeValue()
permission_type holds information indicating whether it was a permission or relation..authzed.api.v1.CheckDebugTrace.PermissionType permission_type = 3;
-
getPermissionType
abstract Debug.CheckDebugTrace.PermissionType getPermissionType()
permission_type holds information indicating whether it was a permission or relation..authzed.api.v1.CheckDebugTrace.PermissionType permission_type = 3;
-
hasSubject
abstract boolean hasSubject()
subject holds the subject on which the Check was performed. This will be static across all calls within the same Check tree..authzed.api.v1.SubjectReference subject = 4 [(.validate.rules) = { ... }
-
getSubject
abstract Core.SubjectReference getSubject()
subject holds the subject on which the Check was performed. This will be static across all calls within the same Check tree..authzed.api.v1.SubjectReference subject = 4 [(.validate.rules) = { ... }
-
getSubjectOrBuilder
abstract Core.SubjectReferenceOrBuilder getSubjectOrBuilder()
subject holds the subject on which the Check was performed. This will be static across all calls within the same Check tree..authzed.api.v1.SubjectReference subject = 4 [(.validate.rules) = { ... }
-
getResultValue
abstract int getResultValue()
result holds the result of the Check call..authzed.api.v1.CheckDebugTrace.Permissionship result = 5;
-
getResult
abstract Debug.CheckDebugTrace.Permissionship getResult()
result holds the result of the Check call..authzed.api.v1.CheckDebugTrace.Permissionship result = 5;
-
hasWasCachedResult
abstract boolean hasWasCachedResult()
was_cached_result, if true, indicates that the result was found in the cache and returned directly.bool was_cached_result = 6;
-
getWasCachedResult
abstract boolean getWasCachedResult()
was_cached_result, if true, indicates that the result was found in the cache and returned directly.bool was_cached_result = 6;
-
hasSubProblems
abstract boolean hasSubProblems()
sub_problems holds the sub problems that were executed to resolve the answer to this Check. An empty list and a permissionship of PERMISSIONSHIP_HAS_PERMISSION indicates the subject was found within this relation..authzed.api.v1.CheckDebugTrace.SubProblems sub_problems = 7;
-
getSubProblems
abstract Debug.CheckDebugTrace.SubProblems getSubProblems()
sub_problems holds the sub problems that were executed to resolve the answer to this Check. An empty list and a permissionship of PERMISSIONSHIP_HAS_PERMISSION indicates the subject was found within this relation..authzed.api.v1.CheckDebugTrace.SubProblems sub_problems = 7;
-
getSubProblemsOrBuilder
abstract Debug.CheckDebugTrace.SubProblemsOrBuilder getSubProblemsOrBuilder()
sub_problems holds the sub problems that were executed to resolve the answer to this Check. An empty list and a permissionship of PERMISSIONSHIP_HAS_PERMISSION indicates the subject was found within this relation..authzed.api.v1.CheckDebugTrace.SubProblems sub_problems = 7;
-
getResolutionCase
abstract Debug.CheckDebugTrace.ResolutionCase getResolutionCase()
-
-
-
-