-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface Core.RelationshipUpdateOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract intgetOperationValue().authzed.api.v1.RelationshipUpdate.Operation operation = 1 [(.validate.rules) = { ... }abstract Core.RelationshipUpdate.OperationgetOperation().authzed.api.v1.RelationshipUpdate.Operation operation = 1 [(.validate.rules) = { ... }abstract booleanhasRelationship().authzed.api.v1.Relationship relationship = 2 [(.validate.rules) = { ... }abstract Core.RelationshipgetRelationship().authzed.api.v1.Relationship relationship = 2 [(.validate.rules) = { ... }abstract Core.RelationshipOrBuildergetRelationshipOrBuilder().authzed.api.v1.Relationship relationship = 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
-
getOperationValue
abstract int getOperationValue()
.authzed.api.v1.RelationshipUpdate.Operation operation = 1 [(.validate.rules) = { ... }
-
getOperation
abstract Core.RelationshipUpdate.Operation getOperation()
.authzed.api.v1.RelationshipUpdate.Operation operation = 1 [(.validate.rules) = { ... }
-
hasRelationship
abstract boolean hasRelationship()
.authzed.api.v1.Relationship relationship = 2 [(.validate.rules) = { ... }
-
getRelationship
abstract Core.Relationship getRelationship()
.authzed.api.v1.Relationship relationship = 2 [(.validate.rules) = { ... }
-
getRelationshipOrBuilder
abstract Core.RelationshipOrBuilder getRelationshipOrBuilder()
.authzed.api.v1.Relationship relationship = 2 [(.validate.rules) = { ... }
-
-
-
-