Package com.nhn.gameanvil.protocol
Interface Synchronize.DestroySyncOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Synchronize.DestroySync
,Synchronize.DestroySync.Builder
- Enclosing class:
- Synchronize
public static interface Synchronize.DestroySyncOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getSyncId()
int64 sync_id = 1;
int
getSyncKey()
destroy 요청을 보낸 유저의 SyncKey-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-