Interface Feedback.FeedbackInfoOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Feedback.FeedbackInfo, Feedback.FeedbackInfo.Builder
    Enclosing class:
    Feedback

    public static interface Feedback.FeedbackInfoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getEndUserId()
      string end_user_id = 1;
      com.google.protobuf.ByteString getEndUserIdBytes()
      string end_user_id = 1;
      Feedback.EventType getEventType()
      .clarifai.api.EventType event_type = 3;
      int getEventTypeValue()
      .clarifai.api.EventType event_type = 3;
      java.lang.String getOutputId()
      string output_id = 4;
      com.google.protobuf.ByteString getOutputIdBytes()
      string output_id = 4;
      java.lang.String getSearchId()
      string search_id = 5;
      com.google.protobuf.ByteString getSearchIdBytes()
      string search_id = 5;
      java.lang.String getSessionId()
      string session_id = 2;
      com.google.protobuf.ByteString getSessionIdBytes()
      string session_id = 2;
      • 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

      • getEndUserId

        java.lang.String getEndUserId()
        string end_user_id = 1;
      • getEndUserIdBytes

        com.google.protobuf.ByteString getEndUserIdBytes()
        string end_user_id = 1;
      • getSessionId

        java.lang.String getSessionId()
        string session_id = 2;
      • getSessionIdBytes

        com.google.protobuf.ByteString getSessionIdBytes()
        string session_id = 2;
      • getEventTypeValue

        int getEventTypeValue()
        .clarifai.api.EventType event_type = 3;
      • getOutputId

        java.lang.String getOutputId()
        string output_id = 4;
      • getOutputIdBytes

        com.google.protobuf.ByteString getOutputIdBytes()
        string output_id = 4;
      • getSearchId

        java.lang.String getSearchId()
        string search_id = 5;
      • getSearchIdBytes

        com.google.protobuf.ByteString getSearchIdBytes()
        string search_id = 5;