public static final class ElasticItem.Item extends com.google.protobuf.GeneratedMessageV3 implements ElasticItem.ItemOrBuilder
dstore.elastic.item.Item| Modifier and Type | Class and Description |
|---|---|
static class |
ElasticItem.Item.Builder
Protobuf type
dstore.elastic.item.Item |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
DOCUMENT_ID_FIELD_NUMBER |
static int |
INDEX_NAME_FIELD_NUMBER |
static int |
LAST_UPDATED_FIELD_NUMBER |
static int |
NODE_FIELD_NUMBER |
static int |
SCORE_FIELD_NUMBER |
static int |
VARIANT_NODE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static ElasticItem.Item |
getDefaultInstance() |
ElasticItem.Item |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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; |
com.google.protobuf.Parser<ElasticItem.Item> |
getParserForType() |
double |
getScore()
optional double score = 10; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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; |
int |
hashCode() |
boolean |
hasLastUpdated()
optional .dstore.values.timestampValue last_updated = 3; |
boolean |
hasNode()
optional .dstore.elastic.node.Node node = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ElasticItem.Item.Builder |
newBuilder() |
static ElasticItem.Item.Builder |
newBuilder(ElasticItem.Item prototype) |
ElasticItem.Item.Builder |
newBuilderForType() |
protected ElasticItem.Item.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static ElasticItem.Item |
parseDelimitedFrom(java.io.InputStream input) |
static ElasticItem.Item |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ElasticItem.Item |
parseFrom(byte[] data) |
static ElasticItem.Item |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ElasticItem.Item |
parseFrom(com.google.protobuf.ByteString data) |
static ElasticItem.Item |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ElasticItem.Item |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ElasticItem.Item |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ElasticItem.Item |
parseFrom(java.io.InputStream input) |
static ElasticItem.Item |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ElasticItem.Item> |
parser() |
ElasticItem.Item.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int NODE_FIELD_NUMBER
public static final int VARIANT_NODE_FIELD_NUMBER
public static final int LAST_UPDATED_FIELD_NUMBER
public static final int SCORE_FIELD_NUMBER
public static final int INDEX_NAME_FIELD_NUMBER
public static final int DOCUMENT_ID_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasNode()
optional .dstore.elastic.node.Node node = 1;hasNode in interface ElasticItem.ItemOrBuilderpublic ElasticNode.Node getNode()
optional .dstore.elastic.node.Node node = 1;getNode in interface ElasticItem.ItemOrBuilderpublic ElasticNode.NodeOrBuilder getNodeOrBuilder()
optional .dstore.elastic.node.Node node = 1;getNodeOrBuilder in interface ElasticItem.ItemOrBuilderpublic java.util.List<ElasticNode.Node> getVariantNodeList()
repeated .dstore.elastic.node.Node variant_node = 2;getVariantNodeList in interface ElasticItem.ItemOrBuilderpublic java.util.List<? extends ElasticNode.NodeOrBuilder> getVariantNodeOrBuilderList()
repeated .dstore.elastic.node.Node variant_node = 2;getVariantNodeOrBuilderList in interface ElasticItem.ItemOrBuilderpublic int getVariantNodeCount()
repeated .dstore.elastic.node.Node variant_node = 2;getVariantNodeCount in interface ElasticItem.ItemOrBuilderpublic ElasticNode.Node getVariantNode(int index)
repeated .dstore.elastic.node.Node variant_node = 2;getVariantNode in interface ElasticItem.ItemOrBuilderpublic ElasticNode.NodeOrBuilder getVariantNodeOrBuilder(int index)
repeated .dstore.elastic.node.Node variant_node = 2;getVariantNodeOrBuilder in interface ElasticItem.ItemOrBuilderpublic boolean hasLastUpdated()
optional .dstore.values.timestampValue last_updated = 3;hasLastUpdated in interface ElasticItem.ItemOrBuilderpublic Values.timestampValue getLastUpdated()
optional .dstore.values.timestampValue last_updated = 3;getLastUpdated in interface ElasticItem.ItemOrBuilderpublic Values.timestampValueOrBuilder getLastUpdatedOrBuilder()
optional .dstore.values.timestampValue last_updated = 3;getLastUpdatedOrBuilder in interface ElasticItem.ItemOrBuilderpublic double getScore()
optional double score = 10;getScore in interface ElasticItem.ItemOrBuilderpublic java.lang.String getIndexName()
optional string index_name = 11;getIndexName in interface ElasticItem.ItemOrBuilderpublic com.google.protobuf.ByteString getIndexNameBytes()
optional string index_name = 11;getIndexNameBytes in interface ElasticItem.ItemOrBuilderpublic java.lang.String getDocumentId()
optional string document_id = 12;getDocumentId in interface ElasticItem.ItemOrBuilderpublic com.google.protobuf.ByteString getDocumentIdBytes()
optional string document_id = 12;getDocumentIdBytes in interface ElasticItem.ItemOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ElasticItem.Item parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ElasticItem.Item parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ElasticItem.Item parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ElasticItem.Item parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ElasticItem.Item parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ElasticItem.Item parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ElasticItem.Item parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ElasticItem.Item parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ElasticItem.Item parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ElasticItem.Item parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic ElasticItem.Item.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ElasticItem.Item.Builder newBuilder()
public static ElasticItem.Item.Builder newBuilder(ElasticItem.Item prototype)
public ElasticItem.Item.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ElasticItem.Item.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ElasticItem.Item getDefaultInstance()
public static com.google.protobuf.Parser<ElasticItem.Item> parser()
public com.google.protobuf.Parser<ElasticItem.Item> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ElasticItem.Item getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder