Uses of Class
lgraph.Lgraph.VertexData
-
Packages that use Lgraph.VertexData Package Description lgraph -
-
Uses of Lgraph.VertexData in lgraph
Fields in lgraph with type parameters of type Lgraph.VertexData Modifier and Type Field Description static com.google.protobuf.Parser<Lgraph.VertexData>Lgraph.VertexData. PARSERDeprecated.Methods in lgraph that return Lgraph.VertexData Modifier and Type Method Description Lgraph.VertexDataLgraph.VertexData.Builder. build()Lgraph.VertexDataLgraph.VertexData.Builder. buildPartial()static Lgraph.VertexDataLgraph.VertexData. getDefaultInstance()Lgraph.VertexDataLgraph.VertexData.Builder. getDefaultInstanceForType()Lgraph.VertexDataLgraph.VertexData. getDefaultInstanceForType()Lgraph.VertexDataLgraph.SubGraphResponse.Builder. getNodes(int index)repeated .lgraph.VertexData nodes = 1;Lgraph.VertexDataLgraph.SubGraphResponse. getNodes(int index)repeated .lgraph.VertexData nodes = 1;Lgraph.VertexDataLgraph.SubGraphResponseOrBuilder. getNodes(int index)repeated .lgraph.VertexData nodes = 1;static Lgraph.VertexDataLgraph.VertexData. parseDelimitedFrom(InputStream input)static Lgraph.VertexDataLgraph.VertexData. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Lgraph.VertexDataLgraph.VertexData. parseFrom(byte[] data)static Lgraph.VertexDataLgraph.VertexData. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Lgraph.VertexDataLgraph.VertexData. parseFrom(com.google.protobuf.ByteString data)static Lgraph.VertexDataLgraph.VertexData. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Lgraph.VertexDataLgraph.VertexData. parseFrom(com.google.protobuf.CodedInputStream input)static Lgraph.VertexDataLgraph.VertexData. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Lgraph.VertexDataLgraph.VertexData. parseFrom(InputStream input)static Lgraph.VertexDataLgraph.VertexData. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Lgraph.VertexDataLgraph.VertexData. parseFrom(ByteBuffer data)static Lgraph.VertexDataLgraph.VertexData. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in lgraph that return types with arguments of type Lgraph.VertexData Modifier and Type Method Description List<Lgraph.VertexData>Lgraph.SubGraphResponse.Builder. getNodesList()repeated .lgraph.VertexData nodes = 1;List<Lgraph.VertexData>Lgraph.SubGraphResponse. getNodesList()repeated .lgraph.VertexData nodes = 1;List<Lgraph.VertexData>Lgraph.SubGraphResponseOrBuilder. getNodesList()repeated .lgraph.VertexData nodes = 1;com.google.protobuf.Parser<Lgraph.VertexData>Lgraph.VertexData. getParserForType()static com.google.protobuf.Parser<Lgraph.VertexData>Lgraph.VertexData. parser()Methods in lgraph with parameters of type Lgraph.VertexData Modifier and Type Method Description Lgraph.SubGraphResponse.BuilderLgraph.SubGraphResponse.Builder. addNodes(int index, Lgraph.VertexData value)repeated .lgraph.VertexData nodes = 1;Lgraph.SubGraphResponse.BuilderLgraph.SubGraphResponse.Builder. addNodes(Lgraph.VertexData value)repeated .lgraph.VertexData nodes = 1;Lgraph.VertexData.BuilderLgraph.VertexData.Builder. mergeFrom(Lgraph.VertexData other)static Lgraph.VertexData.BuilderLgraph.VertexData. newBuilder(Lgraph.VertexData prototype)Lgraph.SubGraphResponse.BuilderLgraph.SubGraphResponse.Builder. setNodes(int index, Lgraph.VertexData value)repeated .lgraph.VertexData nodes = 1;Method parameters in lgraph with type arguments of type Lgraph.VertexData Modifier and Type Method Description Lgraph.SubGraphResponse.BuilderLgraph.SubGraphResponse.Builder. addAllNodes(Iterable<? extends Lgraph.VertexData> values)repeated .lgraph.VertexData nodes = 1;
-