Package com.nhn.gameanvil.protocol
Class Base.GetAllChannelInfoRes.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Base.GetAllChannelInfoRes.Builder>
-
- com.nhn.gameanvil.protocol.Base.GetAllChannelInfoRes.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Base.GetAllChannelInfoResOrBuilder
,java.lang.Cloneable
- Enclosing class:
- Base.GetAllChannelInfoRes
public static final class Base.GetAllChannelInfoRes.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Base.GetAllChannelInfoRes.Builder> implements Base.GetAllChannelInfoResOrBuilder
Protobuf typecom.nhn.gameanvil.protocol.GetAllChannelInfoRes
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Base.GetAllChannelInfoRes.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
Base.GetAllChannelInfoRes
build()
Base.GetAllChannelInfoRes
buildPartial()
Base.GetAllChannelInfoRes.Builder
clear()
Base.GetAllChannelInfoRes.Builder
clearChannelInfo()
Base.GetAllChannelInfoRes.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
Base.GetAllChannelInfoRes.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
Base.GetAllChannelInfoRes.Builder
clone()
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, ChannelInfoBase.GetAllChannelInfoRes
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
java.util.Map<java.lang.String,Base.ChannelInfo>
getMutableChannelInfo()
Deprecated.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
protected com.google.protobuf.MapField
internalGetMapField(int number)
protected com.google.protobuf.MapField
internalGetMutableMapField(int number)
boolean
isInitialized()
Base.GetAllChannelInfoRes.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Base.GetAllChannelInfoRes.Builder
mergeFrom(com.google.protobuf.Message other)
Base.GetAllChannelInfoRes.Builder
mergeFrom(Base.GetAllChannelInfoRes other)
Base.GetAllChannelInfoRes.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Base.GetAllChannelInfoRes.Builder
putAllChannelInfo(java.util.Map<java.lang.String,Base.ChannelInfo> values)
channelId, ChannelInfoBase.GetAllChannelInfoRes.Builder
putChannelInfo(java.lang.String key, Base.ChannelInfo value)
channelId, ChannelInfoBase.GetAllChannelInfoRes.Builder
removeChannelInfo(java.lang.String key)
channelId, ChannelInfoBase.GetAllChannelInfoRes.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
Base.GetAllChannelInfoRes.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
Base.GetAllChannelInfoRes.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, 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()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Base.GetAllChannelInfoRes.Builder>
-
internalGetMutableMapField
protected com.google.protobuf.MapField internalGetMutableMapField(int number)
- Overrides:
internalGetMutableMapField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Base.GetAllChannelInfoRes.Builder>
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<Base.GetAllChannelInfoRes.Builder>
-
clear
public Base.GetAllChannelInfoRes.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<Base.GetAllChannelInfoRes.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<Base.GetAllChannelInfoRes.Builder>
-
getDefaultInstanceForType
public Base.GetAllChannelInfoRes getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public Base.GetAllChannelInfoRes build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Base.GetAllChannelInfoRes buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Base.GetAllChannelInfoRes.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<Base.GetAllChannelInfoRes.Builder>
-
setField
public Base.GetAllChannelInfoRes.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<Base.GetAllChannelInfoRes.Builder>
-
clearField
public Base.GetAllChannelInfoRes.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<Base.GetAllChannelInfoRes.Builder>
-
clearOneof
public Base.GetAllChannelInfoRes.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<Base.GetAllChannelInfoRes.Builder>
-
setRepeatedField
public Base.GetAllChannelInfoRes.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<Base.GetAllChannelInfoRes.Builder>
-
addRepeatedField
public Base.GetAllChannelInfoRes.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<Base.GetAllChannelInfoRes.Builder>
-
mergeFrom
public Base.GetAllChannelInfoRes.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Base.GetAllChannelInfoRes.Builder>
-
mergeFrom
public Base.GetAllChannelInfoRes.Builder mergeFrom(Base.GetAllChannelInfoRes other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<Base.GetAllChannelInfoRes.Builder>
-
mergeFrom
public Base.GetAllChannelInfoRes.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<Base.GetAllChannelInfoRes.Builder>
- Throws:
java.io.IOException
-
getChannelInfoCount
public int getChannelInfoCount()
Description copied from interface:Base.GetAllChannelInfoResOrBuilder
channelId, ChannelInfo
map<string, .com.nhn.gameanvil.protocol.ChannelInfo> channelInfo = 1;
- Specified by:
getChannelInfoCount
in interfaceBase.GetAllChannelInfoResOrBuilder
-
containsChannelInfo
public boolean containsChannelInfo(java.lang.String key)
channelId, ChannelInfo
map<string, .com.nhn.gameanvil.protocol.ChannelInfo> channelInfo = 1;
- Specified by:
containsChannelInfo
in interfaceBase.GetAllChannelInfoResOrBuilder
-
getChannelInfo
@Deprecated public java.util.Map<java.lang.String,Base.ChannelInfo> getChannelInfo()
Deprecated.UsegetChannelInfoMap()
instead.- Specified by:
getChannelInfo
in interfaceBase.GetAllChannelInfoResOrBuilder
-
getChannelInfoMap
public java.util.Map<java.lang.String,Base.ChannelInfo> getChannelInfoMap()
channelId, ChannelInfo
map<string, .com.nhn.gameanvil.protocol.ChannelInfo> channelInfo = 1;
- Specified by:
getChannelInfoMap
in interfaceBase.GetAllChannelInfoResOrBuilder
-
getChannelInfoOrDefault
public Base.ChannelInfo getChannelInfoOrDefault(java.lang.String key, Base.ChannelInfo defaultValue)
channelId, ChannelInfo
map<string, .com.nhn.gameanvil.protocol.ChannelInfo> channelInfo = 1;
- Specified by:
getChannelInfoOrDefault
in interfaceBase.GetAllChannelInfoResOrBuilder
-
getChannelInfoOrThrow
public Base.ChannelInfo getChannelInfoOrThrow(java.lang.String key)
channelId, ChannelInfo
map<string, .com.nhn.gameanvil.protocol.ChannelInfo> channelInfo = 1;
- Specified by:
getChannelInfoOrThrow
in interfaceBase.GetAllChannelInfoResOrBuilder
-
clearChannelInfo
public Base.GetAllChannelInfoRes.Builder clearChannelInfo()
-
removeChannelInfo
public Base.GetAllChannelInfoRes.Builder removeChannelInfo(java.lang.String key)
channelId, ChannelInfo
map<string, .com.nhn.gameanvil.protocol.ChannelInfo> channelInfo = 1;
-
getMutableChannelInfo
@Deprecated public java.util.Map<java.lang.String,Base.ChannelInfo> getMutableChannelInfo()
Deprecated.Use alternate mutation accessors instead.
-
putChannelInfo
public Base.GetAllChannelInfoRes.Builder putChannelInfo(java.lang.String key, Base.ChannelInfo value)
channelId, ChannelInfo
map<string, .com.nhn.gameanvil.protocol.ChannelInfo> channelInfo = 1;
-
putAllChannelInfo
public Base.GetAllChannelInfoRes.Builder putAllChannelInfo(java.util.Map<java.lang.String,Base.ChannelInfo> values)
channelId, ChannelInfo
map<string, .com.nhn.gameanvil.protocol.ChannelInfo> channelInfo = 1;
-
setUnknownFields
public final Base.GetAllChannelInfoRes.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Base.GetAllChannelInfoRes.Builder>
-
mergeUnknownFields
public final Base.GetAllChannelInfoRes.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Base.GetAllChannelInfoRes.Builder>
-
-