public static final class FieldTypeProtos.Author extends com.google.protobuf.GeneratedMessage implements FieldTypeProtos.AuthorOrBuilder
eu.dnetlib.data.proto.Author| Modifier and Type | Class and Description |
|---|---|
static class |
FieldTypeProtos.Author.Builder
Protobuf type
eu.dnetlib.data.proto.Author |
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 |
AFFILIATION_FIELD_NUMBER |
static int |
FULLNAME_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static com.google.protobuf.Parser<FieldTypeProtos.Author> |
PARSER |
static int |
PID_FIELD_NUMBER |
static int |
RANK_FIELD_NUMBER |
static int |
SURNAME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
FieldTypeProtos.StringField |
getAffiliation(int index)
repeated .eu.dnetlib.data.proto.StringField affiliation = 6; |
int |
getAffiliationCount()
repeated .eu.dnetlib.data.proto.StringField affiliation = 6; |
List<FieldTypeProtos.StringField> |
getAffiliationList()
repeated .eu.dnetlib.data.proto.StringField affiliation = 6; |
FieldTypeProtos.StringFieldOrBuilder |
getAffiliationOrBuilder(int index)
repeated .eu.dnetlib.data.proto.StringField affiliation = 6; |
List<? extends FieldTypeProtos.StringFieldOrBuilder> |
getAffiliationOrBuilderList()
repeated .eu.dnetlib.data.proto.StringField affiliation = 6; |
static FieldTypeProtos.Author |
getDefaultInstance() |
FieldTypeProtos.Author |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getFullname()
required string fullname = 1; |
com.google.protobuf.ByteString |
getFullnameBytes()
required string fullname = 1; |
String |
getName()
optional string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 2; |
com.google.protobuf.Parser<FieldTypeProtos.Author> |
getParserForType() |
FieldTypeProtos.KeyValue |
getPid(int index)
repeated .eu.dnetlib.data.proto.KeyValue pid = 5; |
int |
getPidCount()
repeated .eu.dnetlib.data.proto.KeyValue pid = 5; |
List<FieldTypeProtos.KeyValue> |
getPidList()
repeated .eu.dnetlib.data.proto.KeyValue pid = 5; |
FieldTypeProtos.KeyValueOrBuilder |
getPidOrBuilder(int index)
repeated .eu.dnetlib.data.proto.KeyValue pid = 5; |
List<? extends FieldTypeProtos.KeyValueOrBuilder> |
getPidOrBuilderList()
repeated .eu.dnetlib.data.proto.KeyValue pid = 5; |
int |
getRank()
required int32 rank = 4; |
int |
getSerializedSize() |
String |
getSurname()
optional string surname = 3; |
com.google.protobuf.ByteString |
getSurnameBytes()
optional string surname = 3; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasFullname()
required string fullname = 1; |
boolean |
hasName()
optional string name = 2; |
boolean |
hasRank()
required int32 rank = 4; |
boolean |
hasSurname()
optional string surname = 3; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static FieldTypeProtos.Author.Builder |
newBuilder() |
static FieldTypeProtos.Author.Builder |
newBuilder(FieldTypeProtos.Author prototype) |
FieldTypeProtos.Author.Builder |
newBuilderForType() |
protected FieldTypeProtos.Author.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static FieldTypeProtos.Author |
parseDelimitedFrom(InputStream input) |
static FieldTypeProtos.Author |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FieldTypeProtos.Author |
parseFrom(byte[] data) |
static FieldTypeProtos.Author |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FieldTypeProtos.Author |
parseFrom(com.google.protobuf.ByteString data) |
static FieldTypeProtos.Author |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FieldTypeProtos.Author |
parseFrom(com.google.protobuf.CodedInputStream input) |
static FieldTypeProtos.Author |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FieldTypeProtos.Author |
parseFrom(InputStream input) |
static FieldTypeProtos.Author |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FieldTypeProtos.Author.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.Author> PARSER
public static final int FULLNAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int SURNAME_FIELD_NUMBER
public static final int RANK_FIELD_NUMBER
public static final int PID_FIELD_NUMBER
public static final int AFFILIATION_FIELD_NUMBER
public static FieldTypeProtos.Author getDefaultInstance()
public FieldTypeProtos.Author 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.Author> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasFullname()
required string fullname = 1;hasFullname in interface FieldTypeProtos.AuthorOrBuilderpublic String getFullname()
required string fullname = 1;getFullname in interface FieldTypeProtos.AuthorOrBuilderpublic com.google.protobuf.ByteString getFullnameBytes()
required string fullname = 1;getFullnameBytes in interface FieldTypeProtos.AuthorOrBuilderpublic boolean hasName()
optional string name = 2;hasName in interface FieldTypeProtos.AuthorOrBuilderpublic String getName()
optional string name = 2;getName in interface FieldTypeProtos.AuthorOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
optional string name = 2;getNameBytes in interface FieldTypeProtos.AuthorOrBuilderpublic boolean hasSurname()
optional string surname = 3;hasSurname in interface FieldTypeProtos.AuthorOrBuilderpublic String getSurname()
optional string surname = 3;getSurname in interface FieldTypeProtos.AuthorOrBuilderpublic com.google.protobuf.ByteString getSurnameBytes()
optional string surname = 3;getSurnameBytes in interface FieldTypeProtos.AuthorOrBuilderpublic boolean hasRank()
required int32 rank = 4;hasRank in interface FieldTypeProtos.AuthorOrBuilderpublic int getRank()
required int32 rank = 4;getRank in interface FieldTypeProtos.AuthorOrBuilderpublic List<FieldTypeProtos.KeyValue> getPidList()
repeated .eu.dnetlib.data.proto.KeyValue pid = 5;getPidList in interface FieldTypeProtos.AuthorOrBuilderpublic List<? extends FieldTypeProtos.KeyValueOrBuilder> getPidOrBuilderList()
repeated .eu.dnetlib.data.proto.KeyValue pid = 5;getPidOrBuilderList in interface FieldTypeProtos.AuthorOrBuilderpublic int getPidCount()
repeated .eu.dnetlib.data.proto.KeyValue pid = 5;getPidCount in interface FieldTypeProtos.AuthorOrBuilderpublic FieldTypeProtos.KeyValue getPid(int index)
repeated .eu.dnetlib.data.proto.KeyValue pid = 5;getPid in interface FieldTypeProtos.AuthorOrBuilderpublic FieldTypeProtos.KeyValueOrBuilder getPidOrBuilder(int index)
repeated .eu.dnetlib.data.proto.KeyValue pid = 5;getPidOrBuilder in interface FieldTypeProtos.AuthorOrBuilderpublic List<FieldTypeProtos.StringField> getAffiliationList()
repeated .eu.dnetlib.data.proto.StringField affiliation = 6;getAffiliationList in interface FieldTypeProtos.AuthorOrBuilderpublic List<? extends FieldTypeProtos.StringFieldOrBuilder> getAffiliationOrBuilderList()
repeated .eu.dnetlib.data.proto.StringField affiliation = 6;getAffiliationOrBuilderList in interface FieldTypeProtos.AuthorOrBuilderpublic int getAffiliationCount()
repeated .eu.dnetlib.data.proto.StringField affiliation = 6;getAffiliationCount in interface FieldTypeProtos.AuthorOrBuilderpublic FieldTypeProtos.StringField getAffiliation(int index)
repeated .eu.dnetlib.data.proto.StringField affiliation = 6;getAffiliation in interface FieldTypeProtos.AuthorOrBuilderpublic FieldTypeProtos.StringFieldOrBuilder getAffiliationOrBuilder(int index)
repeated .eu.dnetlib.data.proto.StringField affiliation = 6;getAffiliationOrBuilder in interface FieldTypeProtos.AuthorOrBuilderpublic 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.Author parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FieldTypeProtos.Author parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FieldTypeProtos.Author parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FieldTypeProtos.Author parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FieldTypeProtos.Author parseFrom(InputStream input) throws IOException
IOExceptionpublic static FieldTypeProtos.Author parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static FieldTypeProtos.Author parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static FieldTypeProtos.Author parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static FieldTypeProtos.Author parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static FieldTypeProtos.Author parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static FieldTypeProtos.Author.Builder newBuilder()
public FieldTypeProtos.Author.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static FieldTypeProtos.Author.Builder newBuilder(FieldTypeProtos.Author prototype)
public FieldTypeProtos.Author.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected FieldTypeProtos.Author.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2019. All rights reserved.