Package ucar.nc2.iosp.noaa
Class GhcnmProto.StationIndexList.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<GhcnmProto.StationIndexList.Builder>
-
- ucar.nc2.iosp.noaa.GhcnmProto.StationIndexList.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
,GhcnmProto.StationIndexListOrBuilder
- Enclosing class:
- GhcnmProto.StationIndexList
public static final class GhcnmProto.StationIndexList.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<GhcnmProto.StationIndexList.Builder> implements GhcnmProto.StationIndexListOrBuilder
Protobuf typeStationIndexList
-
-
Method Summary
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, 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<GhcnmProto.StationIndexList.Builder>
-
clear
public GhcnmProto.StationIndexList.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<GhcnmProto.StationIndexList.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<GhcnmProto.StationIndexList.Builder>
-
getDefaultInstanceForType
public GhcnmProto.StationIndexList getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public GhcnmProto.StationIndexList build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public GhcnmProto.StationIndexList buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
public GhcnmProto.StationIndexList.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<GhcnmProto.StationIndexList.Builder>
-
mergeFrom
public GhcnmProto.StationIndexList.Builder mergeFrom(GhcnmProto.StationIndexList other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<GhcnmProto.StationIndexList.Builder>
-
mergeFrom
public GhcnmProto.StationIndexList.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws 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<GhcnmProto.StationIndexList.Builder>
- Throws:
IOException
-
getListList
public List<GhcnmProto.StationIndex> getListList()
repeated .StationIndex list = 1;
- Specified by:
getListList
in interfaceGhcnmProto.StationIndexListOrBuilder
-
getListCount
public int getListCount()
repeated .StationIndex list = 1;
- Specified by:
getListCount
in interfaceGhcnmProto.StationIndexListOrBuilder
-
getList
public GhcnmProto.StationIndex getList(int index)
repeated .StationIndex list = 1;
- Specified by:
getList
in interfaceGhcnmProto.StationIndexListOrBuilder
-
setList
public GhcnmProto.StationIndexList.Builder setList(int index, GhcnmProto.StationIndex value)
repeated .StationIndex list = 1;
-
setList
public GhcnmProto.StationIndexList.Builder setList(int index, GhcnmProto.StationIndex.Builder builderForValue)
repeated .StationIndex list = 1;
-
addList
public GhcnmProto.StationIndexList.Builder addList(GhcnmProto.StationIndex value)
repeated .StationIndex list = 1;
-
addList
public GhcnmProto.StationIndexList.Builder addList(int index, GhcnmProto.StationIndex value)
repeated .StationIndex list = 1;
-
addList
public GhcnmProto.StationIndexList.Builder addList(GhcnmProto.StationIndex.Builder builderForValue)
repeated .StationIndex list = 1;
-
addList
public GhcnmProto.StationIndexList.Builder addList(int index, GhcnmProto.StationIndex.Builder builderForValue)
repeated .StationIndex list = 1;
-
addAllList
public GhcnmProto.StationIndexList.Builder addAllList(Iterable<? extends GhcnmProto.StationIndex> values)
repeated .StationIndex list = 1;
-
clearList
public GhcnmProto.StationIndexList.Builder clearList()
repeated .StationIndex list = 1;
-
removeList
public GhcnmProto.StationIndexList.Builder removeList(int index)
repeated .StationIndex list = 1;
-
getListBuilder
public GhcnmProto.StationIndex.Builder getListBuilder(int index)
repeated .StationIndex list = 1;
-
getListOrBuilder
public GhcnmProto.StationIndexOrBuilder getListOrBuilder(int index)
repeated .StationIndex list = 1;
- Specified by:
getListOrBuilder
in interfaceGhcnmProto.StationIndexListOrBuilder
-
getListOrBuilderList
public List<? extends GhcnmProto.StationIndexOrBuilder> getListOrBuilderList()
repeated .StationIndex list = 1;
- Specified by:
getListOrBuilderList
in interfaceGhcnmProto.StationIndexListOrBuilder
-
addListBuilder
public GhcnmProto.StationIndex.Builder addListBuilder()
repeated .StationIndex list = 1;
-
addListBuilder
public GhcnmProto.StationIndex.Builder addListBuilder(int index)
repeated .StationIndex list = 1;
-
getListBuilderList
public List<GhcnmProto.StationIndex.Builder> getListBuilderList()
repeated .StationIndex list = 1;
-
setUnknownFields
public final GhcnmProto.StationIndexList.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<GhcnmProto.StationIndexList.Builder>
-
mergeUnknownFields
public final GhcnmProto.StationIndexList.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<GhcnmProto.StationIndexList.Builder>
-
-