Package com.authzed.api.v0
Interface Core.ObjectAndRelationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Core.ObjectAndRelation
,Core.ObjectAndRelation.Builder
- Enclosing class:
- Core
public static interface Core.ObjectAndRelationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring namespace = 1 [(.validate.rules) = { ...
com.google.protobuf.ByteString
string namespace = 1 [(.validate.rules) = { ...
string object_id = 2 [(.validate.rules) = { ...
com.google.protobuf.ByteString
string object_id = 2 [(.validate.rules) = { ...
string relation = 3 [(.validate.rules) = { ...
com.google.protobuf.ByteString
string relation = 3 [(.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
-
getNamespace
String getNamespace()string namespace = 1 [(.validate.rules) = { ... }
- Returns:
- The namespace.
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()string namespace = 1 [(.validate.rules) = { ... }
- Returns:
- The bytes for namespace.
-
getObjectId
String getObjectId()string object_id = 2 [(.validate.rules) = { ... }
- Returns:
- The objectId.
-
getObjectIdBytes
com.google.protobuf.ByteString getObjectIdBytes()string object_id = 2 [(.validate.rules) = { ... }
- Returns:
- The bytes for objectId.
-
getRelation
String getRelation()string relation = 3 [(.validate.rules) = { ... }
- Returns:
- The relation.
-
getRelationBytes
com.google.protobuf.ByteString getRelationBytes()string relation = 3 [(.validate.rules) = { ... }
- Returns:
- The bytes for relation.
-