Package com.authzed.api.v1
Interface ExpandPermissionTreeResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExpandPermissionTreeResponse
,ExpandPermissionTreeResponse.Builder
public interface ExpandPermissionTreeResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.authzed.api.v1.ZedToken expanded_at = 1;
.authzed.api.v1.ZedToken expanded_at = 1;
tree_root is a tree structure whose leaf nodes are subjects, and intermediate nodes represent the various operations (union, intersection, exclusion) to reach those subjects.tree_root is a tree structure whose leaf nodes are subjects, and intermediate nodes represent the various operations (union, intersection, exclusion) to reach those subjects.boolean
.authzed.api.v1.ZedToken expanded_at = 1;
boolean
tree_root is a tree structure whose leaf nodes are subjects, and intermediate nodes represent the various operations (union, intersection, exclusion) to reach those subjects.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
-
hasExpandedAt
boolean hasExpandedAt().authzed.api.v1.ZedToken expanded_at = 1;
- Returns:
- Whether the expandedAt field is set.
-
getExpandedAt
ZedToken getExpandedAt().authzed.api.v1.ZedToken expanded_at = 1;
- Returns:
- The expandedAt.
-
getExpandedAtOrBuilder
ZedTokenOrBuilder getExpandedAtOrBuilder().authzed.api.v1.ZedToken expanded_at = 1;
-
hasTreeRoot
boolean hasTreeRoot()tree_root is a tree structure whose leaf nodes are subjects, and intermediate nodes represent the various operations (union, intersection, exclusion) to reach those subjects.
.authzed.api.v1.PermissionRelationshipTree tree_root = 2;
- Returns:
- Whether the treeRoot field is set.
-
getTreeRoot
PermissionRelationshipTree getTreeRoot()tree_root is a tree structure whose leaf nodes are subjects, and intermediate nodes represent the various operations (union, intersection, exclusion) to reach those subjects.
.authzed.api.v1.PermissionRelationshipTree tree_root = 2;
- Returns:
- The treeRoot.
-
getTreeRootOrBuilder
PermissionRelationshipTreeOrBuilder getTreeRootOrBuilder()tree_root is a tree structure whose leaf nodes are subjects, and intermediate nodes represent the various operations (union, intersection, exclusion) to reach those subjects.
.authzed.api.v1.PermissionRelationshipTree tree_root = 2;
-