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

wechat.protobuf.UploadVoiceRequestOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: wechat.proto

package wechat.protobuf;

public interface UploadVoiceRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:wechat_proto.UploadVoiceRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional string fromUserName = 1;
   * @return Whether the fromUserName field is set.
   */
  boolean hasFromUserName();
  /**
   * optional string fromUserName = 1;
   * @return The fromUserName.
   */
  java.lang.String getFromUserName();
  /**
   * optional string fromUserName = 1;
   * @return The bytes for fromUserName.
   */
  com.google.protobuf.ByteString
      getFromUserNameBytes();

  /**
   * optional string toUserName = 2;
   * @return Whether the toUserName field is set.
   */
  boolean hasToUserName();
  /**
   * optional string toUserName = 2;
   * @return The toUserName.
   */
  java.lang.String getToUserName();
  /**
   * optional string toUserName = 2;
   * @return The bytes for toUserName.
   */
  com.google.protobuf.ByteString
      getToUserNameBytes();

  /**
   * optional uint32 offset = 3;
   * @return Whether the offset field is set.
   */
  boolean hasOffset();
  /**
   * optional uint32 offset = 3;
   * @return The offset.
   */
  int getOffset();

  /**
   * optional uint32 length = 4;
   * @return Whether the length field is set.
   */
  boolean hasLength();
  /**
   * optional uint32 length = 4;
   * @return The length.
   */
  int getLength();

  /**
   * optional string clientMsgId = 5;
   * @return Whether the clientMsgId field is set.
   */
  boolean hasClientMsgId();
  /**
   * optional string clientMsgId = 5;
   * @return The clientMsgId.
   */
  java.lang.String getClientMsgId();
  /**
   * optional string clientMsgId = 5;
   * @return The bytes for clientMsgId.
   */
  com.google.protobuf.ByteString
      getClientMsgIdBytes();

  /**
   * optional uint32 msgId = 6;
   * @return Whether the msgId field is set.
   */
  boolean hasMsgId();
  /**
   * optional uint32 msgId = 6;
   * @return The msgId.
   */
  int getMsgId();

  /**
   * optional uint32 voiceLength = 7;
   * @return Whether the voiceLength field is set.
   */
  boolean hasVoiceLength();
  /**
   * optional uint32 voiceLength = 7;
   * @return The voiceLength.
   */
  int getVoiceLength();

  /**
   * optional .wechat_proto.SKBuiltinString_ data = 8;
   * @return Whether the data field is set.
   */
  boolean hasData();
  /**
   * optional .wechat_proto.SKBuiltinString_ data = 8;
   * @return The data.
   */
  wechat.protobuf.SKBuiltinString_ getData();
  /**
   * optional .wechat_proto.SKBuiltinString_ data = 8;
   */
  wechat.protobuf.SKBuiltinString_OrBuilder getDataOrBuilder();

  /**
   * optional uint32 endFlag = 9;
   * @return Whether the endFlag field is set.
   */
  boolean hasEndFlag();
  /**
   * optional uint32 endFlag = 9;
   * @return The endFlag.
   */
  int getEndFlag();

  /**
   * optional .wechat_proto.BaseRequest baseRequest = 10;
   * @return Whether the baseRequest field is set.
   */
  boolean hasBaseRequest();
  /**
   * optional .wechat_proto.BaseRequest baseRequest = 10;
   * @return The baseRequest.
   */
  wechat.protobuf.BaseRequest getBaseRequest();
  /**
   * optional .wechat_proto.BaseRequest baseRequest = 10;
   */
  wechat.protobuf.BaseRequestOrBuilder getBaseRequestOrBuilder();

  /**
   * optional uint32 cancelFlag = 11;
   * @return Whether the cancelFlag field is set.
   */
  boolean hasCancelFlag();
  /**
   * optional uint32 cancelFlag = 11;
   * @return The cancelFlag.
   */
  int getCancelFlag();

  /**
   * optional string msgSource = 12;
   * @return Whether the msgSource field is set.
   */
  boolean hasMsgSource();
  /**
   * optional string msgSource = 12;
   * @return The msgSource.
   */
  java.lang.String getMsgSource();
  /**
   * optional string msgSource = 12;
   * @return The bytes for msgSource.
   */
  com.google.protobuf.ByteString
      getMsgSourceBytes();

  /**
   * optional uint32 voiceFormat = 13;
   * @return Whether the voiceFormat field is set.
   */
  boolean hasVoiceFormat();
  /**
   * optional uint32 voiceFormat = 13;
   * @return The voiceFormat.
   */
  int getVoiceFormat();

  /**
   * optional uint32 uicreateTime = 14;
   * @return Whether the uicreateTime field is set.
   */
  boolean hasUicreateTime();
  /**
   * optional uint32 uicreateTime = 14;
   * @return The uicreateTime.
   */
  int getUicreateTime();

  /**
   * optional uint32 forwardFlag = 15;
   * @return Whether the forwardFlag field is set.
   */
  boolean hasForwardFlag();
  /**
   * optional uint32 forwardFlag = 15;
   * @return The forwardFlag.
   */
  int getForwardFlag();

  /**
   * optional uint64 newMsgId = 16;
   * @return Whether the newMsgId field is set.
   */
  boolean hasNewMsgId();
  /**
   * optional uint64 newMsgId = 16;
   * @return The newMsgId.
   */
  long getNewMsgId();

  /**
   * optional uint32 reqTime = 17;
   * @return Whether the reqTime field is set.
   */
  boolean hasReqTime();
  /**
   * optional uint32 reqTime = 17;
   * @return The reqTime.
   */
  int getReqTime();

  /**
   * optional .wechat_proto.SKBuiltinString_ voiceId = 18;
   * @return Whether the voiceId field is set.
   */
  boolean hasVoiceId();
  /**
   * optional .wechat_proto.SKBuiltinString_ voiceId = 18;
   * @return The voiceId.
   */
  wechat.protobuf.SKBuiltinString_ getVoiceId();
  /**
   * optional .wechat_proto.SKBuiltinString_ voiceId = 18;
   */
  wechat.protobuf.SKBuiltinString_OrBuilder getVoiceIdOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy