
wechat.protobuf.SyncKeyOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: wechat.proto
package wechat.protobuf;
public interface SyncKeyOrBuilder extends
// @@protoc_insertion_point(interface_extends:wechat_proto.SyncKey)
com.google.protobuf.MessageOrBuilder {
/**
* optional uint32 size = 1;
* @return Whether the size field is set.
*/
boolean hasSize();
/**
* optional uint32 size = 1;
* @return The size.
*/
int getSize();
/**
* repeated .wechat_proto.SyncKey_ type = 2;
*/
java.util.List
getTypeList();
/**
* repeated .wechat_proto.SyncKey_ type = 2;
*/
wechat.protobuf.SyncKey_ getType(int index);
/**
* repeated .wechat_proto.SyncKey_ type = 2;
*/
int getTypeCount();
/**
* repeated .wechat_proto.SyncKey_ type = 2;
*/
java.util.List extends wechat.protobuf.SyncKey_OrBuilder>
getTypeOrBuilderList();
/**
* repeated .wechat_proto.SyncKey_ type = 2;
*/
wechat.protobuf.SyncKey_OrBuilder getTypeOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy