Package com.authzed.api.v1
Class AlgebraicSubjectSet.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<AlgebraicSubjectSet.Builder>
com.authzed.api.v1.AlgebraicSubjectSet.Builder
- All Implemented Interfaces:
AlgebraicSubjectSetOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- AlgebraicSubjectSet
public static final class AlgebraicSubjectSet.Builder
extends com.google.protobuf.GeneratedMessage.Builder<AlgebraicSubjectSet.Builder>
implements AlgebraicSubjectSetOrBuilder
AlgebraicSubjectSet is a subject set which is computed based on applying the specified operation to the operands according to the algebra of sets. UNION is a logical set containing the subject members from all operands. INTERSECTION is a logical set containing only the subject members which are present in all operands. EXCLUSION is a logical set containing only the subject members which are present in the first operand, and none of the other operands.Protobuf type
authzed.api.v1.AlgebraicSubjectSet-
Method Summary
Modifier and TypeMethodDescriptionaddAllChildren(Iterable<? extends PermissionRelationshipTree> values) repeated .authzed.api.v1.PermissionRelationshipTree children = 2 [(.validate.rules) = { ...addChildren(int index, PermissionRelationshipTree value) repeated .authzed.api.v1.PermissionRelationshipTree children = 2 [(.validate.rules) = { ...addChildren(int index, PermissionRelationshipTree.Builder builderForValue) repeated .authzed.api.v1.PermissionRelationshipTree children = 2 [(.validate.rules) = { ...repeated .authzed.api.v1.PermissionRelationshipTree children = 2 [(.validate.rules) = { ...addChildren(PermissionRelationshipTree.Builder builderForValue) repeated .authzed.api.v1.PermissionRelationshipTree children = 2 [(.validate.rules) = { ...repeated .authzed.api.v1.PermissionRelationshipTree children = 2 [(.validate.rules) = { ...addChildrenBuilder(int index) repeated .authzed.api.v1.PermissionRelationshipTree children = 2 [(.validate.rules) = { ...build()clear()repeated .authzed.api.v1.PermissionRelationshipTree children = 2 [(.validate.rules) = { ....authzed.api.v1.AlgebraicSubjectSet.Operation operation = 1 [(.validate.rules) = { ...getChildren(int index) repeated .authzed.api.v1.PermissionRelationshipTree children = 2 [(.validate.rules) = { ...getChildrenBuilder(int index) repeated .authzed.api.v1.PermissionRelationshipTree children = 2 [(.validate.rules) = { ...repeated .authzed.api.v1.PermissionRelationshipTree children = 2 [(.validate.rules) = { ...intrepeated .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) = { ...static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.Descriptor.authzed.api.v1.AlgebraicSubjectSet.Operation operation = 1 [(.validate.rules) = { ...int.authzed.api.v1.AlgebraicSubjectSet.Operation operation = 1 [(.validate.rules) = { ...protected com.google.protobuf.GeneratedMessage.FieldAccessorTablefinal booleanmergeFrom(AlgebraicSubjectSet other) mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) removeChildren(int index) repeated .authzed.api.v1.PermissionRelationshipTree children = 2 [(.validate.rules) = { ...setChildren(int index, PermissionRelationshipTree value) repeated .authzed.api.v1.PermissionRelationshipTree children = 2 [(.validate.rules) = { ...setChildren(int index, PermissionRelationshipTree.Builder builderForValue) repeated .authzed.api.v1.PermissionRelationshipTree children = 2 [(.validate.rules) = { ....authzed.api.v1.AlgebraicSubjectSet.Operation operation = 1 [(.validate.rules) = { ...setOperationValue(int value) .authzed.api.v1.AlgebraicSubjectSet.Operation operation = 1 [(.validate.rules) = { ...Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage.Builder<AlgebraicSubjectSet.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessage.Builder<AlgebraicSubjectSet.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessage.Builder<AlgebraicSubjectSet.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<AlgebraicSubjectSet.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage.Builder<AlgebraicSubjectSet.Builder>
-
mergeFrom
public AlgebraicSubjectSet.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<AlgebraicSubjectSet.Builder>- Throws:
IOException
-
getOperationValue
public int getOperationValue().authzed.api.v1.AlgebraicSubjectSet.Operation operation = 1 [(.validate.rules) = { ... }- Specified by:
getOperationValuein interfaceAlgebraicSubjectSetOrBuilder- Returns:
- The enum numeric value on the wire for operation.
-
setOperationValue
.authzed.api.v1.AlgebraicSubjectSet.Operation operation = 1 [(.validate.rules) = { ... }- Parameters:
value- The enum numeric value on the wire for operation to set.- Returns:
- This builder for chaining.
-
getOperation
.authzed.api.v1.AlgebraicSubjectSet.Operation operation = 1 [(.validate.rules) = { ... }- Specified by:
getOperationin interfaceAlgebraicSubjectSetOrBuilder- Returns:
- The operation.
-
setOperation
.authzed.api.v1.AlgebraicSubjectSet.Operation operation = 1 [(.validate.rules) = { ... }- Parameters:
value- The operation to set.- Returns:
- This builder for chaining.
-
clearOperation
.authzed.api.v1.AlgebraicSubjectSet.Operation operation = 1 [(.validate.rules) = { ... }- Returns:
- This builder for chaining.
-
getChildrenList
repeated .authzed.api.v1.PermissionRelationshipTree children = 2 [(.validate.rules) = { ... }- Specified by:
getChildrenListin interfaceAlgebraicSubjectSetOrBuilder
-
getChildrenCount
public int getChildrenCount()repeated .authzed.api.v1.PermissionRelationshipTree children = 2 [(.validate.rules) = { ... }- Specified by:
getChildrenCountin interfaceAlgebraicSubjectSetOrBuilder
-
getChildren
repeated .authzed.api.v1.PermissionRelationshipTree children = 2 [(.validate.rules) = { ... }- Specified by:
getChildrenin interfaceAlgebraicSubjectSetOrBuilder
-
setChildren
repeated .authzed.api.v1.PermissionRelationshipTree children = 2 [(.validate.rules) = { ... } -
setChildren
public AlgebraicSubjectSet.Builder setChildren(int index, PermissionRelationshipTree.Builder builderForValue) repeated .authzed.api.v1.PermissionRelationshipTree children = 2 [(.validate.rules) = { ... } -
addChildren
repeated .authzed.api.v1.PermissionRelationshipTree children = 2 [(.validate.rules) = { ... } -
addChildren
repeated .authzed.api.v1.PermissionRelationshipTree children = 2 [(.validate.rules) = { ... } -
addChildren
repeated .authzed.api.v1.PermissionRelationshipTree children = 2 [(.validate.rules) = { ... } -
addChildren
public AlgebraicSubjectSet.Builder addChildren(int index, PermissionRelationshipTree.Builder builderForValue) repeated .authzed.api.v1.PermissionRelationshipTree children = 2 [(.validate.rules) = { ... } -
addAllChildren
public AlgebraicSubjectSet.Builder addAllChildren(Iterable<? extends PermissionRelationshipTree> values) repeated .authzed.api.v1.PermissionRelationshipTree children = 2 [(.validate.rules) = { ... } -
clearChildren
repeated .authzed.api.v1.PermissionRelationshipTree children = 2 [(.validate.rules) = { ... } -
removeChildren
repeated .authzed.api.v1.PermissionRelationshipTree children = 2 [(.validate.rules) = { ... } -
getChildrenBuilder
repeated .authzed.api.v1.PermissionRelationshipTree children = 2 [(.validate.rules) = { ... } -
getChildrenOrBuilder
repeated .authzed.api.v1.PermissionRelationshipTree children = 2 [(.validate.rules) = { ... }- Specified by:
getChildrenOrBuilderin interfaceAlgebraicSubjectSetOrBuilder
-
getChildrenOrBuilderList
repeated .authzed.api.v1.PermissionRelationshipTree children = 2 [(.validate.rules) = { ... }- Specified by:
getChildrenOrBuilderListin interfaceAlgebraicSubjectSetOrBuilder
-
addChildrenBuilder
repeated .authzed.api.v1.PermissionRelationshipTree children = 2 [(.validate.rules) = { ... } -
addChildrenBuilder
repeated .authzed.api.v1.PermissionRelationshipTree children = 2 [(.validate.rules) = { ... } -
getChildrenBuilderList
repeated .authzed.api.v1.PermissionRelationshipTree children = 2 [(.validate.rules) = { ... }
-