Interface PermissionSetChangeOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PermissionSetChange, PermissionSetChange.Builder

public interface PermissionSetChangeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    revision represents the revision at which the permission set change occurred.
    revision represents the revision at which the permission set change occurred.
     
    child_member represents the scenario where an specific object is considered member of the parent set
    child_member represents the scenario where an specific object is considered member of the parent set
    child_set represents the scenario where another set is considered member of the parent set
    child_set represents the scenario where another set is considered member of the parent set
    operation represents the type of set operation that took place as part of the change
    int
    operation represents the type of set operation that took place as part of the change
    parent_set represents the permission set parent of either another set or a member
    parent_set represents the permission set parent of either another set or a member
    boolean
    revision represents the revision at which the permission set change occurred.
    boolean
    child_member represents the scenario where an specific object is considered member of the parent set
    boolean
    child_set represents the scenario where another set is considered member of the parent set
    boolean
    parent_set represents the permission set parent of either another set or a member

    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

    • hasAtRevision

      boolean hasAtRevision()
       revision represents the revision at which the permission set change occurred.
       
      .authzed.api.v1.ZedToken at_revision = 1;
      Returns:
      Whether the atRevision field is set.
    • getAtRevision

      ZedToken getAtRevision()
       revision represents the revision at which the permission set change occurred.
       
      .authzed.api.v1.ZedToken at_revision = 1;
      Returns:
      The atRevision.
    • getAtRevisionOrBuilder

      ZedTokenOrBuilder getAtRevisionOrBuilder()
       revision represents the revision at which the permission set change occurred.
       
      .authzed.api.v1.ZedToken at_revision = 1;
    • getOperationValue

      int getOperationValue()
       operation represents the type of set operation that took place as part of the change
       
      .authzed.api.materialize.v0.PermissionSetChange.SetOperation operation = 2;
      Returns:
      The enum numeric value on the wire for operation.
    • getOperation

       operation represents the type of set operation that took place as part of the change
       
      .authzed.api.materialize.v0.PermissionSetChange.SetOperation operation = 2;
      Returns:
      The operation.
    • hasParentSet

      boolean hasParentSet()
       parent_set represents the permission set parent of either another set or a member
       
      .authzed.api.materialize.v0.SetReference parent_set = 3;
      Returns:
      Whether the parentSet field is set.
    • getParentSet

      SetReference getParentSet()
       parent_set represents the permission set parent of either another set or a member
       
      .authzed.api.materialize.v0.SetReference parent_set = 3;
      Returns:
      The parentSet.
    • getParentSetOrBuilder

      SetReferenceOrBuilder getParentSetOrBuilder()
       parent_set represents the permission set parent of either another set or a member
       
      .authzed.api.materialize.v0.SetReference parent_set = 3;
    • hasChildSet

      boolean hasChildSet()
       child_set represents the scenario where another set is considered member of the parent set
       
      .authzed.api.materialize.v0.SetReference child_set = 4;
      Returns:
      Whether the childSet field is set.
    • getChildSet

      SetReference getChildSet()
       child_set represents the scenario where another set is considered member of the parent set
       
      .authzed.api.materialize.v0.SetReference child_set = 4;
      Returns:
      The childSet.
    • getChildSetOrBuilder

      SetReferenceOrBuilder getChildSetOrBuilder()
       child_set represents the scenario where another set is considered member of the parent set
       
      .authzed.api.materialize.v0.SetReference child_set = 4;
    • hasChildMember

      boolean hasChildMember()
       child_member represents the scenario where an specific object is considered member of the parent set
       
      .authzed.api.materialize.v0.MemberReference child_member = 5;
      Returns:
      Whether the childMember field is set.
    • getChildMember

      MemberReference getChildMember()
       child_member represents the scenario where an specific object is considered member of the parent set
       
      .authzed.api.materialize.v0.MemberReference child_member = 5;
      Returns:
      The childMember.
    • getChildMemberOrBuilder

      MemberReferenceOrBuilder getChildMemberOrBuilder()
       child_member represents the scenario where an specific object is considered member of the parent set
       
      .authzed.api.materialize.v0.MemberReference child_member = 5;
    • getChildCase