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