
wechat.protobuf.UploadMsgImgRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface UploadMsgImgRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.UploadMsgImgRequest)
com.google.protobuf.MessageOrBuilder {
/**
* optional .wechat_proto.BaseRequest base_request = 1;
* @return Whether the baseRequest field is set.
*/
boolean hasBaseRequest();
/**
* optional .wechat_proto.BaseRequest base_request = 1;
* @return The baseRequest.
*/
wechat.protobuf.BaseRequest getBaseRequest();
/**
* optional .wechat_proto.BaseRequest base_request = 1;
*/
wechat.protobuf.BaseRequestOrBuilder getBaseRequestOrBuilder();
/**
* optional .wechat_proto.SKBuiltinString client_img_id = 2;
* @return Whether the clientImgId field is set.
*/
boolean hasClientImgId();
/**
* optional .wechat_proto.SKBuiltinString client_img_id = 2;
* @return The clientImgId.
*/
wechat.protobuf.SKBuiltinString getClientImgId();
/**
* optional .wechat_proto.SKBuiltinString client_img_id = 2;
*/
wechat.protobuf.SKBuiltinStringOrBuilder getClientImgIdOrBuilder();
/**
* optional .wechat_proto.SKBuiltinString sender_wxid = 3;
* @return Whether the senderWxid field is set.
*/
boolean hasSenderWxid();
/**
* optional .wechat_proto.SKBuiltinString sender_wxid = 3;
* @return The senderWxid.
*/
wechat.protobuf.SKBuiltinString getSenderWxid();
/**
* optional .wechat_proto.SKBuiltinString sender_wxid = 3;
*/
wechat.protobuf.SKBuiltinStringOrBuilder getSenderWxidOrBuilder();
/**
* optional .wechat_proto.SKBuiltinString recv_wxid = 4;
* @return Whether the recvWxid field is set.
*/
boolean hasRecvWxid();
/**
* optional .wechat_proto.SKBuiltinString recv_wxid = 4;
* @return The recvWxid.
*/
wechat.protobuf.SKBuiltinString getRecvWxid();
/**
* optional .wechat_proto.SKBuiltinString recv_wxid = 4;
*/
wechat.protobuf.SKBuiltinStringOrBuilder getRecvWxidOrBuilder();
/**
* optional uint32 total_len = 5;
* @return Whether the totalLen field is set.
*/
boolean hasTotalLen();
/**
* optional uint32 total_len = 5;
* @return The totalLen.
*/
int getTotalLen();
/**
* optional uint32 start_pos = 6;
* @return Whether the startPos field is set.
*/
boolean hasStartPos();
/**
* optional uint32 start_pos = 6;
* @return The startPos.
*/
int getStartPos();
/**
* optional uint32 data_len = 7;
* @return Whether the dataLen field is set.
*/
boolean hasDataLen();
/**
* optional uint32 data_len = 7;
* @return The dataLen.
*/
int getDataLen();
/**
* 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 msg_type = 9;
* @return Whether the msgType field is set.
*/
boolean hasMsgType();
/**
* optional uint32 msg_type = 9;
* @return The msgType.
*/
int getMsgType();
/**
* optional string msg_source = 10;
* @return Whether the msgSource field is set.
*/
boolean hasMsgSource();
/**
* optional string msg_source = 10;
* @return The msgSource.
*/
java.lang.String getMsgSource();
/**
* optional string msg_source = 10;
* @return The bytes for msgSource.
*/
com.google.protobuf.ByteString
getMsgSourceBytes();
/**
* optional uint32 compress_type = 11;
* @return Whether the compressType field is set.
*/
boolean hasCompressType();
/**
* optional uint32 compress_type = 11;
* @return The compressType.
*/
int getCompressType();
/**
* optional uint32 net_type = 12;
* @return Whether the netType field is set.
*/
boolean hasNetType();
/**
* optional uint32 net_type = 12;
* @return The netType.
*/
int getNetType();
/**
* optional uint32 photo_from = 13;
* @return Whether the photoFrom field is set.
*/
boolean hasPhotoFrom();
/**
* optional uint32 photo_from = 13;
* @return The photoFrom.
*/
int getPhotoFrom();
/**
* optional uint32 ui_create_time = 14;
* @return Whether the uiCreateTime field is set.
*/
boolean hasUiCreateTime();
/**
* optional uint32 ui_create_time = 14;
* @return The uiCreateTime.
*/
int getUiCreateTime();
/**
* optional string cdn_big_img_url = 15;
* @return Whether the cdnBigImgUrl field is set.
*/
boolean hasCdnBigImgUrl();
/**
* optional string cdn_big_img_url = 15;
* @return The cdnBigImgUrl.
*/
java.lang.String getCdnBigImgUrl();
/**
* optional string cdn_big_img_url = 15;
* @return The bytes for cdnBigImgUrl.
*/
com.google.protobuf.ByteString
getCdnBigImgUrlBytes();
/**
* optional string cdn_small_img_url = 16;
* @return Whether the cdnSmallImgUrl field is set.
*/
boolean hasCdnSmallImgUrl();
/**
* optional string cdn_small_img_url = 16;
* @return The cdnSmallImgUrl.
*/
java.lang.String getCdnSmallImgUrl();
/**
* optional string cdn_small_img_url = 16;
* @return The bytes for cdnSmallImgUrl.
*/
com.google.protobuf.ByteString
getCdnSmallImgUrlBytes();
/**
* optional string aes_key = 17;
* @return Whether the aesKey field is set.
*/
boolean hasAesKey();
/**
* optional string aes_key = 17;
* @return The aesKey.
*/
java.lang.String getAesKey();
/**
* optional string aes_key = 17;
* @return The bytes for aesKey.
*/
com.google.protobuf.ByteString
getAesKeyBytes();
/**
* optional uint32 encry_ver = 18;
* @return Whether the encryVer field is set.
*/
boolean hasEncryVer();
/**
* optional uint32 encry_ver = 18;
* @return The encryVer.
*/
int getEncryVer();
/**
* optional uint32 cdn_big_img_size = 19;
* @return Whether the cdnBigImgSize field is set.
*/
boolean hasCdnBigImgSize();
/**
* optional uint32 cdn_big_img_size = 19;
* @return The cdnBigImgSize.
*/
int getCdnBigImgSize();
/**
* optional uint32 cdn_mid_img_size = 20;
* @return Whether the cdnMidImgSize field is set.
*/
boolean hasCdnMidImgSize();
/**
* optional uint32 cdn_mid_img_size = 20;
* @return The cdnMidImgSize.
*/
int getCdnMidImgSize();
/**
* optional string cdn_thumb_img_url = 21;
* @return Whether the cdnThumbImgUrl field is set.
*/
boolean hasCdnThumbImgUrl();
/**
* optional string cdn_thumb_img_url = 21;
* @return The cdnThumbImgUrl.
*/
java.lang.String getCdnThumbImgUrl();
/**
* optional string cdn_thumb_img_url = 21;
* @return The bytes for cdnThumbImgUrl.
*/
com.google.protobuf.ByteString
getCdnThumbImgUrlBytes();
/**
* optional uint32 cdn_thumb_img_size = 22;
* @return Whether the cdnThumbImgSize field is set.
*/
boolean hasCdnThumbImgSize();
/**
* optional uint32 cdn_thumb_img_size = 22;
* @return The cdnThumbImgSize.
*/
int getCdnThumbImgSize();
/**
* optional uint32 cdn_thumb_img_height = 23;
* @return Whether the cdnThumbImgHeight field is set.
*/
boolean hasCdnThumbImgHeight();
/**
* optional uint32 cdn_thumb_img_height = 23;
* @return The cdnThumbImgHeight.
*/
int getCdnThumbImgHeight();
/**
* optional uint32 cdn_thumb_img_width = 24;
* @return Whether the cdnThumbImgWidth field is set.
*/
boolean hasCdnThumbImgWidth();
/**
* optional uint32 cdn_thumb_img_width = 24;
* @return The cdnThumbImgWidth.
*/
int getCdnThumbImgWidth();
/**
* optional string cdn_thumb_aes_key = 25;
* @return Whether the cdnThumbAesKey field is set.
*/
boolean hasCdnThumbAesKey();
/**
* optional string cdn_thumb_aes_key = 25;
* @return The cdnThumbAesKey.
*/
java.lang.String getCdnThumbAesKey();
/**
* optional string cdn_thumb_aes_key = 25;
* @return The bytes for cdnThumbAesKey.
*/
com.google.protobuf.ByteString
getCdnThumbAesKeyBytes();
/**
* optional uint32 req_time = 26;
* @return Whether the reqTime field is set.
*/
boolean hasReqTime();
/**
* optional uint32 req_time = 26;
* @return The reqTime.
*/
int getReqTime();
/**
* optional string md5 = 27;
* @return Whether the md5 field is set.
*/
boolean hasMd5();
/**
* optional string md5 = 27;
* @return The md5.
*/
java.lang.String getMd5();
/**
* optional string md5 = 27;
* @return The bytes for md5.
*/
com.google.protobuf.ByteString
getMd5Bytes();
/**
* optional uint32 crc32 = 28;
* @return Whether the crc32 field is set.
*/
boolean hasCrc32();
/**
* optional uint32 crc32 = 28;
* @return The crc32.
*/
int getCrc32();
/**
* optional uint32 msg_forward_type = 29;
* @return Whether the msgForwardType field is set.
*/
boolean hasMsgForwardType();
/**
* optional uint32 msg_forward_type = 29;
* @return The msgForwardType.
*/
int getMsgForwardType();
/**
* optional uint32 hit_md5 = 30;
* @return Whether the hitMd5 field is set.
*/
boolean hasHitMd5();
/**
* optional uint32 hit_md5 = 30;
* @return The hitMd5.
*/
int getHitMd5();
/**
* optional string app_id = 31;
* @return Whether the appId field is set.
*/
boolean hasAppId();
/**
* optional string app_id = 31;
* @return The appId.
*/
java.lang.String getAppId();
/**
* optional string app_id = 31;
* @return The bytes for appId.
*/
com.google.protobuf.ByteString
getAppIdBytes();
/**
* optional string message_action = 32;
* @return Whether the messageAction field is set.
*/
boolean hasMessageAction();
/**
* optional string message_action = 32;
* @return The messageAction.
*/
java.lang.String getMessageAction();
/**
* optional string message_action = 32;
* @return The bytes for messageAction.
*/
com.google.protobuf.ByteString
getMessageActionBytes();
/**
* optional string message_ext = 33;
* @return Whether the messageExt field is set.
*/
boolean hasMessageExt();
/**
* optional string message_ext = 33;
* @return The messageExt.
*/
java.lang.String getMessageExt();
/**
* optional string message_ext = 33;
* @return The bytes for messageExt.
*/
com.google.protobuf.ByteString
getMessageExtBytes();
/**
* optional string media_tag_name = 34;
* @return Whether the mediaTagName field is set.
*/
boolean hasMediaTagName();
/**
* optional string media_tag_name = 34;
* @return The mediaTagName.
*/
java.lang.String getMediaTagName();
/**
* optional string media_tag_name = 34;
* @return The bytes for mediaTagName.
*/
com.google.protobuf.ByteString
getMediaTagNameBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy