public static final class ItemGet.Request extends com.google.protobuf.GeneratedMessageV3 implements ItemGet.RequestOrBuilder
dstore.elastic.item.item_get.Request| Modifier and Type | Class and Description |
|---|---|
static class |
ItemGet.Request.Builder
Protobuf type
dstore.elastic.item.item_get.Request |
static class |
ItemGet.Request.Facet
Protobuf type
dstore.elastic.item.item_get.Request.Facet |
static interface |
ItemGet.Request.FacetOrBuilder |
static class |
ItemGet.Request.RangeFacet
Protobuf type
dstore.elastic.item.item_get.Request.RangeFacet |
static interface |
ItemGet.Request.RangeFacetOrBuilder |
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 |
BASE_QUERY_FIELD_NUMBER |
static int |
DATE_RANGE_FACET_FIELD_NUMBER |
static int |
EXCLUDE_FIELD_PATTERN_FIELD_NUMBER |
static int |
FACET_FIELD_NUMBER |
static int |
FROM_FIELD_NUMBER |
static int |
INCLUDE_FIELD_PATTERN_FIELD_NUMBER |
static int |
ONLY_MATCHING_VARIANTS_FIELD_NUMBER |
static int |
POST_QUERY_FIELD_NUMBER |
static int |
RANGE_FACET_FIELD_NUMBER |
static int |
SIZE_FIELD_NUMBER |
static int |
SORT_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
BoolQuery |
getBaseQuery()
Danach wird das Suchergebnis und alle Aggregationen gefiltert
|
BoolQueryOrBuilder |
getBaseQueryOrBuilder()
Danach wird das Suchergebnis und alle Aggregationen gefiltert
|
ItemGet.Request.RangeFacet |
getDateRangeFacet(int index)
repeated .dstore.elastic.item.item_get.Request.RangeFacet date_range_facet = 6; |
int |
getDateRangeFacetCount()
repeated .dstore.elastic.item.item_get.Request.RangeFacet date_range_facet = 6; |
java.util.List<ItemGet.Request.RangeFacet> |
getDateRangeFacetList()
repeated .dstore.elastic.item.item_get.Request.RangeFacet date_range_facet = 6; |
ItemGet.Request.RangeFacetOrBuilder |
getDateRangeFacetOrBuilder(int index)
repeated .dstore.elastic.item.item_get.Request.RangeFacet date_range_facet = 6; |
java.util.List<? extends ItemGet.Request.RangeFacetOrBuilder> |
getDateRangeFacetOrBuilderList()
repeated .dstore.elastic.item.item_get.Request.RangeFacet date_range_facet = 6; |
static ItemGet.Request |
getDefaultInstance() |
ItemGet.Request |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getExcludeFieldPattern(int index)
repeated string exclude_field_pattern = 16; |
com.google.protobuf.ByteString |
getExcludeFieldPatternBytes(int index)
repeated string exclude_field_pattern = 16; |
int |
getExcludeFieldPatternCount()
repeated string exclude_field_pattern = 16; |
com.google.protobuf.ProtocolStringList |
getExcludeFieldPatternList()
repeated string exclude_field_pattern = 16; |
ItemGet.Request.Facet |
getFacet(int index)
repeated .dstore.elastic.item.item_get.Request.Facet facet = 3; |
int |
getFacetCount()
repeated .dstore.elastic.item.item_get.Request.Facet facet = 3; |
java.util.List<ItemGet.Request.Facet> |
getFacetList()
repeated .dstore.elastic.item.item_get.Request.Facet facet = 3; |
ItemGet.Request.FacetOrBuilder |
getFacetOrBuilder(int index)
repeated .dstore.elastic.item.item_get.Request.Facet facet = 3; |
java.util.List<? extends ItemGet.Request.FacetOrBuilder> |
getFacetOrBuilderList()
repeated .dstore.elastic.item.item_get.Request.Facet facet = 3; |
int |
getFrom()
Paginierung GET /_search?size=5&from=5
|
java.lang.String |
getIncludeFieldPattern(int index)
repeated string include_field_pattern = 15; |
com.google.protobuf.ByteString |
getIncludeFieldPatternBytes(int index)
repeated string include_field_pattern = 15; |
int |
getIncludeFieldPatternCount()
repeated string include_field_pattern = 15; |
com.google.protobuf.ProtocolStringList |
getIncludeFieldPatternList()
repeated string include_field_pattern = 15; |
boolean |
getOnlyMatchingVariants()
optional bool only_matching_variants = 7; |
com.google.protobuf.Parser<ItemGet.Request> |
getParserForType() |
BoolQuery |
getPostQuery()
Danach wird das Suchergebnis nachträglich gefiltert und es wird jeweils eine zusätzliche FilteredAggregation geliefert
|
BoolQueryOrBuilder |
getPostQueryOrBuilder()
Danach wird das Suchergebnis nachträglich gefiltert und es wird jeweils eine zusätzliche FilteredAggregation geliefert
|
ItemGet.Request.RangeFacet |
getRangeFacet(int index)
repeated .dstore.elastic.item.item_get.Request.RangeFacet range_facet = 5; |
int |
getRangeFacetCount()
repeated .dstore.elastic.item.item_get.Request.RangeFacet range_facet = 5; |
java.util.List<ItemGet.Request.RangeFacet> |
getRangeFacetList()
repeated .dstore.elastic.item.item_get.Request.RangeFacet range_facet = 5; |
ItemGet.Request.RangeFacetOrBuilder |
getRangeFacetOrBuilder(int index)
repeated .dstore.elastic.item.item_get.Request.RangeFacet range_facet = 5; |
java.util.List<? extends ItemGet.Request.RangeFacetOrBuilder> |
getRangeFacetOrBuilderList()
repeated .dstore.elastic.item.item_get.Request.RangeFacet range_facet = 5; |
int |
getSerializedSize() |
int |
getSize()
optional int32 size = 11; |
Sort |
getSort(int index)
repeated .dstore.elastic.Sort sort = 20; |
int |
getSortCount()
repeated .dstore.elastic.Sort sort = 20; |
java.util.List<Sort> |
getSortList()
repeated .dstore.elastic.Sort sort = 20; |
SortOrBuilder |
getSortOrBuilder(int index)
repeated .dstore.elastic.Sort sort = 20; |
java.util.List<? extends SortOrBuilder> |
getSortOrBuilderList()
repeated .dstore.elastic.Sort sort = 20; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasBaseQuery()
Danach wird das Suchergebnis und alle Aggregationen gefiltert
|
int |
hashCode() |
boolean |
hasPostQuery()
Danach wird das Suchergebnis nachträglich gefiltert und es wird jeweils eine zusätzliche FilteredAggregation geliefert
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ItemGet.Request.Builder |
newBuilder() |
static ItemGet.Request.Builder |
newBuilder(ItemGet.Request prototype) |
ItemGet.Request.Builder |
newBuilderForType() |
protected ItemGet.Request.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static ItemGet.Request |
parseDelimitedFrom(java.io.InputStream input) |
static ItemGet.Request |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ItemGet.Request |
parseFrom(byte[] data) |
static ItemGet.Request |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ItemGet.Request |
parseFrom(com.google.protobuf.ByteString data) |
static ItemGet.Request |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ItemGet.Request |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ItemGet.Request |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ItemGet.Request |
parseFrom(java.io.InputStream input) |
static ItemGet.Request |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ItemGet.Request> |
parser() |
ItemGet.Request.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 BASE_QUERY_FIELD_NUMBER
public static final int POST_QUERY_FIELD_NUMBER
public static final int FACET_FIELD_NUMBER
public static final int RANGE_FACET_FIELD_NUMBER
public static final int DATE_RANGE_FACET_FIELD_NUMBER
public static final int ONLY_MATCHING_VARIANTS_FIELD_NUMBER
public static final int FROM_FIELD_NUMBER
public static final int SIZE_FIELD_NUMBER
public static final int INCLUDE_FIELD_PATTERN_FIELD_NUMBER
public static final int EXCLUDE_FIELD_PATTERN_FIELD_NUMBER
public static final int SORT_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 hasBaseQuery()
Danach wird das Suchergebnis und alle Aggregationen gefiltert
optional .dstore.elastic.BoolQuery base_query = 1;hasBaseQuery in interface ItemGet.RequestOrBuilderpublic BoolQuery getBaseQuery()
Danach wird das Suchergebnis und alle Aggregationen gefiltert
optional .dstore.elastic.BoolQuery base_query = 1;getBaseQuery in interface ItemGet.RequestOrBuilderpublic BoolQueryOrBuilder getBaseQueryOrBuilder()
Danach wird das Suchergebnis und alle Aggregationen gefiltert
optional .dstore.elastic.BoolQuery base_query = 1;getBaseQueryOrBuilder in interface ItemGet.RequestOrBuilderpublic boolean hasPostQuery()
Danach wird das Suchergebnis nachträglich gefiltert und es wird jeweils eine zusätzliche FilteredAggregation geliefert
optional .dstore.elastic.BoolQuery post_query = 2;hasPostQuery in interface ItemGet.RequestOrBuilderpublic BoolQuery getPostQuery()
Danach wird das Suchergebnis nachträglich gefiltert und es wird jeweils eine zusätzliche FilteredAggregation geliefert
optional .dstore.elastic.BoolQuery post_query = 2;getPostQuery in interface ItemGet.RequestOrBuilderpublic BoolQueryOrBuilder getPostQueryOrBuilder()
Danach wird das Suchergebnis nachträglich gefiltert und es wird jeweils eine zusätzliche FilteredAggregation geliefert
optional .dstore.elastic.BoolQuery post_query = 2;getPostQueryOrBuilder in interface ItemGet.RequestOrBuilderpublic java.util.List<ItemGet.Request.Facet> getFacetList()
repeated .dstore.elastic.item.item_get.Request.Facet facet = 3;getFacetList in interface ItemGet.RequestOrBuilderpublic java.util.List<? extends ItemGet.Request.FacetOrBuilder> getFacetOrBuilderList()
repeated .dstore.elastic.item.item_get.Request.Facet facet = 3;getFacetOrBuilderList in interface ItemGet.RequestOrBuilderpublic int getFacetCount()
repeated .dstore.elastic.item.item_get.Request.Facet facet = 3;getFacetCount in interface ItemGet.RequestOrBuilderpublic ItemGet.Request.Facet getFacet(int index)
repeated .dstore.elastic.item.item_get.Request.Facet facet = 3;getFacet in interface ItemGet.RequestOrBuilderpublic ItemGet.Request.FacetOrBuilder getFacetOrBuilder(int index)
repeated .dstore.elastic.item.item_get.Request.Facet facet = 3;getFacetOrBuilder in interface ItemGet.RequestOrBuilderpublic java.util.List<ItemGet.Request.RangeFacet> getRangeFacetList()
repeated .dstore.elastic.item.item_get.Request.RangeFacet range_facet = 5;getRangeFacetList in interface ItemGet.RequestOrBuilderpublic java.util.List<? extends ItemGet.Request.RangeFacetOrBuilder> getRangeFacetOrBuilderList()
repeated .dstore.elastic.item.item_get.Request.RangeFacet range_facet = 5;getRangeFacetOrBuilderList in interface ItemGet.RequestOrBuilderpublic int getRangeFacetCount()
repeated .dstore.elastic.item.item_get.Request.RangeFacet range_facet = 5;getRangeFacetCount in interface ItemGet.RequestOrBuilderpublic ItemGet.Request.RangeFacet getRangeFacet(int index)
repeated .dstore.elastic.item.item_get.Request.RangeFacet range_facet = 5;getRangeFacet in interface ItemGet.RequestOrBuilderpublic ItemGet.Request.RangeFacetOrBuilder getRangeFacetOrBuilder(int index)
repeated .dstore.elastic.item.item_get.Request.RangeFacet range_facet = 5;getRangeFacetOrBuilder in interface ItemGet.RequestOrBuilderpublic java.util.List<ItemGet.Request.RangeFacet> getDateRangeFacetList()
repeated .dstore.elastic.item.item_get.Request.RangeFacet date_range_facet = 6;getDateRangeFacetList in interface ItemGet.RequestOrBuilderpublic java.util.List<? extends ItemGet.Request.RangeFacetOrBuilder> getDateRangeFacetOrBuilderList()
repeated .dstore.elastic.item.item_get.Request.RangeFacet date_range_facet = 6;getDateRangeFacetOrBuilderList in interface ItemGet.RequestOrBuilderpublic int getDateRangeFacetCount()
repeated .dstore.elastic.item.item_get.Request.RangeFacet date_range_facet = 6;getDateRangeFacetCount in interface ItemGet.RequestOrBuilderpublic ItemGet.Request.RangeFacet getDateRangeFacet(int index)
repeated .dstore.elastic.item.item_get.Request.RangeFacet date_range_facet = 6;getDateRangeFacet in interface ItemGet.RequestOrBuilderpublic ItemGet.Request.RangeFacetOrBuilder getDateRangeFacetOrBuilder(int index)
repeated .dstore.elastic.item.item_get.Request.RangeFacet date_range_facet = 6;getDateRangeFacetOrBuilder in interface ItemGet.RequestOrBuilderpublic boolean getOnlyMatchingVariants()
optional bool only_matching_variants = 7;getOnlyMatchingVariants in interface ItemGet.RequestOrBuilderpublic int getFrom()
Paginierung GET /_search?size=5&from=5
optional int32 from = 10;getFrom in interface ItemGet.RequestOrBuilderpublic int getSize()
optional int32 size = 11;getSize in interface ItemGet.RequestOrBuilderpublic com.google.protobuf.ProtocolStringList getIncludeFieldPatternList()
repeated string include_field_pattern = 15;getIncludeFieldPatternList in interface ItemGet.RequestOrBuilderpublic int getIncludeFieldPatternCount()
repeated string include_field_pattern = 15;getIncludeFieldPatternCount in interface ItemGet.RequestOrBuilderpublic java.lang.String getIncludeFieldPattern(int index)
repeated string include_field_pattern = 15;getIncludeFieldPattern in interface ItemGet.RequestOrBuilderpublic com.google.protobuf.ByteString getIncludeFieldPatternBytes(int index)
repeated string include_field_pattern = 15;getIncludeFieldPatternBytes in interface ItemGet.RequestOrBuilderpublic com.google.protobuf.ProtocolStringList getExcludeFieldPatternList()
repeated string exclude_field_pattern = 16;getExcludeFieldPatternList in interface ItemGet.RequestOrBuilderpublic int getExcludeFieldPatternCount()
repeated string exclude_field_pattern = 16;getExcludeFieldPatternCount in interface ItemGet.RequestOrBuilderpublic java.lang.String getExcludeFieldPattern(int index)
repeated string exclude_field_pattern = 16;getExcludeFieldPattern in interface ItemGet.RequestOrBuilderpublic com.google.protobuf.ByteString getExcludeFieldPatternBytes(int index)
repeated string exclude_field_pattern = 16;getExcludeFieldPatternBytes in interface ItemGet.RequestOrBuilderpublic java.util.List<Sort> getSortList()
repeated .dstore.elastic.Sort sort = 20;getSortList in interface ItemGet.RequestOrBuilderpublic java.util.List<? extends SortOrBuilder> getSortOrBuilderList()
repeated .dstore.elastic.Sort sort = 20;getSortOrBuilderList in interface ItemGet.RequestOrBuilderpublic int getSortCount()
repeated .dstore.elastic.Sort sort = 20;getSortCount in interface ItemGet.RequestOrBuilderpublic Sort getSort(int index)
repeated .dstore.elastic.Sort sort = 20;getSort in interface ItemGet.RequestOrBuilderpublic SortOrBuilder getSortOrBuilder(int index)
repeated .dstore.elastic.Sort sort = 20;getSortOrBuilder in interface ItemGet.RequestOrBuilderpublic 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 ItemGet.Request parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ItemGet.Request parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ItemGet.Request parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ItemGet.Request parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ItemGet.Request parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ItemGet.Request parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ItemGet.Request parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ItemGet.Request parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ItemGet.Request parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ItemGet.Request parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic ItemGet.Request.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ItemGet.Request.Builder newBuilder()
public static ItemGet.Request.Builder newBuilder(ItemGet.Request prototype)
public ItemGet.Request.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ItemGet.Request.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ItemGet.Request getDefaultInstance()
public static com.google.protobuf.Parser<ItemGet.Request> parser()
public com.google.protobuf.Parser<ItemGet.Request> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ItemGet.Request getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder