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 Type
    Method
    Description
    getChildren(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) = { ...
    repeated .authzed.api.v1.PermissionRelationshipTree children = 2 [(.validate.rules) = { ...
    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

      .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

      PermissionRelationshipTree getChildren(int index)
      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

      PermissionRelationshipTreeOrBuilder getChildrenOrBuilder(int index)
      repeated .authzed.api.v1.PermissionRelationshipTree children = 2 [(.validate.rules) = { ... }