Package com.authzed.api.v1
Interface ReflectionRelationSubjectTypeChangeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReflectionRelationSubjectTypeChange
,ReflectionRelationSubjectTypeChange.Builder
public interface ReflectionRelationSubjectTypeChangeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.authzed.api.v1.ReflectionTypeReference changed_subject_type = 2;
.authzed.api.v1.ReflectionTypeReference changed_subject_type = 2;
.authzed.api.v1.ReflectionRelation relation = 1;
.authzed.api.v1.ReflectionRelation relation = 1;
boolean
.authzed.api.v1.ReflectionTypeReference changed_subject_type = 2;
boolean
.authzed.api.v1.ReflectionRelation relation = 1;
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
-
hasRelation
boolean hasRelation().authzed.api.v1.ReflectionRelation relation = 1;
- Returns:
- Whether the relation field is set.
-
getRelation
ReflectionRelation getRelation().authzed.api.v1.ReflectionRelation relation = 1;
- Returns:
- The relation.
-
getRelationOrBuilder
ReflectionRelationOrBuilder getRelationOrBuilder().authzed.api.v1.ReflectionRelation relation = 1;
-
hasChangedSubjectType
boolean hasChangedSubjectType().authzed.api.v1.ReflectionTypeReference changed_subject_type = 2;
- Returns:
- Whether the changedSubjectType field is set.
-
getChangedSubjectType
ReflectionTypeReference getChangedSubjectType().authzed.api.v1.ReflectionTypeReference changed_subject_type = 2;
- Returns:
- The changedSubjectType.
-
getChangedSubjectTypeOrBuilder
ReflectionTypeReferenceOrBuilder getChangedSubjectTypeOrBuilder().authzed.api.v1.ReflectionTypeReference changed_subject_type = 2;
-