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

wechat.protobuf.UploadVoiceResponseOrBuilder Maven / Gradle / Ivy

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

package wechat.protobuf;

public interface UploadVoiceResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:wechat_proto.UploadVoiceResponse)
    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 uint32 createTime = 5;
   * @return Whether the createTime field is set.
   */
  boolean hasCreateTime();
  /**
   * optional uint32 createTime = 5;
   * @return The createTime.
   */
  int getCreateTime();

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

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

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

  /**
   * 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.BaseResponse baseResponse = 10;
   * @return Whether the baseResponse field is set.
   */
  boolean hasBaseResponse();
  /**
   * optional .wechat_proto.BaseResponse baseResponse = 10;
   * @return The baseResponse.
   */
  wechat.protobuf.BaseResponse getBaseResponse();
  /**
   * optional .wechat_proto.BaseResponse baseResponse = 10;
   */
  wechat.protobuf.BaseResponseOrBuilder getBaseResponseOrBuilder();

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy