public static final class GribCollectionProto.TimeCoordUnion.Builder extends com.google.protobuf.GeneratedMessage.Builder<GribCollectionProto.TimeCoordUnion.Builder> implements GribCollectionProto.TimeCoordUnionOrBuilder
gribCollectionIndex.TimeCoordUnion
extends Coord
| Modifier and Type | Method and Description |
|---|---|
GribCollectionProto.TimeCoordUnion.Builder |
addAllBound(Iterable<? extends Float> values)
repeated float bound = 4; |
GribCollectionProto.TimeCoordUnion.Builder |
addAllIndex(Iterable<? extends Integer> values)
repeated int32 index = 6; |
GribCollectionProto.TimeCoordUnion.Builder |
addAllPartition(Iterable<? extends Integer> values)
repeated int32 partition = 5; |
GribCollectionProto.TimeCoordUnion.Builder |
addAllValues(Iterable<? extends Float> values)
repeated float values = 3; |
GribCollectionProto.TimeCoordUnion.Builder |
addBound(float value)
repeated float bound = 4; |
GribCollectionProto.TimeCoordUnion.Builder |
addIndex(int value)
repeated int32 index = 6; |
GribCollectionProto.TimeCoordUnion.Builder |
addPartition(int value)
repeated int32 partition = 5; |
GribCollectionProto.TimeCoordUnion.Builder |
addValues(float value)
repeated float values = 3; |
GribCollectionProto.TimeCoordUnion |
build() |
GribCollectionProto.TimeCoordUnion |
buildPartial() |
GribCollectionProto.TimeCoordUnion.Builder |
clear() |
GribCollectionProto.TimeCoordUnion.Builder |
clearBound()
repeated float bound = 4; |
GribCollectionProto.TimeCoordUnion.Builder |
clearCode()
required int32 code = 1; |
GribCollectionProto.TimeCoordUnion.Builder |
clearIndex()
repeated int32 index = 6; |
GribCollectionProto.TimeCoordUnion.Builder |
clearPartition()
repeated int32 partition = 5; |
GribCollectionProto.TimeCoordUnion.Builder |
clearUnit()
required string unit = 2; |
GribCollectionProto.TimeCoordUnion.Builder |
clearValues()
repeated float values = 3; |
GribCollectionProto.TimeCoordUnion.Builder |
clone() |
float |
getBound(int index)
repeated float bound = 4; |
int |
getBoundCount()
repeated float bound = 4; |
List<Float> |
getBoundList()
repeated float bound = 4; |
int |
getCode()
required int32 code = 1; |
GribCollectionProto.TimeCoordUnion |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
int |
getIndex(int index)
repeated int32 index = 6; |
int |
getIndexCount()
repeated int32 index = 6; |
List<Integer> |
getIndexList()
repeated int32 index = 6; |
int |
getPartition(int index)
repeated int32 partition = 5; |
int |
getPartitionCount()
repeated int32 partition = 5; |
List<Integer> |
getPartitionList()
repeated int32 partition = 5; |
String |
getUnit()
required string unit = 2; |
com.google.protobuf.ByteString |
getUnitBytes()
required string unit = 2; |
float |
getValues(int index)
repeated float values = 3; |
int |
getValuesCount()
repeated float values = 3; |
List<Float> |
getValuesList()
repeated float values = 3; |
boolean |
hasCode()
required int32 code = 1; |
boolean |
hasUnit()
required string unit = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
GribCollectionProto.TimeCoordUnion.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GribCollectionProto.TimeCoordUnion.Builder |
mergeFrom(GribCollectionProto.TimeCoordUnion other) |
GribCollectionProto.TimeCoordUnion.Builder |
mergeFrom(com.google.protobuf.Message other) |
GribCollectionProto.TimeCoordUnion.Builder |
setBound(int index,
float value)
repeated float bound = 4; |
GribCollectionProto.TimeCoordUnion.Builder |
setCode(int value)
required int32 code = 1; |
GribCollectionProto.TimeCoordUnion.Builder |
setIndex(int index,
int value)
repeated int32 index = 6; |
GribCollectionProto.TimeCoordUnion.Builder |
setPartition(int index,
int value)
repeated int32 partition = 5; |
GribCollectionProto.TimeCoordUnion.Builder |
setUnit(String value)
required string unit = 2; |
GribCollectionProto.TimeCoordUnion.Builder |
setUnitBytes(com.google.protobuf.ByteString value)
required string unit = 2; |
GribCollectionProto.TimeCoordUnion.Builder |
setValues(int index,
float value)
repeated float values = 3; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionaddAll, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<GribCollectionProto.TimeCoordUnion.Builder>public GribCollectionProto.TimeCoordUnion.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<GribCollectionProto.TimeCoordUnion.Builder>public GribCollectionProto.TimeCoordUnion.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<GribCollectionProto.TimeCoordUnion.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<GribCollectionProto.TimeCoordUnion.Builder>public GribCollectionProto.TimeCoordUnion getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic GribCollectionProto.TimeCoordUnion build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic GribCollectionProto.TimeCoordUnion buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic GribCollectionProto.TimeCoordUnion.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<GribCollectionProto.TimeCoordUnion.Builder>public GribCollectionProto.TimeCoordUnion.Builder mergeFrom(GribCollectionProto.TimeCoordUnion other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<GribCollectionProto.TimeCoordUnion.Builder>public GribCollectionProto.TimeCoordUnion.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<GribCollectionProto.TimeCoordUnion.Builder>IOExceptionpublic boolean hasCode()
required int32 code = 1;hasCode in interface GribCollectionProto.TimeCoordUnionOrBuilderpublic int getCode()
required int32 code = 1;getCode in interface GribCollectionProto.TimeCoordUnionOrBuilderpublic GribCollectionProto.TimeCoordUnion.Builder setCode(int value)
required int32 code = 1;public GribCollectionProto.TimeCoordUnion.Builder clearCode()
required int32 code = 1;public boolean hasUnit()
required string unit = 2;hasUnit in interface GribCollectionProto.TimeCoordUnionOrBuilderpublic String getUnit()
required string unit = 2;getUnit in interface GribCollectionProto.TimeCoordUnionOrBuilderpublic com.google.protobuf.ByteString getUnitBytes()
required string unit = 2;getUnitBytes in interface GribCollectionProto.TimeCoordUnionOrBuilderpublic GribCollectionProto.TimeCoordUnion.Builder setUnit(String value)
required string unit = 2;public GribCollectionProto.TimeCoordUnion.Builder clearUnit()
required string unit = 2;public GribCollectionProto.TimeCoordUnion.Builder setUnitBytes(com.google.protobuf.ByteString value)
required string unit = 2;public List<Float> getValuesList()
repeated float values = 3;getValuesList in interface GribCollectionProto.TimeCoordUnionOrBuilderpublic int getValuesCount()
repeated float values = 3;getValuesCount in interface GribCollectionProto.TimeCoordUnionOrBuilderpublic float getValues(int index)
repeated float values = 3;getValues in interface GribCollectionProto.TimeCoordUnionOrBuilderpublic GribCollectionProto.TimeCoordUnion.Builder setValues(int index, float value)
repeated float values = 3;public GribCollectionProto.TimeCoordUnion.Builder addValues(float value)
repeated float values = 3;public GribCollectionProto.TimeCoordUnion.Builder addAllValues(Iterable<? extends Float> values)
repeated float values = 3;public GribCollectionProto.TimeCoordUnion.Builder clearValues()
repeated float values = 3;public List<Float> getBoundList()
repeated float bound = 4;
only used if interval, then = (value, bound)
getBoundList in interface GribCollectionProto.TimeCoordUnionOrBuilderpublic int getBoundCount()
repeated float bound = 4;
only used if interval, then = (value, bound)
getBoundCount in interface GribCollectionProto.TimeCoordUnionOrBuilderpublic float getBound(int index)
repeated float bound = 4;
only used if interval, then = (value, bound)
getBound in interface GribCollectionProto.TimeCoordUnionOrBuilderpublic GribCollectionProto.TimeCoordUnion.Builder setBound(int index, float value)
repeated float bound = 4;
only used if interval, then = (value, bound)
public GribCollectionProto.TimeCoordUnion.Builder addBound(float value)
repeated float bound = 4;
only used if interval, then = (value, bound)
public GribCollectionProto.TimeCoordUnion.Builder addAllBound(Iterable<? extends Float> values)
repeated float bound = 4;
only used if interval, then = (value, bound)
public GribCollectionProto.TimeCoordUnion.Builder clearBound()
repeated float bound = 4;
only used if interval, then = (value, bound)
public List<Integer> getPartitionList()
repeated int32 partition = 5;
starting index, inclusive
getPartitionList in interface GribCollectionProto.TimeCoordUnionOrBuilderpublic int getPartitionCount()
repeated int32 partition = 5;
starting index, inclusive
getPartitionCount in interface GribCollectionProto.TimeCoordUnionOrBuilderpublic int getPartition(int index)
repeated int32 partition = 5;
starting index, inclusive
getPartition in interface GribCollectionProto.TimeCoordUnionOrBuilderpublic GribCollectionProto.TimeCoordUnion.Builder setPartition(int index, int value)
repeated int32 partition = 5;
starting index, inclusive
public GribCollectionProto.TimeCoordUnion.Builder addPartition(int value)
repeated int32 partition = 5;
starting index, inclusive
public GribCollectionProto.TimeCoordUnion.Builder addAllPartition(Iterable<? extends Integer> values)
repeated int32 partition = 5;
starting index, inclusive
public GribCollectionProto.TimeCoordUnion.Builder clearPartition()
repeated int32 partition = 5;
starting index, inclusive
public List<Integer> getIndexList()
repeated int32 index = 6;
ending index, exclusive
getIndexList in interface GribCollectionProto.TimeCoordUnionOrBuilderpublic int getIndexCount()
repeated int32 index = 6;
ending index, exclusive
getIndexCount in interface GribCollectionProto.TimeCoordUnionOrBuilderpublic int getIndex(int index)
repeated int32 index = 6;
ending index, exclusive
getIndex in interface GribCollectionProto.TimeCoordUnionOrBuilderpublic GribCollectionProto.TimeCoordUnion.Builder setIndex(int index, int value)
repeated int32 index = 6;
ending index, exclusive
public GribCollectionProto.TimeCoordUnion.Builder addIndex(int value)
repeated int32 index = 6;
ending index, exclusive
public GribCollectionProto.TimeCoordUnion.Builder addAllIndex(Iterable<? extends Integer> values)
repeated int32 index = 6;
ending index, exclusive
public GribCollectionProto.TimeCoordUnion.Builder clearIndex()
repeated int32 index = 6;
ending index, exclusive
Copyright © 1999–2014 UCAR/Unidata. All rights reserved.