| Package | Description |
|---|---|
| org.janusgraph.graphdb.grpc.types |
| Modifier and Type | Method and Description |
|---|---|
EdgeProperty |
EdgeProperty.Builder.build() |
EdgeProperty |
EdgeProperty.Builder.buildPartial() |
static EdgeProperty |
EdgeProperty.getDefaultInstance() |
EdgeProperty |
EdgeProperty.getDefaultInstanceForType() |
EdgeProperty |
EdgeProperty.Builder.getDefaultInstanceForType() |
EdgeProperty |
EdgeLabel.getProperties(int index)
All properties constrained to this edge label.
|
EdgeProperty |
EdgeLabel.Builder.getProperties(int index)
All properties constrained to this edge label.
|
EdgeProperty |
EdgeLabelOrBuilder.getProperties(int index)
All properties constrained to this edge label.
|
static EdgeProperty |
EdgeProperty.parseDelimitedFrom(InputStream input) |
static EdgeProperty |
EdgeProperty.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EdgeProperty |
EdgeProperty.parseFrom(byte[] data) |
static EdgeProperty |
EdgeProperty.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EdgeProperty |
EdgeProperty.parseFrom(ByteBuffer data) |
static EdgeProperty |
EdgeProperty.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EdgeProperty |
EdgeProperty.parseFrom(com.google.protobuf.ByteString data) |
static EdgeProperty |
EdgeProperty.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EdgeProperty |
EdgeProperty.parseFrom(com.google.protobuf.CodedInputStream input) |
static EdgeProperty |
EdgeProperty.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EdgeProperty |
EdgeProperty.parseFrom(InputStream input) |
static EdgeProperty |
EdgeProperty.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<EdgeProperty> |
EdgeProperty.getParserForType() |
List<EdgeProperty> |
EdgeLabel.getPropertiesList()
All properties constrained to this edge label.
|
List<EdgeProperty> |
EdgeLabel.Builder.getPropertiesList()
All properties constrained to this edge label.
|
List<EdgeProperty> |
EdgeLabelOrBuilder.getPropertiesList()
All properties constrained to this edge label.
|
static com.google.protobuf.Parser<EdgeProperty> |
EdgeProperty.parser() |
| Modifier and Type | Method and Description |
|---|---|
EdgeLabel.Builder |
EdgeLabel.Builder.addProperties(EdgeProperty value)
All properties constrained to this edge label.
|
EdgeLabel.Builder |
EdgeLabel.Builder.addProperties(int index,
EdgeProperty value)
All properties constrained to this edge label.
|
EdgeProperty.Builder |
EdgeProperty.Builder.mergeFrom(EdgeProperty other) |
static EdgeProperty.Builder |
EdgeProperty.newBuilder(EdgeProperty prototype) |
EdgeLabel.Builder |
EdgeLabel.Builder.setProperties(int index,
EdgeProperty value)
All properties constrained to this edge label.
|
| Modifier and Type | Method and Description |
|---|---|
EdgeLabel.Builder |
EdgeLabel.Builder.addAllProperties(Iterable<? extends EdgeProperty> values)
All properties constrained to this edge label.
|
Copyright © 2012–2024. All rights reserved.