Package com.authzed.api.v1
Interface SubjectFilter.RelationFilterOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SubjectFilter.RelationFilter
,SubjectFilter.RelationFilter.Builder
- Enclosing class:
- SubjectFilter
public static interface SubjectFilter.RelationFilterOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring relation = 1 [(.validate.rules) = { ...
com.google.protobuf.ByteString
string relation = 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
-
getRelation
String getRelation()string relation = 1 [(.validate.rules) = { ... }
- Returns:
- The relation.
-
getRelationBytes
com.google.protobuf.ByteString getRelationBytes()string relation = 1 [(.validate.rules) = { ... }
- Returns:
- The bytes for relation.
-