public static interface ElasticItem.ItemOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDocumentId()
optional string document_id = 12; |
com.google.protobuf.ByteString |
getDocumentIdBytes()
optional string document_id = 12; |
java.lang.String |
getIndexName()
optional string index_name = 11; |
com.google.protobuf.ByteString |
getIndexNameBytes()
optional string index_name = 11; |
Values.timestampValue |
getLastUpdated()
optional .dstore.values.timestampValue last_updated = 3; |
Values.timestampValueOrBuilder |
getLastUpdatedOrBuilder()
optional .dstore.values.timestampValue last_updated = 3; |
ElasticNode.Node |
getNode()
optional .dstore.elastic.node.Node node = 1; |
ElasticNode.NodeOrBuilder |
getNodeOrBuilder()
optional .dstore.elastic.node.Node node = 1; |
double |
getScore()
optional double score = 10; |
ElasticNode.Node |
getVariantNode(int index)
repeated .dstore.elastic.node.Node variant_node = 2; |
int |
getVariantNodeCount()
repeated .dstore.elastic.node.Node variant_node = 2; |
java.util.List<ElasticNode.Node> |
getVariantNodeList()
repeated .dstore.elastic.node.Node variant_node = 2; |
ElasticNode.NodeOrBuilder |
getVariantNodeOrBuilder(int index)
repeated .dstore.elastic.node.Node variant_node = 2; |
java.util.List<? extends ElasticNode.NodeOrBuilder> |
getVariantNodeOrBuilderList()
repeated .dstore.elastic.node.Node variant_node = 2; |
boolean |
hasLastUpdated()
optional .dstore.values.timestampValue last_updated = 3; |
boolean |
hasNode()
optional .dstore.elastic.node.Node node = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasNode()
optional .dstore.elastic.node.Node node = 1;ElasticNode.Node getNode()
optional .dstore.elastic.node.Node node = 1;ElasticNode.NodeOrBuilder getNodeOrBuilder()
optional .dstore.elastic.node.Node node = 1;java.util.List<ElasticNode.Node> getVariantNodeList()
repeated .dstore.elastic.node.Node variant_node = 2;ElasticNode.Node getVariantNode(int index)
repeated .dstore.elastic.node.Node variant_node = 2;int getVariantNodeCount()
repeated .dstore.elastic.node.Node variant_node = 2;java.util.List<? extends ElasticNode.NodeOrBuilder> getVariantNodeOrBuilderList()
repeated .dstore.elastic.node.Node variant_node = 2;ElasticNode.NodeOrBuilder getVariantNodeOrBuilder(int index)
repeated .dstore.elastic.node.Node variant_node = 2;boolean hasLastUpdated()
optional .dstore.values.timestampValue last_updated = 3;Values.timestampValue getLastUpdated()
optional .dstore.values.timestampValue last_updated = 3;Values.timestampValueOrBuilder getLastUpdatedOrBuilder()
optional .dstore.values.timestampValue last_updated = 3;double getScore()
optional double score = 10;java.lang.String getIndexName()
optional string index_name = 11;com.google.protobuf.ByteString getIndexNameBytes()
optional string index_name = 11;java.lang.String getDocumentId()
optional string document_id = 12;com.google.protobuf.ByteString getDocumentIdBytes()
optional string document_id = 12;