public static final class ItemExport.Request extends com.google.protobuf.GeneratedMessageV3 implements ItemExport.RequestOrBuilder
dstore.elastic.item.item_export.Request| Modifier and Type | Class and Description |
|---|---|
static class |
ItemExport.Request.Builder
Protobuf type
dstore.elastic.item.item_export.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 |
INCLUDE_FIELD_PATTERN_FIELD_NUMBER |
static int |
ONLY_MATCHING_VARIANTS_FIELD_NUMBER |
static int |
QUERY_FIELD_NUMBER |
static int |
SORT_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static ItemExport.Request |
getDefaultInstance() |
ItemExport.Request |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getExcludeFieldPattern(int index)
repeated string exclude_field_pattern = 6; |
com.google.protobuf.ByteString |
getExcludeFieldPatternBytes(int index)
repeated string exclude_field_pattern = 6; |
int |
getExcludeFieldPatternCount()
repeated string exclude_field_pattern = 6; |
com.google.protobuf.ProtocolStringList |
getExcludeFieldPatternList()
repeated string exclude_field_pattern = 6; |
java.lang.String |
getIncludeFieldPattern(int index)
repeated string include_field_pattern = 5; |
com.google.protobuf.ByteString |
getIncludeFieldPatternBytes(int index)
repeated string include_field_pattern = 5; |
int |
getIncludeFieldPatternCount()
repeated string include_field_pattern = 5; |
com.google.protobuf.ProtocolStringList |
getIncludeFieldPatternList()
repeated string include_field_pattern = 5; |
boolean |
getOnlyMatchingVariants()
bool only_matching_variants = 2; |
com.google.protobuf.Parser<ItemExport.Request> |
getParserForType() |
BoolQuery |
getQuery()
.dstore.elastic.BoolQuery query = 1; |
BoolQueryOrBuilder |
getQueryOrBuilder()
.dstore.elastic.BoolQuery query = 1; |
int |
getSerializedSize() |
Sort |
getSort(int index)
repeated .dstore.elastic.Sort sort = 10; |
int |
getSortCount()
repeated .dstore.elastic.Sort sort = 10; |
java.util.List<Sort> |
getSortList()
repeated .dstore.elastic.Sort sort = 10; |
SortOrBuilder |
getSortOrBuilder(int index)
repeated .dstore.elastic.Sort sort = 10; |
java.util.List<? extends SortOrBuilder> |
getSortOrBuilderList()
repeated .dstore.elastic.Sort sort = 10; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasQuery()
.dstore.elastic.BoolQuery query = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ItemExport.Request.Builder |
newBuilder() |
static ItemExport.Request.Builder |
newBuilder(ItemExport.Request prototype) |
ItemExport.Request.Builder |
newBuilderForType() |
protected ItemExport.Request.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static ItemExport.Request |
parseDelimitedFrom(java.io.InputStream input) |
static ItemExport.Request |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ItemExport.Request |
parseFrom(byte[] data) |
static ItemExport.Request |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ItemExport.Request |
parseFrom(com.google.protobuf.ByteString data) |
static ItemExport.Request |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ItemExport.Request |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ItemExport.Request |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ItemExport.Request |
parseFrom(java.io.InputStream input) |
static ItemExport.Request |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ItemExport.Request> |
parser() |
ItemExport.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 ONLY_MATCHING_VARIANTS_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 hasQuery()
.dstore.elastic.BoolQuery query = 1;hasQuery in interface ItemExport.RequestOrBuilderpublic BoolQuery getQuery()
.dstore.elastic.BoolQuery query = 1;getQuery in interface ItemExport.RequestOrBuilderpublic BoolQueryOrBuilder getQueryOrBuilder()
.dstore.elastic.BoolQuery query = 1;getQueryOrBuilder in interface ItemExport.RequestOrBuilderpublic boolean getOnlyMatchingVariants()
bool only_matching_variants = 2;getOnlyMatchingVariants in interface ItemExport.RequestOrBuilderpublic com.google.protobuf.ProtocolStringList getIncludeFieldPatternList()
repeated string include_field_pattern = 5;getIncludeFieldPatternList in interface ItemExport.RequestOrBuilderpublic int getIncludeFieldPatternCount()
repeated string include_field_pattern = 5;getIncludeFieldPatternCount in interface ItemExport.RequestOrBuilderpublic java.lang.String getIncludeFieldPattern(int index)
repeated string include_field_pattern = 5;getIncludeFieldPattern in interface ItemExport.RequestOrBuilderpublic com.google.protobuf.ByteString getIncludeFieldPatternBytes(int index)
repeated string include_field_pattern = 5;getIncludeFieldPatternBytes in interface ItemExport.RequestOrBuilderpublic com.google.protobuf.ProtocolStringList getExcludeFieldPatternList()
repeated string exclude_field_pattern = 6;getExcludeFieldPatternList in interface ItemExport.RequestOrBuilderpublic int getExcludeFieldPatternCount()
repeated string exclude_field_pattern = 6;getExcludeFieldPatternCount in interface ItemExport.RequestOrBuilderpublic java.lang.String getExcludeFieldPattern(int index)
repeated string exclude_field_pattern = 6;getExcludeFieldPattern in interface ItemExport.RequestOrBuilderpublic com.google.protobuf.ByteString getExcludeFieldPatternBytes(int index)
repeated string exclude_field_pattern = 6;getExcludeFieldPatternBytes in interface ItemExport.RequestOrBuilderpublic java.util.List<Sort> getSortList()
repeated .dstore.elastic.Sort sort = 10;getSortList in interface ItemExport.RequestOrBuilderpublic java.util.List<? extends SortOrBuilder> getSortOrBuilderList()
repeated .dstore.elastic.Sort sort = 10;getSortOrBuilderList in interface ItemExport.RequestOrBuilderpublic int getSortCount()
repeated .dstore.elastic.Sort sort = 10;getSortCount in interface ItemExport.RequestOrBuilderpublic Sort getSort(int index)
repeated .dstore.elastic.Sort sort = 10;getSort in interface ItemExport.RequestOrBuilderpublic SortOrBuilder getSortOrBuilder(int index)
repeated .dstore.elastic.Sort sort = 10;getSortOrBuilder in interface ItemExport.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 ItemExport.Request parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ItemExport.Request parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ItemExport.Request parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ItemExport.Request parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ItemExport.Request parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ItemExport.Request parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ItemExport.Request parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ItemExport.Request parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ItemExport.Request parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ItemExport.Request parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic ItemExport.Request.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ItemExport.Request.Builder newBuilder()
public static ItemExport.Request.Builder newBuilder(ItemExport.Request prototype)
public ItemExport.Request.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ItemExport.Request.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ItemExport.Request getDefaultInstance()
public static com.google.protobuf.Parser<ItemExport.Request> parser()
public com.google.protobuf.Parser<ItemExport.Request> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ItemExport.Request getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder