Package com.authzed.api.materialize.v0
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 TypeMethodDescriptionrevision 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 setchild_member represents the scenario where an specific object is considered member of the parent setchild_set represents the scenario where another set is considered member of the parent setchild_set represents the scenario where another set is considered member of the parent setoperation represents the type of set operation that took place as part of the changeint
operation represents the type of set operation that took place as part of the changeparent_set represents the permission set parent of either another set or a memberparent_set represents the permission set parent of either another set or a memberboolean
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 setboolean
child_set represents the scenario where another set is considered member of the parent setboolean
parent_set represents the permission set parent of either another set or a memberMethods 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
PermissionSetChange.SetOperation 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
PermissionSetChange.ChildCase getChildCase()
-