public static final class PostingGet.Request extends com.google.protobuf.GeneratedMessageV3 implements PostingGet.RequestOrBuilder
dstore.elastic.forum.posting_get.Request| Modifier and Type | Class and Description |
|---|---|
static class |
PostingGet.Request.Builder
Protobuf type
dstore.elastic.forum.posting_get.Request |
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 |
EXCLUDE_FIELD_PATTERN_FIELD_NUMBER |
static int |
FROM_FIELD_NUMBER |
static int |
INCLUDE_FIELD_PATTERN_FIELD_NUMBER |
static int |
QUERY_FIELD_NUMBER |
static int |
SIZE_FIELD_NUMBER |
static int |
SORT_FIELD_NUMBER |
static int |
USED_VALUES_FIELD_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static PostingGet.Request |
getDefaultInstance() |
PostingGet.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; |
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; |
com.google.protobuf.Parser<PostingGet.Request> |
getParserForType() |
BoolQuery |
getQuery()
Danach wird das Suchergebnis gefiltert
|
BoolQueryOrBuilder |
getQueryOrBuilder()
Danach wird das Suchergebnis gefiltert
|
int |
getSerializedSize() |
int |
getSize()
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() |
java.lang.String |
getUsedValuesField(int index)
repeated string used_values_field = 22; |
com.google.protobuf.ByteString |
getUsedValuesFieldBytes(int index)
repeated string used_values_field = 22; |
int |
getUsedValuesFieldCount()
repeated string used_values_field = 22; |
com.google.protobuf.ProtocolStringList |
getUsedValuesFieldList()
repeated string used_values_field = 22; |
int |
hashCode() |
boolean |
hasQuery()
Danach wird das Suchergebnis gefiltert
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static PostingGet.Request.Builder |
newBuilder() |
static PostingGet.Request.Builder |
newBuilder(PostingGet.Request prototype) |
PostingGet.Request.Builder |
newBuilderForType() |
protected PostingGet.Request.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static PostingGet.Request |
parseDelimitedFrom(java.io.InputStream input) |
static PostingGet.Request |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PostingGet.Request |
parseFrom(byte[] data) |
static PostingGet.Request |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PostingGet.Request |
parseFrom(com.google.protobuf.ByteString data) |
static PostingGet.Request |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PostingGet.Request |
parseFrom(com.google.protobuf.CodedInputStream input) |
static PostingGet.Request |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PostingGet.Request |
parseFrom(java.io.InputStream input) |
static PostingGet.Request |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<PostingGet.Request> |
parser() |
PostingGet.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, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, 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 QUERY_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 static final int USED_VALUES_FIELD_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 hasQuery()
Danach wird das Suchergebnis gefiltert
.dstore.elastic.BoolQuery query = 1;hasQuery in interface PostingGet.RequestOrBuilderpublic BoolQuery getQuery()
Danach wird das Suchergebnis gefiltert
.dstore.elastic.BoolQuery query = 1;getQuery in interface PostingGet.RequestOrBuilderpublic BoolQueryOrBuilder getQueryOrBuilder()
Danach wird das Suchergebnis gefiltert
.dstore.elastic.BoolQuery query = 1;getQueryOrBuilder in interface PostingGet.RequestOrBuilderpublic int getFrom()
Paginierung GET /_search?size=5&from=5
int32 from = 10;getFrom in interface PostingGet.RequestOrBuilderpublic int getSize()
int32 size = 11;getSize in interface PostingGet.RequestOrBuilderpublic com.google.protobuf.ProtocolStringList getIncludeFieldPatternList()
repeated string include_field_pattern = 15;getIncludeFieldPatternList in interface PostingGet.RequestOrBuilderpublic int getIncludeFieldPatternCount()
repeated string include_field_pattern = 15;getIncludeFieldPatternCount in interface PostingGet.RequestOrBuilderpublic java.lang.String getIncludeFieldPattern(int index)
repeated string include_field_pattern = 15;getIncludeFieldPattern in interface PostingGet.RequestOrBuilderpublic com.google.protobuf.ByteString getIncludeFieldPatternBytes(int index)
repeated string include_field_pattern = 15;getIncludeFieldPatternBytes in interface PostingGet.RequestOrBuilderpublic com.google.protobuf.ProtocolStringList getExcludeFieldPatternList()
repeated string exclude_field_pattern = 16;getExcludeFieldPatternList in interface PostingGet.RequestOrBuilderpublic int getExcludeFieldPatternCount()
repeated string exclude_field_pattern = 16;getExcludeFieldPatternCount in interface PostingGet.RequestOrBuilderpublic java.lang.String getExcludeFieldPattern(int index)
repeated string exclude_field_pattern = 16;getExcludeFieldPattern in interface PostingGet.RequestOrBuilderpublic com.google.protobuf.ByteString getExcludeFieldPatternBytes(int index)
repeated string exclude_field_pattern = 16;getExcludeFieldPatternBytes in interface PostingGet.RequestOrBuilderpublic java.util.List<Sort> getSortList()
repeated .dstore.elastic.Sort sort = 20;getSortList in interface PostingGet.RequestOrBuilderpublic java.util.List<? extends SortOrBuilder> getSortOrBuilderList()
repeated .dstore.elastic.Sort sort = 20;getSortOrBuilderList in interface PostingGet.RequestOrBuilderpublic int getSortCount()
repeated .dstore.elastic.Sort sort = 20;getSortCount in interface PostingGet.RequestOrBuilderpublic Sort getSort(int index)
repeated .dstore.elastic.Sort sort = 20;getSort in interface PostingGet.RequestOrBuilderpublic SortOrBuilder getSortOrBuilder(int index)
repeated .dstore.elastic.Sort sort = 20;getSortOrBuilder in interface PostingGet.RequestOrBuilderpublic com.google.protobuf.ProtocolStringList getUsedValuesFieldList()
repeated string used_values_field = 22;getUsedValuesFieldList in interface PostingGet.RequestOrBuilderpublic int getUsedValuesFieldCount()
repeated string used_values_field = 22;getUsedValuesFieldCount in interface PostingGet.RequestOrBuilderpublic java.lang.String getUsedValuesField(int index)
repeated string used_values_field = 22;getUsedValuesField in interface PostingGet.RequestOrBuilderpublic com.google.protobuf.ByteString getUsedValuesFieldBytes(int index)
repeated string used_values_field = 22;getUsedValuesFieldBytes in interface PostingGet.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 PostingGet.Request parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PostingGet.Request parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PostingGet.Request parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PostingGet.Request parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static PostingGet.Request parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static PostingGet.Request parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static PostingGet.Request parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static PostingGet.Request parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static PostingGet.Request parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static PostingGet.Request parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic PostingGet.Request.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static PostingGet.Request.Builder newBuilder()
public static PostingGet.Request.Builder newBuilder(PostingGet.Request prototype)
public PostingGet.Request.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected PostingGet.Request.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static PostingGet.Request getDefaultInstance()
public static com.google.protobuf.Parser<PostingGet.Request> parser()
public com.google.protobuf.Parser<PostingGet.Request> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public PostingGet.Request getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder