-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface Core.SubjectReferenceOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract booleanhasObject().authzed.api.v1.ObjectReference object = 1 [(.validate.rules) = { ... }abstract Core.ObjectReferencegetObject().authzed.api.v1.ObjectReference object = 1 [(.validate.rules) = { ... }abstract Core.ObjectReferenceOrBuildergetObjectOrBuilder().authzed.api.v1.ObjectReference object = 1 [(.validate.rules) = { ... }abstract StringgetOptionalRelation()string optional_relation = 2 [(.validate.rules) = { ... }abstract ByteStringgetOptionalRelationBytes()string optional_relation = 2 [(.validate.rules) = { ... }-
Methods inherited from class com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
hasObject
abstract boolean hasObject()
.authzed.api.v1.ObjectReference object = 1 [(.validate.rules) = { ... }
-
getObject
abstract Core.ObjectReference getObject()
.authzed.api.v1.ObjectReference object = 1 [(.validate.rules) = { ... }
-
getObjectOrBuilder
abstract Core.ObjectReferenceOrBuilder getObjectOrBuilder()
.authzed.api.v1.ObjectReference object = 1 [(.validate.rules) = { ... }
-
getOptionalRelation
abstract String getOptionalRelation()
string optional_relation = 2 [(.validate.rules) = { ... }
-
getOptionalRelationBytes
abstract ByteString getOptionalRelationBytes()
string optional_relation = 2 [(.validate.rules) = { ... }
-
-
-
-