Class Graph
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
de.uni_trier.recap.arg_services.graph.v1.Graph
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,GraphOrBuilder,Serializable
Main message to store the argument graph. Each attribute having of type `map<string, X>` is a dictionary where a unique ID points to a message. The ID does not follow a specific format, but we reccomend to use UUIDv1 everywhere. An alternative could be to use a counter for each attribute, but this is error prone and not recommended. The ID should be treated the same way as a primary key in a database and may be referenced in other places of the argument. For instance, edges only store the IDs of connected nodes.Protobuf type
arg_services.graph.v1.Graph- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classMain message to store the argument graph.Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intFields inherited from class com.google.protobuf.GeneratedMessageV3
alwaysUseFieldBuilders, unknownFieldsFields inherited from class com.google.protobuf.AbstractMessage
memoizedSizeFields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsAnalysts(String key) Dictionary of analysts/annotators that created the graph-based representation of the original argument.booleancontainsEdges(String key) Dictionary of edges connecting nodes.booleancontainsNodes(String key) Dictionary of atom/scheme nodes.booleanDictionary of participants (i.e., persons, users) that created the original argument.booleancontainsResources(String key) Dictionary of resources (i.e., source texts) of the argument such as newspaper articles.booleanDeprecated.intDictionary of analysts/annotators that created the graph-based representation of the original argument.Dictionary of analysts/annotators that created the graph-based representation of the original argument.getAnalystsOrDefault(String key, Analyst defaultValue) Dictionary of analysts/annotators that created the graph-based representation of the original argument.getAnalystsOrThrow(String key) Dictionary of analysts/annotators that created the graph-based representation of the original argument.static Graphstatic final com.google.protobuf.Descriptors.DescriptorgetEdges()Deprecated.intDictionary of edges connecting nodes.Dictionary of edges connecting nodes.getEdgesOrDefault(String key, Edge defaultValue) Dictionary of edges connecting nodes.getEdgesOrThrow(String key) Dictionary of edges connecting nodes.Library used for serializing the graph.com.google.protobuf.ByteStringLibrary used for serializing the graph.ID of the atom node being the major claim of the graph.com.google.protobuf.ByteStringID of the atom node being the major claim of the graph.Store programmatic data like creation times.Store programmatic data like creation times.getNodes()Deprecated.intDictionary of atom/scheme nodes.Dictionary of atom/scheme nodes.getNodesOrDefault(String key, Node defaultValue) Dictionary of atom/scheme nodes.getNodesOrThrow(String key) Dictionary of atom/scheme nodes.com.google.protobuf.Parser<Graph>Deprecated.intDictionary of participants (i.e., persons, users) that created the original argument.Dictionary of participants (i.e., persons, users) that created the original argument.getParticipantsOrDefault(String key, Participant defaultValue) Dictionary of participants (i.e., persons, users) that created the original argument.Dictionary of participants (i.e., persons, users) that created the original argument.Deprecated.intDictionary of resources (i.e., source texts) of the argument such as newspaper articles.Dictionary of resources (i.e., source texts) of the argument such as newspaper articles.getResourcesOrDefault(String key, Resource defaultValue) Dictionary of resources (i.e., source texts) of the argument such as newspaper articles.Dictionary of resources (i.e., source texts) of the argument such as newspaper articles.intVersion of the protobuf schema.intfinal com.google.protobuf.UnknownFieldSetcom.google.protobuf.StructStore arbitrary data as needed by a user.com.google.protobuf.StructOrBuilderStore arbitrary data as needed by a user.inthashCode()booleanID of the atom node being the major claim of the graph.booleanStore programmatic data like creation times.booleanStore arbitrary data as needed by a user.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableprotected com.google.protobuf.MapFieldinternalGetMapField(int number) final booleanstatic Graph.Builderstatic Graph.BuildernewBuilder(Graph prototype) protected Graph.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) static GraphparseDelimitedFrom(InputStream input) static GraphparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GraphparseFrom(byte[] data) static GraphparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GraphparseFrom(com.google.protobuf.ByteString data) static GraphparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GraphparseFrom(com.google.protobuf.CodedInputStream input) static GraphparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GraphparseFrom(InputStream input) static GraphparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GraphparseFrom(ByteBuffer data) static GraphparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<Graph>parser()voidwriteTo(com.google.protobuf.CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagMethods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
-
Field Details
-
NODES_FIELD_NUMBER
public static final int NODES_FIELD_NUMBER- See Also:
-
EDGES_FIELD_NUMBER
public static final int EDGES_FIELD_NUMBER- See Also:
-
RESOURCES_FIELD_NUMBER
public static final int RESOURCES_FIELD_NUMBER- See Also:
-
PARTICIPANTS_FIELD_NUMBER
public static final int PARTICIPANTS_FIELD_NUMBER- See Also:
-
ANALYSTS_FIELD_NUMBER
public static final int ANALYSTS_FIELD_NUMBER- See Also:
-
MAJOR_CLAIM_FIELD_NUMBER
public static final int MAJOR_CLAIM_FIELD_NUMBER- See Also:
-
SCHEMA_VERSION_FIELD_NUMBER
public static final int SCHEMA_VERSION_FIELD_NUMBER- See Also:
-
LIBRARY_VERSION_FIELD_NUMBER
public static final int LIBRARY_VERSION_FIELD_NUMBER- See Also:
-
METADATA_FIELD_NUMBER
public static final int METADATA_FIELD_NUMBER- See Also:
-
USERDATA_FIELD_NUMBER
public static final int USERDATA_FIELD_NUMBER- See Also:
-
-
Method Details
-
newInstance
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number) - Overrides:
internalGetMapFieldin classcom.google.protobuf.GeneratedMessageV3
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getNodesCount
public int getNodesCount()Description copied from interface:GraphOrBuilderDictionary of atom/scheme nodes.
map<string, .arg_services.graph.v1.Node> nodes = 1 [json_name = "nodes"];- Specified by:
getNodesCountin interfaceGraphOrBuilder
-
containsNodes
Dictionary of atom/scheme nodes.
map<string, .arg_services.graph.v1.Node> nodes = 1 [json_name = "nodes"];- Specified by:
containsNodesin interfaceGraphOrBuilder
-
getNodes
Deprecated.UsegetNodesMap()instead.- Specified by:
getNodesin interfaceGraphOrBuilder
-
getNodesMap
Dictionary of atom/scheme nodes.
map<string, .arg_services.graph.v1.Node> nodes = 1 [json_name = "nodes"];- Specified by:
getNodesMapin interfaceGraphOrBuilder
-
getNodesOrDefault
Dictionary of atom/scheme nodes.
map<string, .arg_services.graph.v1.Node> nodes = 1 [json_name = "nodes"];- Specified by:
getNodesOrDefaultin interfaceGraphOrBuilder
-
getNodesOrThrow
Dictionary of atom/scheme nodes.
map<string, .arg_services.graph.v1.Node> nodes = 1 [json_name = "nodes"];- Specified by:
getNodesOrThrowin interfaceGraphOrBuilder
-
getEdgesCount
public int getEdgesCount()Description copied from interface:GraphOrBuilderDictionary of edges connecting nodes.
map<string, .arg_services.graph.v1.Edge> edges = 2 [json_name = "edges"];- Specified by:
getEdgesCountin interfaceGraphOrBuilder
-
containsEdges
Dictionary of edges connecting nodes.
map<string, .arg_services.graph.v1.Edge> edges = 2 [json_name = "edges"];- Specified by:
containsEdgesin interfaceGraphOrBuilder
-
getEdges
Deprecated.UsegetEdgesMap()instead.- Specified by:
getEdgesin interfaceGraphOrBuilder
-
getEdgesMap
Dictionary of edges connecting nodes.
map<string, .arg_services.graph.v1.Edge> edges = 2 [json_name = "edges"];- Specified by:
getEdgesMapin interfaceGraphOrBuilder
-
getEdgesOrDefault
Dictionary of edges connecting nodes.
map<string, .arg_services.graph.v1.Edge> edges = 2 [json_name = "edges"];- Specified by:
getEdgesOrDefaultin interfaceGraphOrBuilder
-
getEdgesOrThrow
Dictionary of edges connecting nodes.
map<string, .arg_services.graph.v1.Edge> edges = 2 [json_name = "edges"];- Specified by:
getEdgesOrThrowin interfaceGraphOrBuilder
-
getResourcesCount
public int getResourcesCount()Description copied from interface:GraphOrBuilderDictionary of resources (i.e., source texts) of the argument such as newspaper articles.
map<string, .arg_services.graph.v1.Resource> resources = 3 [json_name = "resources"];- Specified by:
getResourcesCountin interfaceGraphOrBuilder
-
containsResources
Dictionary of resources (i.e., source texts) of the argument such as newspaper articles.
map<string, .arg_services.graph.v1.Resource> resources = 3 [json_name = "resources"];- Specified by:
containsResourcesin interfaceGraphOrBuilder
-
getResources
Deprecated.UsegetResourcesMap()instead.- Specified by:
getResourcesin interfaceGraphOrBuilder
-
getResourcesMap
Dictionary of resources (i.e., source texts) of the argument such as newspaper articles.
map<string, .arg_services.graph.v1.Resource> resources = 3 [json_name = "resources"];- Specified by:
getResourcesMapin interfaceGraphOrBuilder
-
getResourcesOrDefault
Dictionary of resources (i.e., source texts) of the argument such as newspaper articles.
map<string, .arg_services.graph.v1.Resource> resources = 3 [json_name = "resources"];- Specified by:
getResourcesOrDefaultin interfaceGraphOrBuilder
-
getResourcesOrThrow
Dictionary of resources (i.e., source texts) of the argument such as newspaper articles.
map<string, .arg_services.graph.v1.Resource> resources = 3 [json_name = "resources"];- Specified by:
getResourcesOrThrowin interfaceGraphOrBuilder
-
getParticipantsCount
public int getParticipantsCount()Description copied from interface:GraphOrBuilderDictionary of participants (i.e., persons, users) that created the original argument.
map<string, .arg_services.graph.v1.Participant> participants = 4 [json_name = "participants"];- Specified by:
getParticipantsCountin interfaceGraphOrBuilder
-
containsParticipants
Dictionary of participants (i.e., persons, users) that created the original argument.
map<string, .arg_services.graph.v1.Participant> participants = 4 [json_name = "participants"];- Specified by:
containsParticipantsin interfaceGraphOrBuilder
-
getParticipants
Deprecated.UsegetParticipantsMap()instead.- Specified by:
getParticipantsin interfaceGraphOrBuilder
-
getParticipantsMap
Dictionary of participants (i.e., persons, users) that created the original argument.
map<string, .arg_services.graph.v1.Participant> participants = 4 [json_name = "participants"];- Specified by:
getParticipantsMapin interfaceGraphOrBuilder
-
getParticipantsOrDefault
Dictionary of participants (i.e., persons, users) that created the original argument.
map<string, .arg_services.graph.v1.Participant> participants = 4 [json_name = "participants"];- Specified by:
getParticipantsOrDefaultin interfaceGraphOrBuilder
-
getParticipantsOrThrow
Dictionary of participants (i.e., persons, users) that created the original argument.
map<string, .arg_services.graph.v1.Participant> participants = 4 [json_name = "participants"];- Specified by:
getParticipantsOrThrowin interfaceGraphOrBuilder
-
getAnalystsCount
public int getAnalystsCount()Description copied from interface:GraphOrBuilderDictionary of analysts/annotators that created the graph-based representation of the original argument.
map<string, .arg_services.graph.v1.Analyst> analysts = 5 [json_name = "analysts"];- Specified by:
getAnalystsCountin interfaceGraphOrBuilder
-
containsAnalysts
Dictionary of analysts/annotators that created the graph-based representation of the original argument.
map<string, .arg_services.graph.v1.Analyst> analysts = 5 [json_name = "analysts"];- Specified by:
containsAnalystsin interfaceGraphOrBuilder
-
getAnalysts
Deprecated.UsegetAnalystsMap()instead.- Specified by:
getAnalystsin interfaceGraphOrBuilder
-
getAnalystsMap
Dictionary of analysts/annotators that created the graph-based representation of the original argument.
map<string, .arg_services.graph.v1.Analyst> analysts = 5 [json_name = "analysts"];- Specified by:
getAnalystsMapin interfaceGraphOrBuilder
-
getAnalystsOrDefault
Dictionary of analysts/annotators that created the graph-based representation of the original argument.
map<string, .arg_services.graph.v1.Analyst> analysts = 5 [json_name = "analysts"];- Specified by:
getAnalystsOrDefaultin interfaceGraphOrBuilder
-
getAnalystsOrThrow
Dictionary of analysts/annotators that created the graph-based representation of the original argument.
map<string, .arg_services.graph.v1.Analyst> analysts = 5 [json_name = "analysts"];- Specified by:
getAnalystsOrThrowin interfaceGraphOrBuilder
-
hasMajorClaim
public boolean hasMajorClaim()ID of the atom node being the major claim of the graph.
optional string major_claim = 6 [json_name = "majorClaim"];- Specified by:
hasMajorClaimin interfaceGraphOrBuilder- Returns:
- Whether the majorClaim field is set.
-
getMajorClaim
ID of the atom node being the major claim of the graph.
optional string major_claim = 6 [json_name = "majorClaim"];- Specified by:
getMajorClaimin interfaceGraphOrBuilder- Returns:
- The majorClaim.
-
getMajorClaimBytes
public com.google.protobuf.ByteString getMajorClaimBytes()ID of the atom node being the major claim of the graph.
optional string major_claim = 6 [json_name = "majorClaim"];- Specified by:
getMajorClaimBytesin interfaceGraphOrBuilder- Returns:
- The bytes for majorClaim.
-
getSchemaVersion
public int getSchemaVersion()Version of the protobuf schema. Should be always `1`.
uint32 schema_version = 7 [json_name = "schemaVersion"];- Specified by:
getSchemaVersionin interfaceGraphOrBuilder- Returns:
- The schemaVersion.
-
getLibraryVersion
Library used for serializing the graph. Should be unique accross programming languages (e.g., `arguebuf-python:1.2.0`).
string library_version = 8 [json_name = "libraryVersion"];- Specified by:
getLibraryVersionin interfaceGraphOrBuilder- Returns:
- The libraryVersion.
-
getLibraryVersionBytes
public com.google.protobuf.ByteString getLibraryVersionBytes()Library used for serializing the graph. Should be unique accross programming languages (e.g., `arguebuf-python:1.2.0`).
string library_version = 8 [json_name = "libraryVersion"];- Specified by:
getLibraryVersionBytesin interfaceGraphOrBuilder- Returns:
- The bytes for libraryVersion.
-
hasMetadata
public boolean hasMetadata()Store programmatic data like creation times.
.arg_services.graph.v1.Metadata metadata = 14 [json_name = "metadata"];- Specified by:
hasMetadatain interfaceGraphOrBuilder- Returns:
- Whether the metadata field is set.
-
getMetadata
Store programmatic data like creation times.
.arg_services.graph.v1.Metadata metadata = 14 [json_name = "metadata"];- Specified by:
getMetadatain interfaceGraphOrBuilder- Returns:
- The metadata.
-
getMetadataOrBuilder
Store programmatic data like creation times.
.arg_services.graph.v1.Metadata metadata = 14 [json_name = "metadata"];- Specified by:
getMetadataOrBuilderin interfaceGraphOrBuilder
-
hasUserdata
public boolean hasUserdata()Store arbitrary data as needed by a user. May contain all valid JSON values.
.google.protobuf.Struct userdata = 15 [json_name = "userdata"];- Specified by:
hasUserdatain interfaceGraphOrBuilder- Returns:
- Whether the userdata field is set.
-
getUserdata
public com.google.protobuf.Struct getUserdata()Store arbitrary data as needed by a user. May contain all valid JSON values.
.google.protobuf.Struct userdata = 15 [json_name = "userdata"];- Specified by:
getUserdatain interfaceGraphOrBuilder- Returns:
- The userdata.
-
getUserdataOrBuilder
public com.google.protobuf.StructOrBuilder getUserdataOrBuilder()Store arbitrary data as needed by a user. May contain all valid JSON values.
.google.protobuf.Struct userdata = 15 [json_name = "userdata"];- Specified by:
getUserdataOrBuilderin interfaceGraphOrBuilder
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Graph parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Graph parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Graph parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Graph parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Graph parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Graph parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static Graph parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static Graph parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static Graph parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
-
toBuilder
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Graph.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) - Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-