public static final class ValueProto.Int64List.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ValueProto.Int64List.Builder> implements ValueProto.Int64ListOrBuilder
feast.types.Int64List| Modifier and Type | Method and Description |
|---|---|
ValueProto.Int64List.Builder |
addAllVal(Iterable<? extends Long> values)
repeated int64 val = 1; |
ValueProto.Int64List.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ValueProto.Int64List.Builder |
addVal(long value)
repeated int64 val = 1; |
ValueProto.Int64List |
build() |
ValueProto.Int64List |
buildPartial() |
ValueProto.Int64List.Builder |
clear() |
ValueProto.Int64List.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ValueProto.Int64List.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ValueProto.Int64List.Builder |
clearVal()
repeated int64 val = 1; |
ValueProto.Int64List.Builder |
clone() |
ValueProto.Int64List |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
long |
getVal(int index)
repeated int64 val = 1; |
int |
getValCount()
repeated int64 val = 1; |
List<Long> |
getValList()
repeated int64 val = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ValueProto.Int64List.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ValueProto.Int64List.Builder |
mergeFrom(com.google.protobuf.Message other) |
ValueProto.Int64List.Builder |
mergeFrom(ValueProto.Int64List other) |
ValueProto.Int64List.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ValueProto.Int64List.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ValueProto.Int64List.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ValueProto.Int64List.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ValueProto.Int64List.Builder |
setVal(int index,
long value)
repeated int64 val = 1; |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ValueProto.Int64List.Builder>public ValueProto.Int64List.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ValueProto.Int64List.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.GeneratedMessageV3.Builder<ValueProto.Int64List.Builder>public ValueProto.Int64List getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ValueProto.Int64List build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ValueProto.Int64List buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ValueProto.Int64List.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ValueProto.Int64List.Builder>public ValueProto.Int64List.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ValueProto.Int64List.Builder>public ValueProto.Int64List.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ValueProto.Int64List.Builder>public ValueProto.Int64List.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ValueProto.Int64List.Builder>public ValueProto.Int64List.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ValueProto.Int64List.Builder>public ValueProto.Int64List.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ValueProto.Int64List.Builder>public ValueProto.Int64List.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ValueProto.Int64List.Builder>public ValueProto.Int64List.Builder mergeFrom(ValueProto.Int64List other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ValueProto.Int64List.Builder>public ValueProto.Int64List.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<ValueProto.Int64List.Builder>IOExceptionpublic List<Long> getValList()
repeated int64 val = 1;getValList in interface ValueProto.Int64ListOrBuilderpublic int getValCount()
repeated int64 val = 1;getValCount in interface ValueProto.Int64ListOrBuilderpublic long getVal(int index)
repeated int64 val = 1;getVal in interface ValueProto.Int64ListOrBuilderindex - The index of the element to return.public ValueProto.Int64List.Builder setVal(int index, long value)
repeated int64 val = 1;index - The index to set the value at.value - The val to set.public ValueProto.Int64List.Builder addVal(long value)
repeated int64 val = 1;value - The val to add.public ValueProto.Int64List.Builder addAllVal(Iterable<? extends Long> values)
repeated int64 val = 1;values - The val to add.public ValueProto.Int64List.Builder clearVal()
repeated int64 val = 1;public final ValueProto.Int64List.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ValueProto.Int64List.Builder>public final ValueProto.Int64List.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ValueProto.Int64List.Builder>Copyright © 2020 Gojek. All rights reserved.