-
- All Implemented Interfaces:
-
com.authzed.api.v1.Core.AlgebraicSubjectSetOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable
public final class Core.AlgebraicSubjectSet extends GeneratedMessageV3 implements Core.AlgebraicSubjectSetOrBuilder
Protobuf typeAlgebraicSubjectSet 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.authzed.api.v1.AlgebraicSubjectSet
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumCore.AlgebraicSubjectSet.OperationProtobuf enum
authzed.api.v1.AlgebraicSubjectSet.Operationpublic final classCore.AlgebraicSubjectSet.Builder
Protobuf typeAlgebraicSubjectSet 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.authzed.api.v1.AlgebraicSubjectSet
-
Field Summary
Fields Modifier and Type Field Description public final static intOPERATION_FIELD_NUMBERpublic final static intCHILDREN_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final UnknownFieldSetgetUnknownFields()final static Descriptors.DescriptorgetDescriptor()intgetOperationValue().authzed.api.v1.AlgebraicSubjectSet.Operation operation = 1;Core.AlgebraicSubjectSet.OperationgetOperation().authzed.api.v1.AlgebraicSubjectSet.Operation operation = 1;List<Core.PermissionRelationshipTree>getChildrenList()repeated .authzed.api.v1.PermissionRelationshipTree children = 2;List<out Core.PermissionRelationshipTreeOrBuilder>getChildrenOrBuilderList()repeated .authzed.api.v1.PermissionRelationshipTree children = 2;intgetChildrenCount()repeated .authzed.api.v1.PermissionRelationshipTree children = 2;Core.PermissionRelationshipTreegetChildren(int index)repeated .authzed.api.v1.PermissionRelationshipTree children = 2;Core.PermissionRelationshipTreeOrBuildergetChildrenOrBuilder(int index)repeated .authzed.api.v1.PermissionRelationshipTree children = 2;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static Core.AlgebraicSubjectSetparseFrom(ByteBuffer data)static Core.AlgebraicSubjectSetparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static Core.AlgebraicSubjectSetparseFrom(ByteString data)static Core.AlgebraicSubjectSetparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static Core.AlgebraicSubjectSetparseFrom(Array<byte> data)static Core.AlgebraicSubjectSetparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static Core.AlgebraicSubjectSetparseFrom(InputStream input)static Core.AlgebraicSubjectSetparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static Core.AlgebraicSubjectSetparseDelimitedFrom(InputStream input)static Core.AlgebraicSubjectSetparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static Core.AlgebraicSubjectSetparseFrom(CodedInputStream input)static Core.AlgebraicSubjectSetparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)Core.AlgebraicSubjectSet.BuildernewBuilderForType()static Core.AlgebraicSubjectSet.BuildernewBuilder()static Core.AlgebraicSubjectSet.BuildernewBuilder(Core.AlgebraicSubjectSet prototype)Core.AlgebraicSubjectSet.BuildertoBuilder()static Core.AlgebraicSubjectSetgetDefaultInstance()static Parser<Core.AlgebraicSubjectSet>parser()Parser<Core.AlgebraicSubjectSet>getParserForType()Core.AlgebraicSubjectSetgetDefaultInstanceForType()-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof -
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, toString -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.Message
getParserForType -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getUnknownFields
final UnknownFieldSet getUnknownFields()
-
getDescriptor
final static Descriptors.Descriptor getDescriptor()
-
getOperationValue
int getOperationValue()
.authzed.api.v1.AlgebraicSubjectSet.Operation operation = 1;
-
getOperation
Core.AlgebraicSubjectSet.Operation getOperation()
.authzed.api.v1.AlgebraicSubjectSet.Operation operation = 1;
-
getChildrenList
List<Core.PermissionRelationshipTree> getChildrenList()
repeated .authzed.api.v1.PermissionRelationshipTree children = 2;
-
getChildrenOrBuilderList
List<out Core.PermissionRelationshipTreeOrBuilder> getChildrenOrBuilderList()
repeated .authzed.api.v1.PermissionRelationshipTree children = 2;
-
getChildrenCount
int getChildrenCount()
repeated .authzed.api.v1.PermissionRelationshipTree children = 2;
-
getChildren
Core.PermissionRelationshipTree getChildren(int index)
repeated .authzed.api.v1.PermissionRelationshipTree children = 2;
-
getChildrenOrBuilder
Core.PermissionRelationshipTreeOrBuilder getChildrenOrBuilder(int index)
repeated .authzed.api.v1.PermissionRelationshipTree children = 2;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
equals
boolean equals(Object obj)
-
hashCode
int hashCode()
-
parseFrom
static Core.AlgebraicSubjectSet parseFrom(ByteBuffer data)
-
parseFrom
static Core.AlgebraicSubjectSet parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static Core.AlgebraicSubjectSet parseFrom(ByteString data)
-
parseFrom
static Core.AlgebraicSubjectSet parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static Core.AlgebraicSubjectSet parseFrom(Array<byte> data)
-
parseFrom
static Core.AlgebraicSubjectSet parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static Core.AlgebraicSubjectSet parseFrom(InputStream input)
-
parseFrom
static Core.AlgebraicSubjectSet parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static Core.AlgebraicSubjectSet parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static Core.AlgebraicSubjectSet parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static Core.AlgebraicSubjectSet parseFrom(CodedInputStream input)
-
parseFrom
static Core.AlgebraicSubjectSet parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
Core.AlgebraicSubjectSet.Builder newBuilderForType()
-
newBuilder
static Core.AlgebraicSubjectSet.Builder newBuilder()
-
newBuilder
static Core.AlgebraicSubjectSet.Builder newBuilder(Core.AlgebraicSubjectSet prototype)
-
toBuilder
Core.AlgebraicSubjectSet.Builder toBuilder()
-
getDefaultInstance
static Core.AlgebraicSubjectSet getDefaultInstance()
-
parser
static Parser<Core.AlgebraicSubjectSet> parser()
-
getParserForType
Parser<Core.AlgebraicSubjectSet> getParserForType()
-
getDefaultInstanceForType
Core.AlgebraicSubjectSet getDefaultInstanceForType()
-
-
-
-