Interface AckResponseOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      RemoveResponse getRemovalResponse()
      The removal response if the message's removal was requested
      RemoveResponseOrBuilder getRemovalResponseOrBuilder()
      The removal response if the message's removal was requested
      boolean getSuccess()
      bool success = 1;
      boolean hasRemovalResponse()
      The removal response if the message's removal was requested
      • 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 Detail

      • getSuccess

        boolean getSuccess()
        bool success = 1;
        Returns:
        The success.
      • hasRemovalResponse

        boolean hasRemovalResponse()
         The removal response if the message's removal was requested
         
        .blipai.deckard.RemoveResponse removal_response = 2;
        Returns:
        Whether the removalResponse field is set.
      • getRemovalResponse

        RemoveResponse getRemovalResponse()
         The removal response if the message's removal was requested
         
        .blipai.deckard.RemoveResponse removal_response = 2;
        Returns:
        The removalResponse.
      • getRemovalResponseOrBuilder

        RemoveResponseOrBuilder getRemovalResponseOrBuilder()
         The removal response if the message's removal was requested
         
        .blipai.deckard.RemoveResponse removal_response = 2;