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