Interface DeleteRelationshipsResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DeleteRelationshipsResponse, DeleteRelationshipsResponse.Builder

public interface DeleteRelationshipsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    deleted_at is the revision at which the relationships were deleted.
    deleted_at is the revision at which the relationships were deleted.
    deletion_progress is an enumeration of the possible outcomes that occurred when attempting to delete the specified relationships.
    int
    deletion_progress is an enumeration of the possible outcomes that occurred when attempting to delete the specified relationships.
    boolean
    deleted_at is the revision at which the relationships were 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

    • hasDeletedAt

      boolean hasDeletedAt()
       deleted_at is the revision at which the relationships were deleted.
       
      .authzed.api.v1.ZedToken deleted_at = 1;
      Returns:
      Whether the deletedAt field is set.
    • getDeletedAt

      ZedToken getDeletedAt()
       deleted_at is the revision at which the relationships were deleted.
       
      .authzed.api.v1.ZedToken deleted_at = 1;
      Returns:
      The deletedAt.
    • getDeletedAtOrBuilder

      ZedTokenOrBuilder getDeletedAtOrBuilder()
       deleted_at is the revision at which the relationships were deleted.
       
      .authzed.api.v1.ZedToken deleted_at = 1;
    • getDeletionProgressValue

      int getDeletionProgressValue()
       deletion_progress is an enumeration of the possible outcomes that occurred when attempting to delete the specified relationships.
       
      .authzed.api.v1.DeleteRelationshipsResponse.DeletionProgress deletion_progress = 2;
      Returns:
      The enum numeric value on the wire for deletionProgress.
    • getDeletionProgress

       deletion_progress is an enumeration of the possible outcomes that occurred when attempting to delete the specified relationships.
       
      .authzed.api.v1.DeleteRelationshipsResponse.DeletionProgress deletion_progress = 2;
      Returns:
      The deletionProgress.