Package com.nhn.gameanvil.protocol
Class Log.EventLog.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Log.EventLog.Builder>
-
- com.nhn.gameanvil.protocol.Log.EventLog.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Log.EventLogOrBuilder
,java.lang.Cloneable
- Enclosing class:
- Log.EventLog
public static final class Log.EventLog.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Log.EventLog.Builder> implements Log.EventLogOrBuilder
Protobuf typecom.nhn.gameanvil.protocol.EventLog
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Log.EventLog.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
Log.EventLog
build()
Log.EventLog
buildPartial()
Log.EventLog.Builder
clear()
Log.EventLog.Builder
clearActorId()
int32 actorId = 1;
Log.EventLog.Builder
clearConnectionLog()
.com.nhn.gameanvil.protocol.ConnectionLog connectionLog = 6;
Log.EventLog.Builder
clearCustomLog()
.com.nhn.gameanvil.protocol.CustomLog customLog = 9;
Log.EventLog.Builder
clearExceptionLog()
.com.nhn.gameanvil.protocol.ExceptionLog exceptionLog = 10;
Log.EventLog.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
Log.EventLog.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
Log.EventLog.Builder
clearPacketLog()
.com.nhn.gameanvil.protocol.PacketLog packetLog = 7;
Log.EventLog.Builder
clearStateIndex()
int32 stateIndex = 2;
Log.EventLog.Builder
clearStateLog()
.com.nhn.gameanvil.protocol.StateLog stateLog = 5;
Log.EventLog.Builder
clearTimeElapsed()
int32 timeElapsed = 3;
Log.EventLog.Builder
clearTimeoutLog()
.com.nhn.gameanvil.protocol.TimeoutLog timeoutLog = 11;
Log.EventLog.Builder
clearTimerLog()
.com.nhn.gameanvil.protocol.TimerLog timerLog = 8;
Log.EventLog.Builder
clearType()
int32 type = 4;
Log.EventLog.Builder
clone()
int
getActorId()
int32 actorId = 1;
Log.ConnectionLog
getConnectionLog()
.com.nhn.gameanvil.protocol.ConnectionLog connectionLog = 6;
Log.ConnectionLog.Builder
getConnectionLogBuilder()
.com.nhn.gameanvil.protocol.ConnectionLog connectionLog = 6;
Log.ConnectionLogOrBuilder
getConnectionLogOrBuilder()
.com.nhn.gameanvil.protocol.ConnectionLog connectionLog = 6;
Log.CustomLog
getCustomLog()
.com.nhn.gameanvil.protocol.CustomLog customLog = 9;
Log.CustomLog.Builder
getCustomLogBuilder()
.com.nhn.gameanvil.protocol.CustomLog customLog = 9;
Log.CustomLogOrBuilder
getCustomLogOrBuilder()
.com.nhn.gameanvil.protocol.CustomLog customLog = 9;
Log.EventLog
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
Log.ExceptionLog
getExceptionLog()
.com.nhn.gameanvil.protocol.ExceptionLog exceptionLog = 10;
Log.ExceptionLog.Builder
getExceptionLogBuilder()
.com.nhn.gameanvil.protocol.ExceptionLog exceptionLog = 10;
Log.ExceptionLogOrBuilder
getExceptionLogOrBuilder()
.com.nhn.gameanvil.protocol.ExceptionLog exceptionLog = 10;
Log.PacketLog
getPacketLog()
.com.nhn.gameanvil.protocol.PacketLog packetLog = 7;
Log.PacketLog.Builder
getPacketLogBuilder()
.com.nhn.gameanvil.protocol.PacketLog packetLog = 7;
Log.PacketLogOrBuilder
getPacketLogOrBuilder()
.com.nhn.gameanvil.protocol.PacketLog packetLog = 7;
int
getStateIndex()
int32 stateIndex = 2;
Log.StateLog
getStateLog()
.com.nhn.gameanvil.protocol.StateLog stateLog = 5;
Log.StateLog.Builder
getStateLogBuilder()
.com.nhn.gameanvil.protocol.StateLog stateLog = 5;
Log.StateLogOrBuilder
getStateLogOrBuilder()
.com.nhn.gameanvil.protocol.StateLog stateLog = 5;
int
getTimeElapsed()
int32 timeElapsed = 3;
Log.TimeoutLog
getTimeoutLog()
.com.nhn.gameanvil.protocol.TimeoutLog timeoutLog = 11;
Log.TimeoutLog.Builder
getTimeoutLogBuilder()
.com.nhn.gameanvil.protocol.TimeoutLog timeoutLog = 11;
Log.TimeoutLogOrBuilder
getTimeoutLogOrBuilder()
.com.nhn.gameanvil.protocol.TimeoutLog timeoutLog = 11;
Log.TimerLog
getTimerLog()
.com.nhn.gameanvil.protocol.TimerLog timerLog = 8;
Log.TimerLog.Builder
getTimerLogBuilder()
.com.nhn.gameanvil.protocol.TimerLog timerLog = 8;
Log.TimerLogOrBuilder
getTimerLogOrBuilder()
.com.nhn.gameanvil.protocol.TimerLog timerLog = 8;
int
getType()
int32 type = 4;
boolean
hasConnectionLog()
.com.nhn.gameanvil.protocol.ConnectionLog connectionLog = 6;
boolean
hasCustomLog()
.com.nhn.gameanvil.protocol.CustomLog customLog = 9;
boolean
hasExceptionLog()
.com.nhn.gameanvil.protocol.ExceptionLog exceptionLog = 10;
boolean
hasPacketLog()
.com.nhn.gameanvil.protocol.PacketLog packetLog = 7;
boolean
hasStateLog()
.com.nhn.gameanvil.protocol.StateLog stateLog = 5;
boolean
hasTimeoutLog()
.com.nhn.gameanvil.protocol.TimeoutLog timeoutLog = 11;
boolean
hasTimerLog()
.com.nhn.gameanvil.protocol.TimerLog timerLog = 8;
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
Log.EventLog.Builder
mergeConnectionLog(Log.ConnectionLog value)
.com.nhn.gameanvil.protocol.ConnectionLog connectionLog = 6;
Log.EventLog.Builder
mergeCustomLog(Log.CustomLog value)
.com.nhn.gameanvil.protocol.CustomLog customLog = 9;
Log.EventLog.Builder
mergeExceptionLog(Log.ExceptionLog value)
.com.nhn.gameanvil.protocol.ExceptionLog exceptionLog = 10;
Log.EventLog.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Log.EventLog.Builder
mergeFrom(com.google.protobuf.Message other)
Log.EventLog.Builder
mergeFrom(Log.EventLog other)
Log.EventLog.Builder
mergePacketLog(Log.PacketLog value)
.com.nhn.gameanvil.protocol.PacketLog packetLog = 7;
Log.EventLog.Builder
mergeStateLog(Log.StateLog value)
.com.nhn.gameanvil.protocol.StateLog stateLog = 5;
Log.EventLog.Builder
mergeTimeoutLog(Log.TimeoutLog value)
.com.nhn.gameanvil.protocol.TimeoutLog timeoutLog = 11;
Log.EventLog.Builder
mergeTimerLog(Log.TimerLog value)
.com.nhn.gameanvil.protocol.TimerLog timerLog = 8;
Log.EventLog.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Log.EventLog.Builder
setActorId(int value)
int32 actorId = 1;
Log.EventLog.Builder
setConnectionLog(Log.ConnectionLog value)
.com.nhn.gameanvil.protocol.ConnectionLog connectionLog = 6;
Log.EventLog.Builder
setConnectionLog(Log.ConnectionLog.Builder builderForValue)
.com.nhn.gameanvil.protocol.ConnectionLog connectionLog = 6;
Log.EventLog.Builder
setCustomLog(Log.CustomLog value)
.com.nhn.gameanvil.protocol.CustomLog customLog = 9;
Log.EventLog.Builder
setCustomLog(Log.CustomLog.Builder builderForValue)
.com.nhn.gameanvil.protocol.CustomLog customLog = 9;
Log.EventLog.Builder
setExceptionLog(Log.ExceptionLog value)
.com.nhn.gameanvil.protocol.ExceptionLog exceptionLog = 10;
Log.EventLog.Builder
setExceptionLog(Log.ExceptionLog.Builder builderForValue)
.com.nhn.gameanvil.protocol.ExceptionLog exceptionLog = 10;
Log.EventLog.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
Log.EventLog.Builder
setPacketLog(Log.PacketLog value)
.com.nhn.gameanvil.protocol.PacketLog packetLog = 7;
Log.EventLog.Builder
setPacketLog(Log.PacketLog.Builder builderForValue)
.com.nhn.gameanvil.protocol.PacketLog packetLog = 7;
Log.EventLog.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
Log.EventLog.Builder
setStateIndex(int value)
int32 stateIndex = 2;
Log.EventLog.Builder
setStateLog(Log.StateLog value)
.com.nhn.gameanvil.protocol.StateLog stateLog = 5;
Log.EventLog.Builder
setStateLog(Log.StateLog.Builder builderForValue)
.com.nhn.gameanvil.protocol.StateLog stateLog = 5;
Log.EventLog.Builder
setTimeElapsed(int value)
int32 timeElapsed = 3;
Log.EventLog.Builder
setTimeoutLog(Log.TimeoutLog value)
.com.nhn.gameanvil.protocol.TimeoutLog timeoutLog = 11;
Log.EventLog.Builder
setTimeoutLog(Log.TimeoutLog.Builder builderForValue)
.com.nhn.gameanvil.protocol.TimeoutLog timeoutLog = 11;
Log.EventLog.Builder
setTimerLog(Log.TimerLog value)
.com.nhn.gameanvil.protocol.TimerLog timerLog = 8;
Log.EventLog.Builder
setTimerLog(Log.TimerLog.Builder builderForValue)
.com.nhn.gameanvil.protocol.TimerLog timerLog = 8;
Log.EventLog.Builder
setType(int value)
int32 type = 4;
Log.EventLog.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<Log.EventLog.Builder>
-
clear
public Log.EventLog.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<Log.EventLog.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<Log.EventLog.Builder>
-
getDefaultInstanceForType
public Log.EventLog getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public Log.EventLog build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Log.EventLog buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Log.EventLog.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<Log.EventLog.Builder>
-
setField
public Log.EventLog.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Log.EventLog.Builder>
-
clearField
public Log.EventLog.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Log.EventLog.Builder>
-
clearOneof
public Log.EventLog.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<Log.EventLog.Builder>
-
setRepeatedField
public Log.EventLog.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Log.EventLog.Builder>
-
addRepeatedField
public Log.EventLog.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Log.EventLog.Builder>
-
mergeFrom
public Log.EventLog.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Log.EventLog.Builder>
-
mergeFrom
public Log.EventLog.Builder mergeFrom(Log.EventLog other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<Log.EventLog.Builder>
-
mergeFrom
public Log.EventLog.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Log.EventLog.Builder>
- Throws:
java.io.IOException
-
getActorId
public int getActorId()
int32 actorId = 1;
- Specified by:
getActorId
in interfaceLog.EventLogOrBuilder
- Returns:
- The actorId.
-
setActorId
public Log.EventLog.Builder setActorId(int value)
int32 actorId = 1;
- Parameters:
value
- The actorId to set.- Returns:
- This builder for chaining.
-
clearActorId
public Log.EventLog.Builder clearActorId()
int32 actorId = 1;
- Returns:
- This builder for chaining.
-
getStateIndex
public int getStateIndex()
int32 stateIndex = 2;
- Specified by:
getStateIndex
in interfaceLog.EventLogOrBuilder
- Returns:
- The stateIndex.
-
setStateIndex
public Log.EventLog.Builder setStateIndex(int value)
int32 stateIndex = 2;
- Parameters:
value
- The stateIndex to set.- Returns:
- This builder for chaining.
-
clearStateIndex
public Log.EventLog.Builder clearStateIndex()
int32 stateIndex = 2;
- Returns:
- This builder for chaining.
-
getTimeElapsed
public int getTimeElapsed()
int32 timeElapsed = 3;
- Specified by:
getTimeElapsed
in interfaceLog.EventLogOrBuilder
- Returns:
- The timeElapsed.
-
setTimeElapsed
public Log.EventLog.Builder setTimeElapsed(int value)
int32 timeElapsed = 3;
- Parameters:
value
- The timeElapsed to set.- Returns:
- This builder for chaining.
-
clearTimeElapsed
public Log.EventLog.Builder clearTimeElapsed()
int32 timeElapsed = 3;
- Returns:
- This builder for chaining.
-
getType
public int getType()
int32 type = 4;
- Specified by:
getType
in interfaceLog.EventLogOrBuilder
- Returns:
- The type.
-
setType
public Log.EventLog.Builder setType(int value)
int32 type = 4;
- Parameters:
value
- The type to set.- Returns:
- This builder for chaining.
-
clearType
public Log.EventLog.Builder clearType()
int32 type = 4;
- Returns:
- This builder for chaining.
-
hasStateLog
public boolean hasStateLog()
.com.nhn.gameanvil.protocol.StateLog stateLog = 5;
- Specified by:
hasStateLog
in interfaceLog.EventLogOrBuilder
- Returns:
- Whether the stateLog field is set.
-
getStateLog
public Log.StateLog getStateLog()
.com.nhn.gameanvil.protocol.StateLog stateLog = 5;
- Specified by:
getStateLog
in interfaceLog.EventLogOrBuilder
- Returns:
- The stateLog.
-
setStateLog
public Log.EventLog.Builder setStateLog(Log.StateLog value)
.com.nhn.gameanvil.protocol.StateLog stateLog = 5;
-
setStateLog
public Log.EventLog.Builder setStateLog(Log.StateLog.Builder builderForValue)
.com.nhn.gameanvil.protocol.StateLog stateLog = 5;
-
mergeStateLog
public Log.EventLog.Builder mergeStateLog(Log.StateLog value)
.com.nhn.gameanvil.protocol.StateLog stateLog = 5;
-
clearStateLog
public Log.EventLog.Builder clearStateLog()
.com.nhn.gameanvil.protocol.StateLog stateLog = 5;
-
getStateLogBuilder
public Log.StateLog.Builder getStateLogBuilder()
.com.nhn.gameanvil.protocol.StateLog stateLog = 5;
-
getStateLogOrBuilder
public Log.StateLogOrBuilder getStateLogOrBuilder()
.com.nhn.gameanvil.protocol.StateLog stateLog = 5;
- Specified by:
getStateLogOrBuilder
in interfaceLog.EventLogOrBuilder
-
hasConnectionLog
public boolean hasConnectionLog()
.com.nhn.gameanvil.protocol.ConnectionLog connectionLog = 6;
- Specified by:
hasConnectionLog
in interfaceLog.EventLogOrBuilder
- Returns:
- Whether the connectionLog field is set.
-
getConnectionLog
public Log.ConnectionLog getConnectionLog()
.com.nhn.gameanvil.protocol.ConnectionLog connectionLog = 6;
- Specified by:
getConnectionLog
in interfaceLog.EventLogOrBuilder
- Returns:
- The connectionLog.
-
setConnectionLog
public Log.EventLog.Builder setConnectionLog(Log.ConnectionLog value)
.com.nhn.gameanvil.protocol.ConnectionLog connectionLog = 6;
-
setConnectionLog
public Log.EventLog.Builder setConnectionLog(Log.ConnectionLog.Builder builderForValue)
.com.nhn.gameanvil.protocol.ConnectionLog connectionLog = 6;
-
mergeConnectionLog
public Log.EventLog.Builder mergeConnectionLog(Log.ConnectionLog value)
.com.nhn.gameanvil.protocol.ConnectionLog connectionLog = 6;
-
clearConnectionLog
public Log.EventLog.Builder clearConnectionLog()
.com.nhn.gameanvil.protocol.ConnectionLog connectionLog = 6;
-
getConnectionLogBuilder
public Log.ConnectionLog.Builder getConnectionLogBuilder()
.com.nhn.gameanvil.protocol.ConnectionLog connectionLog = 6;
-
getConnectionLogOrBuilder
public Log.ConnectionLogOrBuilder getConnectionLogOrBuilder()
.com.nhn.gameanvil.protocol.ConnectionLog connectionLog = 6;
- Specified by:
getConnectionLogOrBuilder
in interfaceLog.EventLogOrBuilder
-
hasPacketLog
public boolean hasPacketLog()
.com.nhn.gameanvil.protocol.PacketLog packetLog = 7;
- Specified by:
hasPacketLog
in interfaceLog.EventLogOrBuilder
- Returns:
- Whether the packetLog field is set.
-
getPacketLog
public Log.PacketLog getPacketLog()
.com.nhn.gameanvil.protocol.PacketLog packetLog = 7;
- Specified by:
getPacketLog
in interfaceLog.EventLogOrBuilder
- Returns:
- The packetLog.
-
setPacketLog
public Log.EventLog.Builder setPacketLog(Log.PacketLog value)
.com.nhn.gameanvil.protocol.PacketLog packetLog = 7;
-
setPacketLog
public Log.EventLog.Builder setPacketLog(Log.PacketLog.Builder builderForValue)
.com.nhn.gameanvil.protocol.PacketLog packetLog = 7;
-
mergePacketLog
public Log.EventLog.Builder mergePacketLog(Log.PacketLog value)
.com.nhn.gameanvil.protocol.PacketLog packetLog = 7;
-
clearPacketLog
public Log.EventLog.Builder clearPacketLog()
.com.nhn.gameanvil.protocol.PacketLog packetLog = 7;
-
getPacketLogBuilder
public Log.PacketLog.Builder getPacketLogBuilder()
.com.nhn.gameanvil.protocol.PacketLog packetLog = 7;
-
getPacketLogOrBuilder
public Log.PacketLogOrBuilder getPacketLogOrBuilder()
.com.nhn.gameanvil.protocol.PacketLog packetLog = 7;
- Specified by:
getPacketLogOrBuilder
in interfaceLog.EventLogOrBuilder
-
hasTimerLog
public boolean hasTimerLog()
.com.nhn.gameanvil.protocol.TimerLog timerLog = 8;
- Specified by:
hasTimerLog
in interfaceLog.EventLogOrBuilder
- Returns:
- Whether the timerLog field is set.
-
getTimerLog
public Log.TimerLog getTimerLog()
.com.nhn.gameanvil.protocol.TimerLog timerLog = 8;
- Specified by:
getTimerLog
in interfaceLog.EventLogOrBuilder
- Returns:
- The timerLog.
-
setTimerLog
public Log.EventLog.Builder setTimerLog(Log.TimerLog value)
.com.nhn.gameanvil.protocol.TimerLog timerLog = 8;
-
setTimerLog
public Log.EventLog.Builder setTimerLog(Log.TimerLog.Builder builderForValue)
.com.nhn.gameanvil.protocol.TimerLog timerLog = 8;
-
mergeTimerLog
public Log.EventLog.Builder mergeTimerLog(Log.TimerLog value)
.com.nhn.gameanvil.protocol.TimerLog timerLog = 8;
-
clearTimerLog
public Log.EventLog.Builder clearTimerLog()
.com.nhn.gameanvil.protocol.TimerLog timerLog = 8;
-
getTimerLogBuilder
public Log.TimerLog.Builder getTimerLogBuilder()
.com.nhn.gameanvil.protocol.TimerLog timerLog = 8;
-
getTimerLogOrBuilder
public Log.TimerLogOrBuilder getTimerLogOrBuilder()
.com.nhn.gameanvil.protocol.TimerLog timerLog = 8;
- Specified by:
getTimerLogOrBuilder
in interfaceLog.EventLogOrBuilder
-
hasCustomLog
public boolean hasCustomLog()
.com.nhn.gameanvil.protocol.CustomLog customLog = 9;
- Specified by:
hasCustomLog
in interfaceLog.EventLogOrBuilder
- Returns:
- Whether the customLog field is set.
-
getCustomLog
public Log.CustomLog getCustomLog()
.com.nhn.gameanvil.protocol.CustomLog customLog = 9;
- Specified by:
getCustomLog
in interfaceLog.EventLogOrBuilder
- Returns:
- The customLog.
-
setCustomLog
public Log.EventLog.Builder setCustomLog(Log.CustomLog value)
.com.nhn.gameanvil.protocol.CustomLog customLog = 9;
-
setCustomLog
public Log.EventLog.Builder setCustomLog(Log.CustomLog.Builder builderForValue)
.com.nhn.gameanvil.protocol.CustomLog customLog = 9;
-
mergeCustomLog
public Log.EventLog.Builder mergeCustomLog(Log.CustomLog value)
.com.nhn.gameanvil.protocol.CustomLog customLog = 9;
-
clearCustomLog
public Log.EventLog.Builder clearCustomLog()
.com.nhn.gameanvil.protocol.CustomLog customLog = 9;
-
getCustomLogBuilder
public Log.CustomLog.Builder getCustomLogBuilder()
.com.nhn.gameanvil.protocol.CustomLog customLog = 9;
-
getCustomLogOrBuilder
public Log.CustomLogOrBuilder getCustomLogOrBuilder()
.com.nhn.gameanvil.protocol.CustomLog customLog = 9;
- Specified by:
getCustomLogOrBuilder
in interfaceLog.EventLogOrBuilder
-
hasExceptionLog
public boolean hasExceptionLog()
.com.nhn.gameanvil.protocol.ExceptionLog exceptionLog = 10;
- Specified by:
hasExceptionLog
in interfaceLog.EventLogOrBuilder
- Returns:
- Whether the exceptionLog field is set.
-
getExceptionLog
public Log.ExceptionLog getExceptionLog()
.com.nhn.gameanvil.protocol.ExceptionLog exceptionLog = 10;
- Specified by:
getExceptionLog
in interfaceLog.EventLogOrBuilder
- Returns:
- The exceptionLog.
-
setExceptionLog
public Log.EventLog.Builder setExceptionLog(Log.ExceptionLog value)
.com.nhn.gameanvil.protocol.ExceptionLog exceptionLog = 10;
-
setExceptionLog
public Log.EventLog.Builder setExceptionLog(Log.ExceptionLog.Builder builderForValue)
.com.nhn.gameanvil.protocol.ExceptionLog exceptionLog = 10;
-
mergeExceptionLog
public Log.EventLog.Builder mergeExceptionLog(Log.ExceptionLog value)
.com.nhn.gameanvil.protocol.ExceptionLog exceptionLog = 10;
-
clearExceptionLog
public Log.EventLog.Builder clearExceptionLog()
.com.nhn.gameanvil.protocol.ExceptionLog exceptionLog = 10;
-
getExceptionLogBuilder
public Log.ExceptionLog.Builder getExceptionLogBuilder()
.com.nhn.gameanvil.protocol.ExceptionLog exceptionLog = 10;
-
getExceptionLogOrBuilder
public Log.ExceptionLogOrBuilder getExceptionLogOrBuilder()
.com.nhn.gameanvil.protocol.ExceptionLog exceptionLog = 10;
- Specified by:
getExceptionLogOrBuilder
in interfaceLog.EventLogOrBuilder
-
hasTimeoutLog
public boolean hasTimeoutLog()
.com.nhn.gameanvil.protocol.TimeoutLog timeoutLog = 11;
- Specified by:
hasTimeoutLog
in interfaceLog.EventLogOrBuilder
- Returns:
- Whether the timeoutLog field is set.
-
getTimeoutLog
public Log.TimeoutLog getTimeoutLog()
.com.nhn.gameanvil.protocol.TimeoutLog timeoutLog = 11;
- Specified by:
getTimeoutLog
in interfaceLog.EventLogOrBuilder
- Returns:
- The timeoutLog.
-
setTimeoutLog
public Log.EventLog.Builder setTimeoutLog(Log.TimeoutLog value)
.com.nhn.gameanvil.protocol.TimeoutLog timeoutLog = 11;
-
setTimeoutLog
public Log.EventLog.Builder setTimeoutLog(Log.TimeoutLog.Builder builderForValue)
.com.nhn.gameanvil.protocol.TimeoutLog timeoutLog = 11;
-
mergeTimeoutLog
public Log.EventLog.Builder mergeTimeoutLog(Log.TimeoutLog value)
.com.nhn.gameanvil.protocol.TimeoutLog timeoutLog = 11;
-
clearTimeoutLog
public Log.EventLog.Builder clearTimeoutLog()
.com.nhn.gameanvil.protocol.TimeoutLog timeoutLog = 11;
-
getTimeoutLogBuilder
public Log.TimeoutLog.Builder getTimeoutLogBuilder()
.com.nhn.gameanvil.protocol.TimeoutLog timeoutLog = 11;
-
getTimeoutLogOrBuilder
public Log.TimeoutLogOrBuilder getTimeoutLogOrBuilder()
.com.nhn.gameanvil.protocol.TimeoutLog timeoutLog = 11;
- Specified by:
getTimeoutLogOrBuilder
in interfaceLog.EventLogOrBuilder
-
setUnknownFields
public final Log.EventLog.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Log.EventLog.Builder>
-
mergeUnknownFields
public final Log.EventLog.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Log.EventLog.Builder>
-
-