
wechat.protobuf.DownloadVoiceRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface DownloadVoiceRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.DownloadVoiceRequest)
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 string clientMsgId = 4;
* @return Whether the clientMsgId field is set.
*/
boolean hasClientMsgId();
/**
* optional string clientMsgId = 4;
* @return The clientMsgId.
*/
java.lang.String getClientMsgId();
/**
* optional string clientMsgId = 4;
* @return The bytes for clientMsgId.
*/
com.google.protobuf.ByteString
getClientMsgIdBytes();
/**
* optional .wechat_proto.BaseRequest baseRequest = 5;
* @return Whether the baseRequest field is set.
*/
boolean hasBaseRequest();
/**
* optional .wechat_proto.BaseRequest baseRequest = 5;
* @return The baseRequest.
*/
wechat.protobuf.BaseRequest getBaseRequest();
/**
* optional .wechat_proto.BaseRequest baseRequest = 5;
*/
wechat.protobuf.BaseRequestOrBuilder getBaseRequestOrBuilder();
/**
* optional uint64 newMsgId = 6;
* @return Whether the newMsgId field is set.
*/
boolean hasNewMsgId();
/**
* optional uint64 newMsgId = 6;
* @return The newMsgId.
*/
long getNewMsgId();
/**
* optional string chatRoomName = 7;
* @return Whether the chatRoomName field is set.
*/
boolean hasChatRoomName();
/**
* optional string chatRoomName = 7;
* @return The chatRoomName.
*/
java.lang.String getChatRoomName();
/**
* optional string chatRoomName = 7;
* @return The bytes for chatRoomName.
*/
com.google.protobuf.ByteString
getChatRoomNameBytes();
/**
* optional uint64 masterBufId = 8;
* @return Whether the masterBufId field is set.
*/
boolean hasMasterBufId();
/**
* optional uint64 masterBufId = 8;
* @return The masterBufId.
*/
long getMasterBufId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy