Package com.authzed.api.v1
Interface WriteRelationshipsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WriteRelationshipsResponse
,WriteRelationshipsResponse.Builder
@Generated
public interface WriteRelationshipsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionwritten_at is the revision at which the relationships were written or deleted.written_at is the revision at which the relationships were written or deleted.boolean
written_at is the revision at which the relationships were written or deleted.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
-
hasWrittenAt
boolean hasWrittenAt()written_at is the revision at which the relationships were written or deleted.
.authzed.api.v1.ZedToken written_at = 1;
- Returns:
- Whether the writtenAt field is set.
-
getWrittenAt
ZedToken getWrittenAt()written_at is the revision at which the relationships were written or deleted.
.authzed.api.v1.ZedToken written_at = 1;
- Returns:
- The writtenAt.
-
getWrittenAtOrBuilder
ZedTokenOrBuilder getWrittenAtOrBuilder()written_at is the revision at which the relationships were written or deleted.
.authzed.api.v1.ZedToken written_at = 1;
-