
wechat.protobuf.SyncMsgKeyOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface SyncMsgKeyOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.SyncMsgKey)
com.google.protobuf.MessageOrBuilder {
/**
* optional uint32 len = 1;
* @return Whether the len field is set.
*/
boolean hasLen();
/**
* optional uint32 len = 1;
* @return The len.
*/
int getLen();
/**
* optional .wechat_proto.SyncKey msg_key = 2;
* @return Whether the msgKey field is set.
*/
boolean hasMsgKey();
/**
* optional .wechat_proto.SyncKey msg_key = 2;
* @return The msgKey.
*/
wechat.protobuf.SyncKey getMsgKey();
/**
* optional .wechat_proto.SyncKey msg_key = 2;
*/
wechat.protobuf.SyncKeyOrBuilder getMsgKeyOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy