public static final class FieldTypeProtos.ExtraInfo extends com.google.protobuf.GeneratedMessage implements FieldTypeProtos.ExtraInfoOrBuilder
eu.dnetlib.data.proto.ExtraInfo| Modifier and Type | Class and Description |
|---|---|
static class |
FieldTypeProtos.ExtraInfo.Builder
Protobuf type
eu.dnetlib.data.proto.ExtraInfo |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
NAME_FIELD_NUMBER |
static com.google.protobuf.Parser<FieldTypeProtos.ExtraInfo> |
PARSER |
static int |
PROVENANCE_FIELD_NUMBER |
static int |
TRUST_FIELD_NUMBER |
static int |
TYPOLOGY_FIELD_NUMBER |
static int |
VALUE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static FieldTypeProtos.ExtraInfo |
getDefaultInstance() |
FieldTypeProtos.ExtraInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
com.google.protobuf.Parser<FieldTypeProtos.ExtraInfo> |
getParserForType() |
String |
getProvenance()
required string provenance = 3; |
com.google.protobuf.ByteString |
getProvenanceBytes()
required string provenance = 3; |
int |
getSerializedSize() |
String |
getTrust()
optional string trust = 4; |
com.google.protobuf.ByteString |
getTrustBytes()
optional string trust = 4; |
String |
getTypology()
required string typology = 2; |
com.google.protobuf.ByteString |
getTypologyBytes()
required string typology = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
String |
getValue()
optional string value = 5; |
com.google.protobuf.ByteString |
getValueBytes()
optional string value = 5; |
boolean |
hasName()
required string name = 1; |
boolean |
hasProvenance()
required string provenance = 3; |
boolean |
hasTrust()
optional string trust = 4; |
boolean |
hasTypology()
required string typology = 2; |
boolean |
hasValue()
optional string value = 5; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static FieldTypeProtos.ExtraInfo.Builder |
newBuilder() |
static FieldTypeProtos.ExtraInfo.Builder |
newBuilder(FieldTypeProtos.ExtraInfo prototype) |
FieldTypeProtos.ExtraInfo.Builder |
newBuilderForType() |
protected FieldTypeProtos.ExtraInfo.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static FieldTypeProtos.ExtraInfo |
parseDelimitedFrom(InputStream input) |
static FieldTypeProtos.ExtraInfo |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FieldTypeProtos.ExtraInfo |
parseFrom(byte[] data) |
static FieldTypeProtos.ExtraInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FieldTypeProtos.ExtraInfo |
parseFrom(com.google.protobuf.ByteString data) |
static FieldTypeProtos.ExtraInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FieldTypeProtos.ExtraInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static FieldTypeProtos.ExtraInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FieldTypeProtos.ExtraInfo |
parseFrom(InputStream input) |
static FieldTypeProtos.ExtraInfo |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FieldTypeProtos.ExtraInfo.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldequals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<FieldTypeProtos.ExtraInfo> PARSER
public static final int NAME_FIELD_NUMBER
public static final int TYPOLOGY_FIELD_NUMBER
public static final int PROVENANCE_FIELD_NUMBER
public static final int TRUST_FIELD_NUMBER
public static final int VALUE_FIELD_NUMBER
public static FieldTypeProtos.ExtraInfo getDefaultInstance()
public FieldTypeProtos.ExtraInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<FieldTypeProtos.ExtraInfo> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasName()
required string name = 1;hasName in interface FieldTypeProtos.ExtraInfoOrBuilderpublic String getName()
required string name = 1;getName in interface FieldTypeProtos.ExtraInfoOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
required string name = 1;getNameBytes in interface FieldTypeProtos.ExtraInfoOrBuilderpublic boolean hasTypology()
required string typology = 2;hasTypology in interface FieldTypeProtos.ExtraInfoOrBuilderpublic String getTypology()
required string typology = 2;getTypology in interface FieldTypeProtos.ExtraInfoOrBuilderpublic com.google.protobuf.ByteString getTypologyBytes()
required string typology = 2;getTypologyBytes in interface FieldTypeProtos.ExtraInfoOrBuilderpublic boolean hasProvenance()
required string provenance = 3;hasProvenance in interface FieldTypeProtos.ExtraInfoOrBuilderpublic String getProvenance()
required string provenance = 3;getProvenance in interface FieldTypeProtos.ExtraInfoOrBuilderpublic com.google.protobuf.ByteString getProvenanceBytes()
required string provenance = 3;getProvenanceBytes in interface FieldTypeProtos.ExtraInfoOrBuilderpublic boolean hasTrust()
optional string trust = 4;hasTrust in interface FieldTypeProtos.ExtraInfoOrBuilderpublic String getTrust()
optional string trust = 4;getTrust in interface FieldTypeProtos.ExtraInfoOrBuilderpublic com.google.protobuf.ByteString getTrustBytes()
optional string trust = 4;getTrustBytes in interface FieldTypeProtos.ExtraInfoOrBuilderpublic boolean hasValue()
optional string value = 5;
json containing a Citation or Statistics
hasValue in interface FieldTypeProtos.ExtraInfoOrBuilderpublic String getValue()
optional string value = 5;
json containing a Citation or Statistics
getValue in interface FieldTypeProtos.ExtraInfoOrBuilderpublic com.google.protobuf.ByteString getValueBytes()
optional string value = 5;
json containing a Citation or Statistics
getValueBytes in interface FieldTypeProtos.ExtraInfoOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic static FieldTypeProtos.ExtraInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FieldTypeProtos.ExtraInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FieldTypeProtos.ExtraInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FieldTypeProtos.ExtraInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FieldTypeProtos.ExtraInfo parseFrom(InputStream input) throws IOException
IOExceptionpublic static FieldTypeProtos.ExtraInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static FieldTypeProtos.ExtraInfo parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static FieldTypeProtos.ExtraInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static FieldTypeProtos.ExtraInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static FieldTypeProtos.ExtraInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static FieldTypeProtos.ExtraInfo.Builder newBuilder()
public FieldTypeProtos.ExtraInfo.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static FieldTypeProtos.ExtraInfo.Builder newBuilder(FieldTypeProtos.ExtraInfo prototype)
public FieldTypeProtos.ExtraInfo.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected FieldTypeProtos.ExtraInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2019. All rights reserved.