
wechat.protobuf.SearchContactRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface SearchContactRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.SearchContactRequest)
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 user_name = 2;
* @return Whether the userName field is set.
*/
boolean hasUserName();
/**
* optional .wechat_proto.SKBuiltinString user_name = 2;
* @return The userName.
*/
wechat.protobuf.SKBuiltinString getUserName();
/**
* optional .wechat_proto.SKBuiltinString user_name = 2;
*/
wechat.protobuf.SKBuiltinStringOrBuilder getUserNameOrBuilder();
/**
* optional uint32 op_code = 3;
* @return Whether the opCode field is set.
*/
boolean hasOpCode();
/**
* optional uint32 op_code = 3;
* @return The opCode.
*/
int getOpCode();
/**
* optional .wechat_proto.SKBuiltinString_ req_buf = 4;
* @return Whether the reqBuf field is set.
*/
boolean hasReqBuf();
/**
* optional .wechat_proto.SKBuiltinString_ req_buf = 4;
* @return The reqBuf.
*/
wechat.protobuf.SKBuiltinString_ getReqBuf();
/**
* optional .wechat_proto.SKBuiltinString_ req_buf = 4;
*/
wechat.protobuf.SKBuiltinString_OrBuilder getReqBufOrBuilder();
/**
* optional uint32 from_scene = 5;
* @return Whether the fromScene field is set.
*/
boolean hasFromScene();
/**
* optional uint32 from_scene = 5;
* @return The fromScene.
*/
int getFromScene();
/**
* optional uint32 search_scene = 6;
* @return Whether the searchScene field is set.
*/
boolean hasSearchScene();
/**
* optional uint32 search_scene = 6;
* @return The searchScene.
*/
int getSearchScene();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy