public static final class FieldTypeProtos.IntField.Builder extends com.google.protobuf.GeneratedMessage.Builder<FieldTypeProtos.IntField.Builder> implements FieldTypeProtos.IntFieldOrBuilder
eu.dnetlib.data.proto.IntField| Modifier and Type | Method and Description |
|---|---|
FieldTypeProtos.IntField |
build() |
FieldTypeProtos.IntField |
buildPartial() |
FieldTypeProtos.IntField.Builder |
clear() |
FieldTypeProtos.IntField.Builder |
clearDataInfo()
optional .eu.dnetlib.data.proto.DataInfo dataInfo = 2; |
FieldTypeProtos.IntField.Builder |
clearValue()
required int32 value = 1; |
FieldTypeProtos.IntField.Builder |
clone() |
FieldTypeProtos.DataInfo |
getDataInfo()
optional .eu.dnetlib.data.proto.DataInfo dataInfo = 2; |
FieldTypeProtos.DataInfo.Builder |
getDataInfoBuilder()
optional .eu.dnetlib.data.proto.DataInfo dataInfo = 2; |
FieldTypeProtos.DataInfoOrBuilder |
getDataInfoOrBuilder()
optional .eu.dnetlib.data.proto.DataInfo dataInfo = 2; |
FieldTypeProtos.IntField |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
int |
getValue()
required int32 value = 1; |
boolean |
hasDataInfo()
optional .eu.dnetlib.data.proto.DataInfo dataInfo = 2; |
boolean |
hasValue()
required int32 value = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
FieldTypeProtos.IntField.Builder |
mergeDataInfo(FieldTypeProtos.DataInfo value)
optional .eu.dnetlib.data.proto.DataInfo dataInfo = 2; |
FieldTypeProtos.IntField.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FieldTypeProtos.IntField.Builder |
mergeFrom(FieldTypeProtos.IntField other) |
FieldTypeProtos.IntField.Builder |
mergeFrom(com.google.protobuf.Message other) |
FieldTypeProtos.IntField.Builder |
setDataInfo(FieldTypeProtos.DataInfo.Builder builderForValue)
optional .eu.dnetlib.data.proto.DataInfo dataInfo = 2; |
FieldTypeProtos.IntField.Builder |
setDataInfo(FieldTypeProtos.DataInfo value)
optional .eu.dnetlib.data.proto.DataInfo dataInfo = 2; |
FieldTypeProtos.IntField.Builder |
setValue(int value)
required int32 value = 1; |
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<FieldTypeProtos.IntField.Builder>public FieldTypeProtos.IntField.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<FieldTypeProtos.IntField.Builder>public FieldTypeProtos.IntField.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<FieldTypeProtos.IntField.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<FieldTypeProtos.IntField.Builder>public FieldTypeProtos.IntField getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic FieldTypeProtos.IntField build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic FieldTypeProtos.IntField buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic FieldTypeProtos.IntField.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<FieldTypeProtos.IntField.Builder>public FieldTypeProtos.IntField.Builder mergeFrom(FieldTypeProtos.IntField other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<FieldTypeProtos.IntField.Builder>public FieldTypeProtos.IntField.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<FieldTypeProtos.IntField.Builder>IOExceptionpublic boolean hasValue()
required int32 value = 1;hasValue in interface FieldTypeProtos.IntFieldOrBuilderpublic int getValue()
required int32 value = 1;getValue in interface FieldTypeProtos.IntFieldOrBuilderpublic FieldTypeProtos.IntField.Builder setValue(int value)
required int32 value = 1;public FieldTypeProtos.IntField.Builder clearValue()
required int32 value = 1;public boolean hasDataInfo()
optional .eu.dnetlib.data.proto.DataInfo dataInfo = 2;hasDataInfo in interface FieldTypeProtos.IntFieldOrBuilderpublic FieldTypeProtos.DataInfo getDataInfo()
optional .eu.dnetlib.data.proto.DataInfo dataInfo = 2;getDataInfo in interface FieldTypeProtos.IntFieldOrBuilderpublic FieldTypeProtos.IntField.Builder setDataInfo(FieldTypeProtos.DataInfo value)
optional .eu.dnetlib.data.proto.DataInfo dataInfo = 2;public FieldTypeProtos.IntField.Builder setDataInfo(FieldTypeProtos.DataInfo.Builder builderForValue)
optional .eu.dnetlib.data.proto.DataInfo dataInfo = 2;public FieldTypeProtos.IntField.Builder mergeDataInfo(FieldTypeProtos.DataInfo value)
optional .eu.dnetlib.data.proto.DataInfo dataInfo = 2;public FieldTypeProtos.IntField.Builder clearDataInfo()
optional .eu.dnetlib.data.proto.DataInfo dataInfo = 2;public FieldTypeProtos.DataInfo.Builder getDataInfoBuilder()
optional .eu.dnetlib.data.proto.DataInfo dataInfo = 2;public FieldTypeProtos.DataInfoOrBuilder getDataInfoOrBuilder()
optional .eu.dnetlib.data.proto.DataInfo dataInfo = 2;getDataInfoOrBuilder in interface FieldTypeProtos.IntFieldOrBuilderCopyright © 2019. All rights reserved.