wechat.protobuf.NewSyncRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface NewSyncRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.NewSyncRequest)
com.google.protobuf.MessageOrBuilder {
/**
* optional .wechat_proto.CmdList oplog = 1;
* @return Whether the oplog field is set.
*/
boolean hasOplog();
/**
* optional .wechat_proto.CmdList oplog = 1;
* @return The oplog.
*/
wechat.protobuf.CmdList getOplog();
/**
* optional .wechat_proto.CmdList oplog = 1;
*/
wechat.protobuf.CmdListOrBuilder getOplogOrBuilder();
/**
* optional uint32 selector = 2;
* @return Whether the selector field is set.
*/
boolean hasSelector();
/**
* optional uint32 selector = 2;
* @return The selector.
*/
int getSelector();
/**
* optional .wechat_proto.SKBuiltinString_ keyBuf = 3;
* @return Whether the keyBuf field is set.
*/
boolean hasKeyBuf();
/**
* optional .wechat_proto.SKBuiltinString_ keyBuf = 3;
* @return The keyBuf.
*/
wechat.protobuf.SKBuiltinString_ getKeyBuf();
/**
* optional .wechat_proto.SKBuiltinString_ keyBuf = 3;
*/
wechat.protobuf.SKBuiltinString_OrBuilder getKeyBufOrBuilder();
/**
* optional uint32 scene = 4;
* @return Whether the scene field is set.
*/
boolean hasScene();
/**
* optional uint32 scene = 4;
* @return The scene.
*/
int getScene();
/**
* optional string deviceType = 5;
* @return Whether the deviceType field is set.
*/
boolean hasDeviceType();
/**
* optional string deviceType = 5;
* @return The deviceType.
*/
java.lang.String getDeviceType();
/**
* optional string deviceType = 5;
* @return The bytes for deviceType.
*/
com.google.protobuf.ByteString
getDeviceTypeBytes();
/**
* optional uint32 syncMsgDigest = 6;
* @return Whether the syncMsgDigest field is set.
*/
boolean hasSyncMsgDigest();
/**
* optional uint32 syncMsgDigest = 6;
* @return The syncMsgDigest.
*/
int getSyncMsgDigest();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy