Interface GetByIdResponseOrBuilder

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

    public interface GetByIdResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasMessage

        boolean hasMessage()
        .blipai.deckard.Message message = 1;
        Returns:
        Whether the message field is set.
      • getMessage

        Message getMessage()
        .blipai.deckard.Message message = 1;
        Returns:
        The message.
      • getMessageOrBuilder

        MessageOrBuilder getMessageOrBuilder()
        .blipai.deckard.Message message = 1;
      • getHumanReadablePayloadCount

        int getHumanReadablePayloadCount()
         A human readable string data map of the message's payload.
         This represents the payload map as a JSON string representation, useful for debugging and diagnostics
         
        map<string, string> human_readable_payload = 3;
      • containsHumanReadablePayload

        boolean containsHumanReadablePayload​(String key)
         A human readable string data map of the message's payload.
         This represents the payload map as a JSON string representation, useful for debugging and diagnostics
         
        map<string, string> human_readable_payload = 3;
      • getHumanReadablePayloadMap

        Map<String,​String> getHumanReadablePayloadMap()
         A human readable string data map of the message's payload.
         This represents the payload map as a JSON string representation, useful for debugging and diagnostics
         
        map<string, string> human_readable_payload = 3;
      • getHumanReadablePayloadOrDefault

        String getHumanReadablePayloadOrDefault​(String key,
                                                String defaultValue)
         A human readable string data map of the message's payload.
         This represents the payload map as a JSON string representation, useful for debugging and diagnostics
         
        map<string, string> human_readable_payload = 3;
      • getHumanReadablePayloadOrThrow

        String getHumanReadablePayloadOrThrow​(String key)
         A human readable string data map of the message's payload.
         This represents the payload map as a JSON string representation, useful for debugging and diagnostics
         
        map<string, string> human_readable_payload = 3;
      • getFound

        boolean getFound()
        bool found = 2;
        Returns:
        The found.