
wechat.protobuf.UploadHDHeadImgRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface UploadHDHeadImgRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.UploadHDHeadImgRequest)
com.google.protobuf.MessageOrBuilder {
/**
* optional .wechat_proto.BaseRequest baseRequest = 1;
* @return Whether the baseRequest field is set.
*/
boolean hasBaseRequest();
/**
* optional .wechat_proto.BaseRequest baseRequest = 1;
* @return The baseRequest.
*/
wechat.protobuf.BaseRequest getBaseRequest();
/**
* optional .wechat_proto.BaseRequest baseRequest = 1;
*/
wechat.protobuf.BaseRequestOrBuilder getBaseRequestOrBuilder();
/**
* optional uint32 totalLen = 2;
* @return Whether the totalLen field is set.
*/
boolean hasTotalLen();
/**
* optional uint32 totalLen = 2;
* @return The totalLen.
*/
int getTotalLen();
/**
* optional uint32 startPos = 3;
* @return Whether the startPos field is set.
*/
boolean hasStartPos();
/**
* optional uint32 startPos = 3;
* @return The startPos.
*/
int getStartPos();
/**
* optional uint32 headImgType = 4;
* @return Whether the headImgType field is set.
*/
boolean hasHeadImgType();
/**
* optional uint32 headImgType = 4;
* @return The headImgType.
*/
int getHeadImgType();
/**
* optional .wechat_proto.SKBuiltinString_ data = 5;
* @return Whether the data field is set.
*/
boolean hasData();
/**
* optional .wechat_proto.SKBuiltinString_ data = 5;
* @return The data.
*/
wechat.protobuf.SKBuiltinString_ getData();
/**
* optional .wechat_proto.SKBuiltinString_ data = 5;
*/
wechat.protobuf.SKBuiltinString_OrBuilder getDataOrBuilder();
/**
* optional string imgHash = 6;
* @return Whether the imgHash field is set.
*/
boolean hasImgHash();
/**
* optional string imgHash = 6;
* @return The imgHash.
*/
java.lang.String getImgHash();
/**
* optional string imgHash = 6;
* @return The bytes for imgHash.
*/
com.google.protobuf.ByteString
getImgHashBytes();
/**
* optional string userName = 7;
* @return Whether the userName field is set.
*/
boolean hasUserName();
/**
* optional string userName = 7;
* @return The userName.
*/
java.lang.String getUserName();
/**
* optional string userName = 7;
* @return The bytes for userName.
*/
com.google.protobuf.ByteString
getUserNameBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy