All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.java.com.streamlayer.feedback.AdminFeedbackRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: streamlayer/feedback/feedback.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.feedback;

public interface AdminFeedbackRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.feedback.AdminFeedbackRequest)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * string subject = 1 [json_name = "subject"];
   * @return The subject.
   */
  java.lang.String getSubject();
  /**
   * string subject = 1 [json_name = "subject"];
   * @return The bytes for subject.
   */
  com.google.protobuf.ByteString
      getSubjectBytes();

  /**
   * string body = 2 [json_name = "body"];
   * @return The body.
   */
  java.lang.String getBody();
  /**
   * string body = 2 [json_name = "body"];
   * @return The bytes for body.
   */
  com.google.protobuf.ByteString
      getBodyBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy