Uses of Class
lgraph.Lgraph.EdgeConstraint
-
Packages that use Lgraph.EdgeConstraint Package Description lgraph -
-
Uses of Lgraph.EdgeConstraint in lgraph
Fields in lgraph with type parameters of type Lgraph.EdgeConstraint Modifier and Type Field Description static com.google.protobuf.Parser<Lgraph.EdgeConstraint>Lgraph.EdgeConstraint. PARSERDeprecated.Methods in lgraph that return Lgraph.EdgeConstraint Modifier and Type Method Description Lgraph.EdgeConstraintLgraph.EdgeConstraint.Builder. build()Lgraph.EdgeConstraintLgraph.EdgeConstraint.Builder. buildPartial()static Lgraph.EdgeConstraintLgraph.EdgeConstraint. getDefaultInstance()Lgraph.EdgeConstraintLgraph.EdgeConstraint.Builder. getDefaultInstanceForType()Lgraph.EdgeConstraintLgraph.EdgeConstraint. getDefaultInstanceForType()Lgraph.EdgeConstraintLgraph.AddLabelRequest.Builder. getEdgeConstraints(int index)repeated .lgraph.EdgeConstraint edge_constraints = 4;Lgraph.EdgeConstraintLgraph.AddLabelRequest. getEdgeConstraints(int index)repeated .lgraph.EdgeConstraint edge_constraints = 4;Lgraph.EdgeConstraintLgraph.AddLabelRequestOrBuilder. getEdgeConstraints(int index)repeated .lgraph.EdgeConstraint edge_constraints = 4;static Lgraph.EdgeConstraintLgraph.EdgeConstraint. parseDelimitedFrom(InputStream input)static Lgraph.EdgeConstraintLgraph.EdgeConstraint. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Lgraph.EdgeConstraintLgraph.EdgeConstraint. parseFrom(byte[] data)static Lgraph.EdgeConstraintLgraph.EdgeConstraint. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Lgraph.EdgeConstraintLgraph.EdgeConstraint. parseFrom(com.google.protobuf.ByteString data)static Lgraph.EdgeConstraintLgraph.EdgeConstraint. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Lgraph.EdgeConstraintLgraph.EdgeConstraint. parseFrom(com.google.protobuf.CodedInputStream input)static Lgraph.EdgeConstraintLgraph.EdgeConstraint. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Lgraph.EdgeConstraintLgraph.EdgeConstraint. parseFrom(InputStream input)static Lgraph.EdgeConstraintLgraph.EdgeConstraint. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Lgraph.EdgeConstraintLgraph.EdgeConstraint. parseFrom(ByteBuffer data)static Lgraph.EdgeConstraintLgraph.EdgeConstraint. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in lgraph that return types with arguments of type Lgraph.EdgeConstraint Modifier and Type Method Description List<Lgraph.EdgeConstraint>Lgraph.AddLabelRequest.Builder. getEdgeConstraintsList()repeated .lgraph.EdgeConstraint edge_constraints = 4;List<Lgraph.EdgeConstraint>Lgraph.AddLabelRequest. getEdgeConstraintsList()repeated .lgraph.EdgeConstraint edge_constraints = 4;List<Lgraph.EdgeConstraint>Lgraph.AddLabelRequestOrBuilder. getEdgeConstraintsList()repeated .lgraph.EdgeConstraint edge_constraints = 4;com.google.protobuf.Parser<Lgraph.EdgeConstraint>Lgraph.EdgeConstraint. getParserForType()static com.google.protobuf.Parser<Lgraph.EdgeConstraint>Lgraph.EdgeConstraint. parser()Methods in lgraph with parameters of type Lgraph.EdgeConstraint Modifier and Type Method Description Lgraph.AddLabelRequest.BuilderLgraph.AddLabelRequest.Builder. addEdgeConstraints(int index, Lgraph.EdgeConstraint value)repeated .lgraph.EdgeConstraint edge_constraints = 4;Lgraph.AddLabelRequest.BuilderLgraph.AddLabelRequest.Builder. addEdgeConstraints(Lgraph.EdgeConstraint value)repeated .lgraph.EdgeConstraint edge_constraints = 4;Lgraph.EdgeConstraint.BuilderLgraph.EdgeConstraint.Builder. mergeFrom(Lgraph.EdgeConstraint other)static Lgraph.EdgeConstraint.BuilderLgraph.EdgeConstraint. newBuilder(Lgraph.EdgeConstraint prototype)Lgraph.AddLabelRequest.BuilderLgraph.AddLabelRequest.Builder. setEdgeConstraints(int index, Lgraph.EdgeConstraint value)repeated .lgraph.EdgeConstraint edge_constraints = 4;Method parameters in lgraph with type arguments of type Lgraph.EdgeConstraint Modifier and Type Method Description Lgraph.AddLabelRequest.BuilderLgraph.AddLabelRequest.Builder. addAllEdgeConstraints(Iterable<? extends Lgraph.EdgeConstraint> values)repeated .lgraph.EdgeConstraint edge_constraints = 4;
-