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.CypherResult.Builder.addResultBuilder() |
repeated .lgraph.ListOfProtoFieldData result = 2;
|
Lgraph.ListOfProtoFieldData.Builder |
Lgraph.CypherResult.Builder.addResultBuilder(int index) |
repeated .lgraph.ListOfProtoFieldData result = 2;
|
Lgraph.ListOfProtoFieldData.Builder |
Lgraph.ListOfProtoFieldData.Builder.addValues(int index,
Lgraph.ProtoFieldData value) |
repeated .lgraph.ProtoFieldData values = 1;
|
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(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.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.CypherRequest.Builder.getParamValuesBuilder() |
optional .lgraph.ListOfProtoFieldData param_values = 3;
|
Lgraph.ListOfProtoFieldData.Builder |
Lgraph.CypherResult.Builder.getResultBuilder(int index) |
repeated .lgraph.ListOfProtoFieldData result = 2;
|
Lgraph.ListOfProtoFieldData.Builder |
Lgraph.ModEdgeRequest.Builder.getValuesBuilder() |
required .lgraph.ListOfProtoFieldData values = 7;
|
Lgraph.ListOfProtoFieldData.Builder |
Lgraph.ModVertexRequest.Builder.getValuesBuilder() |
required .lgraph.ListOfProtoFieldData values = 4;
|
Lgraph.ListOfProtoFieldData.Builder |
Lgraph.SrcDstFieldValues.Builder.getValuesBuilder() |
required .lgraph.ListOfProtoFieldData values = 3;
|
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(com.google.protobuf.Message other) |
|
Lgraph.ListOfProtoFieldData.Builder |
Lgraph.ListOfProtoFieldData.Builder.mergeFrom(Lgraph.ListOfProtoFieldData 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 value) |
repeated .lgraph.ProtoFieldData values = 1;
|
Lgraph.ListOfProtoFieldData.Builder |
Lgraph.ListOfProtoFieldData.Builder.setValues(int index,
Lgraph.ProtoFieldData.Builder builderForValue) |
repeated .lgraph.ProtoFieldData values = 1;
|
Lgraph.ListOfProtoFieldData.Builder |
Lgraph.ListOfProtoFieldData.toBuilder() |
|