Package com.authzed.api.v1
Interface AlgebraicSubjectSetOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AlgebraicSubjectSet
,AlgebraicSubjectSet.Builder
public interface AlgebraicSubjectSetOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetChildren
(int index) repeated .authzed.api.v1.PermissionRelationshipTree children = 2 [(.validate.rules) = { ...
int
repeated .authzed.api.v1.PermissionRelationshipTree children = 2 [(.validate.rules) = { ...
repeated .authzed.api.v1.PermissionRelationshipTree children = 2 [(.validate.rules) = { ...
getChildrenOrBuilder
(int index) repeated .authzed.api.v1.PermissionRelationshipTree children = 2 [(.validate.rules) = { ...
List<? extends PermissionRelationshipTreeOrBuilder>
repeated .authzed.api.v1.PermissionRelationshipTree children = 2 [(.validate.rules) = { ...
.authzed.api.v1.AlgebraicSubjectSet.Operation operation = 1 [(.validate.rules) = { ...
int
.authzed.api.v1.AlgebraicSubjectSet.Operation operation = 1 [(.validate.rules) = { ...
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
-
getOperationValue
int getOperationValue().authzed.api.v1.AlgebraicSubjectSet.Operation operation = 1 [(.validate.rules) = { ... }
- Returns:
- The enum numeric value on the wire for operation.
-
getOperation
AlgebraicSubjectSet.Operation getOperation().authzed.api.v1.AlgebraicSubjectSet.Operation operation = 1 [(.validate.rules) = { ... }
- Returns:
- The operation.
-
getChildrenList
List<PermissionRelationshipTree> getChildrenList()repeated .authzed.api.v1.PermissionRelationshipTree children = 2 [(.validate.rules) = { ... }
-
getChildren
repeated .authzed.api.v1.PermissionRelationshipTree children = 2 [(.validate.rules) = { ... }
-
getChildrenCount
int getChildrenCount()repeated .authzed.api.v1.PermissionRelationshipTree children = 2 [(.validate.rules) = { ... }
-
getChildrenOrBuilderList
List<? extends PermissionRelationshipTreeOrBuilder> getChildrenOrBuilderList()repeated .authzed.api.v1.PermissionRelationshipTree children = 2 [(.validate.rules) = { ... }
-
getChildrenOrBuilder
repeated .authzed.api.v1.PermissionRelationshipTree children = 2 [(.validate.rules) = { ... }
-