public interface 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; |
Item.Node |
getNode()
optional .dstore.elastic.item.item.Item.Node node = 1; |
Item.NodeOrBuilder |
getNodeOrBuilder()
optional .dstore.elastic.item.item.Item.Node node = 1; |
double |
getScore()
optional double score = 10; |
Item.Node |
getVariantNode(int index)
repeated .dstore.elastic.item.item.Item.Node variant_node = 2; |
int |
getVariantNodeCount()
repeated .dstore.elastic.item.item.Item.Node variant_node = 2; |
java.util.List<Item.Node> |
getVariantNodeList()
repeated .dstore.elastic.item.item.Item.Node variant_node = 2; |
Item.NodeOrBuilder |
getVariantNodeOrBuilder(int index)
repeated .dstore.elastic.item.item.Item.Node variant_node = 2; |
java.util.List<? extends Item.NodeOrBuilder> |
getVariantNodeOrBuilderList()
repeated .dstore.elastic.item.item.Item.Node variant_node = 2; |
boolean |
hasLastUpdated()
optional .dstore.values.timestampValue last_updated = 3; |
boolean |
hasNode()
optional .dstore.elastic.item.item.Item.Node node = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasNode()
optional .dstore.elastic.item.item.Item.Node node = 1;Item.Node getNode()
optional .dstore.elastic.item.item.Item.Node node = 1;Item.NodeOrBuilder getNodeOrBuilder()
optional .dstore.elastic.item.item.Item.Node node = 1;java.util.List<Item.Node> getVariantNodeList()
repeated .dstore.elastic.item.item.Item.Node variant_node = 2;Item.Node getVariantNode(int index)
repeated .dstore.elastic.item.item.Item.Node variant_node = 2;int getVariantNodeCount()
repeated .dstore.elastic.item.item.Item.Node variant_node = 2;java.util.List<? extends Item.NodeOrBuilder> getVariantNodeOrBuilderList()
repeated .dstore.elastic.item.item.Item.Node variant_node = 2;Item.NodeOrBuilder getVariantNodeOrBuilder(int index)
repeated .dstore.elastic.item.item.Item.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;