Package com.nhn.gameanvil.protocol
Interface Base.GetAllChannelInfoResOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Base.GetAllChannelInfoRes
,Base.GetAllChannelInfoRes.Builder
- Enclosing class:
- Base
public static interface Base.GetAllChannelInfoResOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
containsChannelInfo(java.lang.String key)
channelId, ChannelInfojava.util.Map<java.lang.String,Base.ChannelInfo>
getChannelInfo()
Deprecated.int
getChannelInfoCount()
channelId, ChannelInfojava.util.Map<java.lang.String,Base.ChannelInfo>
getChannelInfoMap()
channelId, ChannelInfoBase.ChannelInfo
getChannelInfoOrDefault(java.lang.String key, Base.ChannelInfo defaultValue)
channelId, ChannelInfoBase.ChannelInfo
getChannelInfoOrThrow(java.lang.String key)
channelId, ChannelInfo-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getChannelInfoCount
int getChannelInfoCount()
channelId, ChannelInfo
map<string, .com.nhn.gameanvil.protocol.ChannelInfo> channelInfo = 1;
-
containsChannelInfo
boolean containsChannelInfo(java.lang.String key)
channelId, ChannelInfo
map<string, .com.nhn.gameanvil.protocol.ChannelInfo> channelInfo = 1;
-
getChannelInfo
@Deprecated java.util.Map<java.lang.String,Base.ChannelInfo> getChannelInfo()
Deprecated.UsegetChannelInfoMap()
instead.
-
getChannelInfoMap
java.util.Map<java.lang.String,Base.ChannelInfo> getChannelInfoMap()
channelId, ChannelInfo
map<string, .com.nhn.gameanvil.protocol.ChannelInfo> channelInfo = 1;
-
getChannelInfoOrDefault
Base.ChannelInfo getChannelInfoOrDefault(java.lang.String key, Base.ChannelInfo defaultValue)
channelId, ChannelInfo
map<string, .com.nhn.gameanvil.protocol.ChannelInfo> channelInfo = 1;
-
getChannelInfoOrThrow
Base.ChannelInfo getChannelInfoOrThrow(java.lang.String key)
channelId, ChannelInfo
map<string, .com.nhn.gameanvil.protocol.ChannelInfo> channelInfo = 1;
-
-