| Package | Description |
|---|---|
| org.janusgraph.graphdb.grpc.types |
| Modifier and Type | Method and Description |
|---|---|
VertexProperty.Builder |
VertexCompositeGraphIndex.Builder.addKeysBuilder()
The vertex property keys.
|
VertexProperty.Builder |
VertexCompositeGraphIndex.Builder.addKeysBuilder(int index)
The vertex property keys.
|
VertexProperty.Builder |
VertexLabel.Builder.addPropertiesBuilder()
Contains all constrained properties at the moment.
|
VertexProperty.Builder |
VertexLabel.Builder.addPropertiesBuilder(int index)
Contains all constrained properties at the moment.
|
VertexProperty.Builder |
VertexProperty.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
VertexProperty.Builder |
VertexProperty.Builder.clear() |
VertexProperty.Builder |
VertexProperty.Builder.clearCardinality()
Defines cardinality.
|
VertexProperty.Builder |
VertexProperty.Builder.clearDataType()
The Data type.
|
VertexProperty.Builder |
VertexProperty.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
VertexProperty.Builder |
VertexProperty.Builder.clearId()
The Internal id.
|
VertexProperty.Builder |
VertexProperty.Builder.clearName()
The VertexProperty Name.
|
VertexProperty.Builder |
VertexProperty.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
VertexProperty.Builder |
VertexProperty.Builder.clone() |
VertexProperty.Builder |
VertexCompositeGraphIndex.Builder.getKeysBuilder(int index)
The vertex property keys.
|
VertexProperty.Builder |
VertexLabel.Builder.getPropertiesBuilder(int index)
Contains all constrained properties at the moment.
|
VertexProperty.Builder |
VertexProperty.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
VertexProperty.Builder |
VertexProperty.Builder.mergeFrom(com.google.protobuf.Message other) |
VertexProperty.Builder |
VertexProperty.Builder.mergeFrom(VertexProperty other) |
VertexProperty.Builder |
VertexProperty.Builder.mergeId(com.google.protobuf.Any value)
The Internal id.
|
VertexProperty.Builder |
VertexProperty.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static VertexProperty.Builder |
VertexProperty.newBuilder() |
static VertexProperty.Builder |
VertexProperty.newBuilder(VertexProperty prototype) |
VertexProperty.Builder |
VertexProperty.newBuilderForType() |
protected VertexProperty.Builder |
VertexProperty.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
VertexProperty.Builder |
VertexProperty.Builder.setCardinality(VertexProperty.Cardinality value)
Defines cardinality.
|
VertexProperty.Builder |
VertexProperty.Builder.setCardinalityValue(int value)
Defines cardinality.
|
VertexProperty.Builder |
VertexProperty.Builder.setDataType(PropertyDataType value)
The Data type.
|
VertexProperty.Builder |
VertexProperty.Builder.setDataTypeValue(int value)
The Data type.
|
VertexProperty.Builder |
VertexProperty.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
VertexProperty.Builder |
VertexProperty.Builder.setId(com.google.protobuf.Any.Builder builderForValue)
The Internal id.
|
VertexProperty.Builder |
VertexProperty.Builder.setId(com.google.protobuf.Any value)
The Internal id.
|
VertexProperty.Builder |
VertexProperty.Builder.setName(String value)
The VertexProperty Name.
|
VertexProperty.Builder |
VertexProperty.Builder.setNameBytes(com.google.protobuf.ByteString value)
The VertexProperty Name.
|
VertexProperty.Builder |
VertexProperty.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
VertexProperty.Builder |
VertexProperty.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
VertexProperty.Builder |
VertexProperty.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<VertexProperty.Builder> |
VertexCompositeGraphIndex.Builder.getKeysBuilderList()
The vertex property keys.
|
List<VertexProperty.Builder> |
VertexLabel.Builder.getPropertiesBuilderList()
Contains all constrained properties at the moment.
|
| Modifier and Type | Method and Description |
|---|---|
VertexCompositeGraphIndex.Builder |
VertexCompositeGraphIndex.Builder.addKeys(int index,
VertexProperty.Builder builderForValue)
The vertex property keys.
|
VertexCompositeGraphIndex.Builder |
VertexCompositeGraphIndex.Builder.addKeys(VertexProperty.Builder builderForValue)
The vertex property keys.
|
VertexLabel.Builder |
VertexLabel.Builder.addProperties(int index,
VertexProperty.Builder builderForValue)
Contains all constrained properties at the moment.
|
VertexLabel.Builder |
VertexLabel.Builder.addProperties(VertexProperty.Builder builderForValue)
Contains all constrained properties at the moment.
|
VertexCompositeGraphIndex.Builder |
VertexCompositeGraphIndex.Builder.setKeys(int index,
VertexProperty.Builder builderForValue)
The vertex property keys.
|
VertexLabel.Builder |
VertexLabel.Builder.setProperties(int index,
VertexProperty.Builder builderForValue)
Contains all constrained properties at the moment.
|
Copyright © 2012–2024. All rights reserved.