public static final class OafProtos.Oaf extends com.google.protobuf.GeneratedMessage implements OafProtos.OafOrBuilder
eu.dnetlib.data.proto.Oaf| Modifier and Type | Class and Description |
|---|---|
static class |
OafProtos.Oaf.Builder
Protobuf type
eu.dnetlib.data.proto.Oaf |
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 |
DATAINFO_FIELD_NUMBER |
static int |
ENTITY_FIELD_NUMBER |
static int |
KIND_FIELD_NUMBER |
static int |
LASTUPDATETIMESTAMP_FIELD_NUMBER |
static com.google.protobuf.Parser<OafProtos.Oaf> |
PARSER |
static int |
REL_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
FieldTypeProtos.DataInfo |
getDataInfo()
optional .eu.dnetlib.data.proto.DataInfo dataInfo = 4; |
FieldTypeProtos.DataInfoOrBuilder |
getDataInfoOrBuilder()
optional .eu.dnetlib.data.proto.DataInfo dataInfo = 4; |
static OafProtos.Oaf |
getDefaultInstance() |
OafProtos.Oaf |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
OafProtos.OafEntity |
getEntity()
optional .eu.dnetlib.data.proto.OafEntity entity = 2; |
OafProtos.OafEntityOrBuilder |
getEntityOrBuilder()
optional .eu.dnetlib.data.proto.OafEntity entity = 2; |
KindProtos.Kind |
getKind()
required .eu.dnetlib.data.proto.Kind kind = 1; |
long |
getLastupdatetimestamp()
optional sfixed64 lastupdatetimestamp = 5; |
com.google.protobuf.Parser<OafProtos.Oaf> |
getParserForType() |
OafProtos.OafRel |
getRel()
optional .eu.dnetlib.data.proto.OafRel rel = 3; |
OafProtos.OafRelOrBuilder |
getRelOrBuilder()
optional .eu.dnetlib.data.proto.OafRel rel = 3; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasDataInfo()
optional .eu.dnetlib.data.proto.DataInfo dataInfo = 4; |
boolean |
hasEntity()
optional .eu.dnetlib.data.proto.OafEntity entity = 2; |
boolean |
hasKind()
required .eu.dnetlib.data.proto.Kind kind = 1; |
boolean |
hasLastupdatetimestamp()
optional sfixed64 lastupdatetimestamp = 5; |
boolean |
hasRel()
optional .eu.dnetlib.data.proto.OafRel rel = 3; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static OafProtos.Oaf.Builder |
newBuilder() |
static OafProtos.Oaf.Builder |
newBuilder(OafProtos.Oaf prototype) |
OafProtos.Oaf.Builder |
newBuilderForType() |
protected OafProtos.Oaf.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static OafProtos.Oaf |
parseDelimitedFrom(InputStream input) |
static OafProtos.Oaf |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OafProtos.Oaf |
parseFrom(byte[] data) |
static OafProtos.Oaf |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OafProtos.Oaf |
parseFrom(com.google.protobuf.ByteString data) |
static OafProtos.Oaf |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OafProtos.Oaf |
parseFrom(com.google.protobuf.CodedInputStream input) |
static OafProtos.Oaf |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OafProtos.Oaf |
parseFrom(InputStream input) |
static OafProtos.Oaf |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OafProtos.Oaf.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<OafProtos.Oaf> PARSER
public static final int KIND_FIELD_NUMBER
public static final int ENTITY_FIELD_NUMBER
public static final int REL_FIELD_NUMBER
public static final int DATAINFO_FIELD_NUMBER
public static final int LASTUPDATETIMESTAMP_FIELD_NUMBER
public static OafProtos.Oaf getDefaultInstance()
public OafProtos.Oaf 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<OafProtos.Oaf> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasKind()
required .eu.dnetlib.data.proto.Kind kind = 1;hasKind in interface OafProtos.OafOrBuilderpublic KindProtos.Kind getKind()
required .eu.dnetlib.data.proto.Kind kind = 1;getKind in interface OafProtos.OafOrBuilderpublic boolean hasEntity()
optional .eu.dnetlib.data.proto.OafEntity entity = 2;hasEntity in interface OafProtos.OafOrBuilderpublic OafProtos.OafEntity getEntity()
optional .eu.dnetlib.data.proto.OafEntity entity = 2;getEntity in interface OafProtos.OafOrBuilderpublic OafProtos.OafEntityOrBuilder getEntityOrBuilder()
optional .eu.dnetlib.data.proto.OafEntity entity = 2;getEntityOrBuilder in interface OafProtos.OafOrBuilderpublic boolean hasRel()
optional .eu.dnetlib.data.proto.OafRel rel = 3;hasRel in interface OafProtos.OafOrBuilderpublic OafProtos.OafRel getRel()
optional .eu.dnetlib.data.proto.OafRel rel = 3;getRel in interface OafProtos.OafOrBuilderpublic OafProtos.OafRelOrBuilder getRelOrBuilder()
optional .eu.dnetlib.data.proto.OafRel rel = 3;getRelOrBuilder in interface OafProtos.OafOrBuilderpublic boolean hasDataInfo()
optional .eu.dnetlib.data.proto.DataInfo dataInfo = 4;hasDataInfo in interface OafProtos.OafOrBuilderpublic FieldTypeProtos.DataInfo getDataInfo()
optional .eu.dnetlib.data.proto.DataInfo dataInfo = 4;getDataInfo in interface OafProtos.OafOrBuilderpublic FieldTypeProtos.DataInfoOrBuilder getDataInfoOrBuilder()
optional .eu.dnetlib.data.proto.DataInfo dataInfo = 4;getDataInfoOrBuilder in interface OafProtos.OafOrBuilderpublic boolean hasLastupdatetimestamp()
optional sfixed64 lastupdatetimestamp = 5;
used to mark the last update time of this object
hasLastupdatetimestamp in interface OafProtos.OafOrBuilderpublic long getLastupdatetimestamp()
optional sfixed64 lastupdatetimestamp = 5;
used to mark the last update time of this object
getLastupdatetimestamp in interface OafProtos.OafOrBuilderpublic 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 OafProtos.Oaf parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OafProtos.Oaf parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OafProtos.Oaf parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OafProtos.Oaf parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static OafProtos.Oaf parseFrom(InputStream input) throws IOException
IOExceptionpublic static OafProtos.Oaf parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static OafProtos.Oaf parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static OafProtos.Oaf parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static OafProtos.Oaf parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static OafProtos.Oaf parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static OafProtos.Oaf.Builder newBuilder()
public OafProtos.Oaf.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static OafProtos.Oaf.Builder newBuilder(OafProtos.Oaf prototype)
public OafProtos.Oaf.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected OafProtos.Oaf.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2019. All rights reserved.