| Package | Description |
|---|---|
| lgraph |
| Modifier and Type | Method and Description |
|---|---|
Lgraph.ListOfProtoFieldData.Builder |
Lgraph.ListOfProtoFieldData.Builder.addAllValues(Iterable<? extends Lgraph.ProtoFieldData> values)
repeated .lgraph.ProtoFieldData values = 1; |
Lgraph.ListOfProtoFieldData.Builder |
Lgraph.ListOfProtoFieldData.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Lgraph.ListOfProtoFieldData.Builder |
Lgraph.GraphQueryResult.Builder.addResultBuilder()
repeated .lgraph.ListOfProtoFieldData result = 2; |
Lgraph.ListOfProtoFieldData.Builder |
Lgraph.GraphQueryResult.Builder.addResultBuilder(int index)
repeated .lgraph.ListOfProtoFieldData result = 2; |
Lgraph.ListOfProtoFieldData.Builder |
Lgraph.ListOfProtoFieldData.Builder.addValues(int index,
Lgraph.ProtoFieldData.Builder builderForValue)
repeated .lgraph.ProtoFieldData values = 1; |
Lgraph.ListOfProtoFieldData.Builder |
Lgraph.ListOfProtoFieldData.Builder.addValues(int index,
Lgraph.ProtoFieldData value)
repeated .lgraph.ProtoFieldData values = 1; |
Lgraph.ListOfProtoFieldData.Builder |
Lgraph.ListOfProtoFieldData.Builder.addValues(Lgraph.ProtoFieldData.Builder builderForValue)
repeated .lgraph.ProtoFieldData values = 1; |
Lgraph.ListOfProtoFieldData.Builder |
Lgraph.ListOfProtoFieldData.Builder.addValues(Lgraph.ProtoFieldData value)
repeated .lgraph.ProtoFieldData values = 1; |
Lgraph.ListOfProtoFieldData.Builder |
Lgraph.AddVertexesRequest.Builder.addVertexesBuilder()
list of vector<FieldData>, each for one vertex
|
Lgraph.ListOfProtoFieldData.Builder |
Lgraph.AddVertexesRequest.Builder.addVertexesBuilder(int index)
list of vector<FieldData>, each for one vertex
|
Lgraph.ListOfProtoFieldData.Builder |
Lgraph.ListOfProtoFieldData.Builder.clear() |
Lgraph.ListOfProtoFieldData.Builder |
Lgraph.ListOfProtoFieldData.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Lgraph.ListOfProtoFieldData.Builder |
Lgraph.ListOfProtoFieldData.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Lgraph.ListOfProtoFieldData.Builder |
Lgraph.ListOfProtoFieldData.Builder.clearValues()
repeated .lgraph.ProtoFieldData values = 1; |
Lgraph.ListOfProtoFieldData.Builder |
Lgraph.ListOfProtoFieldData.Builder.clone() |
Lgraph.ListOfProtoFieldData.Builder |
Lgraph.GraphQueryRequest.Builder.getParamValuesBuilder()
optional .lgraph.ListOfProtoFieldData param_values = 4; |
Lgraph.ListOfProtoFieldData.Builder |
Lgraph.GraphQueryResult.Builder.getResultBuilder(int index)
repeated .lgraph.ListOfProtoFieldData result = 2; |
Lgraph.ListOfProtoFieldData.Builder |
Lgraph.SrcDstFieldValues.Builder.getValuesBuilder()
required .lgraph.ListOfProtoFieldData values = 3; |
Lgraph.ListOfProtoFieldData.Builder |
Lgraph.ModVertexRequest.Builder.getValuesBuilder()
required .lgraph.ListOfProtoFieldData values = 4; |
Lgraph.ListOfProtoFieldData.Builder |
Lgraph.ModEdgeRequest.Builder.getValuesBuilder()
required .lgraph.ListOfProtoFieldData values = 7; |
Lgraph.ListOfProtoFieldData.Builder |
Lgraph.AddVertexesRequest.Builder.getVertexesBuilder(int index)
list of vector<FieldData>, each for one vertex
|
Lgraph.ListOfProtoFieldData.Builder |
Lgraph.ListOfProtoFieldData.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Lgraph.ListOfProtoFieldData.Builder |
Lgraph.ListOfProtoFieldData.Builder.mergeFrom(Lgraph.ListOfProtoFieldData other) |
Lgraph.ListOfProtoFieldData.Builder |
Lgraph.ListOfProtoFieldData.Builder.mergeFrom(com.google.protobuf.Message other) |
Lgraph.ListOfProtoFieldData.Builder |
Lgraph.ListOfProtoFieldData.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Lgraph.ListOfProtoFieldData.Builder |
Lgraph.ListOfProtoFieldData.newBuilder() |
static Lgraph.ListOfProtoFieldData.Builder |
Lgraph.ListOfProtoFieldData.newBuilder(Lgraph.ListOfProtoFieldData prototype) |
Lgraph.ListOfProtoFieldData.Builder |
Lgraph.ListOfProtoFieldData.newBuilderForType() |
protected Lgraph.ListOfProtoFieldData.Builder |
Lgraph.ListOfProtoFieldData.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Lgraph.ListOfProtoFieldData.Builder |
Lgraph.ListOfProtoFieldData.Builder.removeValues(int index)
repeated .lgraph.ProtoFieldData values = 1; |
Lgraph.ListOfProtoFieldData.Builder |
Lgraph.ListOfProtoFieldData.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Lgraph.ListOfProtoFieldData.Builder |
Lgraph.ListOfProtoFieldData.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Lgraph.ListOfProtoFieldData.Builder |
Lgraph.ListOfProtoFieldData.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Lgraph.ListOfProtoFieldData.Builder |
Lgraph.ListOfProtoFieldData.Builder.setValues(int index,
Lgraph.ProtoFieldData.Builder builderForValue)
repeated .lgraph.ProtoFieldData values = 1; |
Lgraph.ListOfProtoFieldData.Builder |
Lgraph.ListOfProtoFieldData.Builder.setValues(int index,
Lgraph.ProtoFieldData value)
repeated .lgraph.ProtoFieldData values = 1; |
Lgraph.ListOfProtoFieldData.Builder |
Lgraph.ListOfProtoFieldData.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<Lgraph.ListOfProtoFieldData.Builder> |
Lgraph.GraphQueryResult.Builder.getResultBuilderList()
repeated .lgraph.ListOfProtoFieldData result = 2; |
List<Lgraph.ListOfProtoFieldData.Builder> |
Lgraph.AddVertexesRequest.Builder.getVertexesBuilderList()
list of vector<FieldData>, each for one vertex
|
| Modifier and Type | Method and Description |
|---|---|
Lgraph.GraphQueryResult.Builder |
Lgraph.GraphQueryResult.Builder.addResult(int index,
Lgraph.ListOfProtoFieldData.Builder builderForValue)
repeated .lgraph.ListOfProtoFieldData result = 2; |
Lgraph.GraphQueryResult.Builder |
Lgraph.GraphQueryResult.Builder.addResult(Lgraph.ListOfProtoFieldData.Builder builderForValue)
repeated .lgraph.ListOfProtoFieldData result = 2; |
Lgraph.AddVertexesRequest.Builder |
Lgraph.AddVertexesRequest.Builder.addVertexes(int index,
Lgraph.ListOfProtoFieldData.Builder builderForValue)
list of vector<FieldData>, each for one vertex
|
Lgraph.AddVertexesRequest.Builder |
Lgraph.AddVertexesRequest.Builder.addVertexes(Lgraph.ListOfProtoFieldData.Builder builderForValue)
list of vector<FieldData>, each for one vertex
|
Lgraph.GraphQueryRequest.Builder |
Lgraph.GraphQueryRequest.Builder.setParamValues(Lgraph.ListOfProtoFieldData.Builder builderForValue)
optional .lgraph.ListOfProtoFieldData param_values = 4; |
Lgraph.GraphQueryResult.Builder |
Lgraph.GraphQueryResult.Builder.setResult(int index,
Lgraph.ListOfProtoFieldData.Builder builderForValue)
repeated .lgraph.ListOfProtoFieldData result = 2; |
Lgraph.SrcDstFieldValues.Builder |
Lgraph.SrcDstFieldValues.Builder.setValues(Lgraph.ListOfProtoFieldData.Builder builderForValue)
required .lgraph.ListOfProtoFieldData values = 3; |
Lgraph.ModVertexRequest.Builder |
Lgraph.ModVertexRequest.Builder.setValues(Lgraph.ListOfProtoFieldData.Builder builderForValue)
required .lgraph.ListOfProtoFieldData values = 4; |
Lgraph.ModEdgeRequest.Builder |
Lgraph.ModEdgeRequest.Builder.setValues(Lgraph.ListOfProtoFieldData.Builder builderForValue)
required .lgraph.ListOfProtoFieldData values = 7; |
Lgraph.AddVertexesRequest.Builder |
Lgraph.AddVertexesRequest.Builder.setVertexes(int index,
Lgraph.ListOfProtoFieldData.Builder builderForValue)
list of vector<FieldData>, each for one vertex
|
Copyright © 2023 Ant Group. All rights reserved.