
wechat.protobuf.DownloadVoiceResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface DownloadVoiceResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.DownloadVoiceResponse)
com.google.protobuf.MessageOrBuilder {
/**
* optional uint32 msgId = 1;
* @return Whether the msgId field is set.
*/
boolean hasMsgId();
/**
* optional uint32 msgId = 1;
* @return The msgId.
*/
int getMsgId();
/**
* optional uint32 offset = 2;
* @return Whether the offset field is set.
*/
boolean hasOffset();
/**
* optional uint32 offset = 2;
* @return The offset.
*/
int getOffset();
/**
* optional uint32 length = 3;
* @return Whether the length field is set.
*/
boolean hasLength();
/**
* optional uint32 length = 3;
* @return The length.
*/
int getLength();
/**
* optional uint32 voiceLength = 5;
* @return Whether the voiceLength field is set.
*/
boolean hasVoiceLength();
/**
* optional uint32 voiceLength = 5;
* @return The voiceLength.
*/
int getVoiceLength();
/**
* 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 .wechat_proto.SKBuiltinString_ data = 7;
* @return Whether the data field is set.
*/
boolean hasData();
/**
* optional .wechat_proto.SKBuiltinString_ data = 7;
* @return The data.
*/
wechat.protobuf.SKBuiltinString_ getData();
/**
* optional .wechat_proto.SKBuiltinString_ data = 7;
*/
wechat.protobuf.SKBuiltinString_OrBuilder getDataOrBuilder();
/**
* optional uint32 endFlag = 8;
* @return Whether the endFlag field is set.
*/
boolean hasEndFlag();
/**
* optional uint32 endFlag = 8;
* @return The endFlag.
*/
int getEndFlag();
/**
* optional .wechat_proto.BaseResponse baseResponse = 9;
* @return Whether the baseResponse field is set.
*/
boolean hasBaseResponse();
/**
* optional .wechat_proto.BaseResponse baseResponse = 9;
* @return The baseResponse.
*/
wechat.protobuf.BaseResponse getBaseResponse();
/**
* optional .wechat_proto.BaseResponse baseResponse = 9;
*/
wechat.protobuf.BaseResponseOrBuilder getBaseResponseOrBuilder();
/**
* optional uint32 cancelFlag = 10;
* @return Whether the cancelFlag field is set.
*/
boolean hasCancelFlag();
/**
* optional uint32 cancelFlag = 10;
* @return The cancelFlag.
*/
int getCancelFlag();
/**
* optional uint64 newMsgId = 11;
* @return Whether the newMsgId field is set.
*/
boolean hasNewMsgId();
/**
* optional uint64 newMsgId = 11;
* @return The newMsgId.
*/
long getNewMsgId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy