public static final class Search.DescribeSearchIndexResponse extends com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage implements Search.DescribeSearchIndexResponseOrBuilder
com.alicloud.openservices.tablestore.core.protocol.DescribeSearchIndexResponse| 限定符和类型 | 类和说明 |
|---|---|
static class |
Search.DescribeSearchIndexResponse.Builder
Protobuf type
com.alicloud.openservices.tablestore.core.protocol.DescribeSearchIndexResponse |
com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT extends com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,BuilderT extends com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT,BuilderT>>, com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.aliyun.ots.thirdparty.com.google.protobuf.Message,T>, com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.UnusedPrivateParameter| 限定符和类型 | 字段和说明 |
|---|---|
static int |
BROTHER_INDEX_NAME_FIELD_NUMBER |
static int |
CREATE_TIME_FIELD_NUMBER |
static int |
INDEX_STATUS_FIELD_NUMBER |
static int |
METERING_INFO_FIELD_NUMBER |
static int |
QUERY_FLOW_WEIGHT_FIELD_NUMBER |
static int |
SCHEMA_FIELD_NUMBER |
static int |
SYNC_STAT_FIELD_NUMBER |
static int |
TIME_TO_LIVE_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
String |
getBrotherIndexName()
optional string brother_index_name = 4; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getBrotherIndexNameBytes()
optional string brother_index_name = 4; |
long |
getCreateTime()
optional int64 create_time = 6; |
static Search.DescribeSearchIndexResponse |
getDefaultInstance() |
Search.DescribeSearchIndexResponse |
getDefaultInstanceForType() |
static com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Search.IndexStatus |
getIndexStatus()
optional .com.alicloud.openservices.tablestore.core.protocol.IndexStatus index_status = 8; |
Search.IndexStatusOrBuilder |
getIndexStatusOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.IndexStatus index_status = 8; |
Search.MeteringInfo |
getMeteringInfo()
optional .com.alicloud.openservices.tablestore.core.protocol.MeteringInfo metering_info = 3; |
Search.MeteringInfoOrBuilder |
getMeteringInfoOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.MeteringInfo metering_info = 3; |
com.aliyun.ots.thirdparty.com.google.protobuf.Parser<Search.DescribeSearchIndexResponse> |
getParserForType() |
Search.QueryFlowWeight |
getQueryFlowWeight(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.QueryFlowWeight query_flow_weight = 5; |
int |
getQueryFlowWeightCount()
repeated .com.alicloud.openservices.tablestore.core.protocol.QueryFlowWeight query_flow_weight = 5; |
List<Search.QueryFlowWeight> |
getQueryFlowWeightList()
repeated .com.alicloud.openservices.tablestore.core.protocol.QueryFlowWeight query_flow_weight = 5; |
Search.QueryFlowWeightOrBuilder |
getQueryFlowWeightOrBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.QueryFlowWeight query_flow_weight = 5; |
List<? extends Search.QueryFlowWeightOrBuilder> |
getQueryFlowWeightOrBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.QueryFlowWeight query_flow_weight = 5; |
Search.IndexSchema |
getSchema()
optional .com.alicloud.openservices.tablestore.core.protocol.IndexSchema schema = 1; |
Search.IndexSchemaOrBuilder |
getSchemaOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.IndexSchema schema = 1; |
int |
getSerializedSize() |
Search.SyncStat |
getSyncStat()
optional .com.alicloud.openservices.tablestore.core.protocol.SyncStat sync_stat = 2; |
Search.SyncStatOrBuilder |
getSyncStatOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.SyncStat sync_stat = 2; |
int |
getTimeToLive()
unit is seconds
optional int32 time_to_live = 7; |
boolean |
hasBrotherIndexName()
optional string brother_index_name = 4; |
boolean |
hasCreateTime()
optional int64 create_time = 6; |
int |
hashCode() |
boolean |
hasIndexStatus()
optional .com.alicloud.openservices.tablestore.core.protocol.IndexStatus index_status = 8; |
boolean |
hasMeteringInfo()
optional .com.alicloud.openservices.tablestore.core.protocol.MeteringInfo metering_info = 3; |
boolean |
hasSchema()
optional .com.alicloud.openservices.tablestore.core.protocol.IndexSchema schema = 1; |
boolean |
hasSyncStat()
optional .com.alicloud.openservices.tablestore.core.protocol.SyncStat sync_stat = 2; |
boolean |
hasTimeToLive()
unit is seconds
optional int32 time_to_live = 7; |
protected com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Search.DescribeSearchIndexResponse.Builder |
newBuilder() |
static Search.DescribeSearchIndexResponse.Builder |
newBuilder(Search.DescribeSearchIndexResponse prototype) |
Search.DescribeSearchIndexResponse.Builder |
newBuilderForType() |
protected Search.DescribeSearchIndexResponse.Builder |
newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent) |
static Search.DescribeSearchIndexResponse |
parseDelimitedFrom(InputStream input) |
static Search.DescribeSearchIndexResponse |
parseDelimitedFrom(InputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Search.DescribeSearchIndexResponse |
parseFrom(byte[] data) |
static Search.DescribeSearchIndexResponse |
parseFrom(byte[] data,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Search.DescribeSearchIndexResponse |
parseFrom(ByteBuffer data) |
static Search.DescribeSearchIndexResponse |
parseFrom(ByteBuffer data,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Search.DescribeSearchIndexResponse |
parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString data) |
static Search.DescribeSearchIndexResponse |
parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString data,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Search.DescribeSearchIndexResponse |
parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input) |
static Search.DescribeSearchIndexResponse |
parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Search.DescribeSearchIndexResponse |
parseFrom(InputStream input) |
static Search.DescribeSearchIndexResponse |
parseFrom(InputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.aliyun.ots.thirdparty.com.google.protobuf.Parser<Search.DescribeSearchIndexResponse> |
parser() |
Search.DescribeSearchIndexResponse.Builder |
toBuilder() |
void |
writeTo(com.aliyun.ots.thirdparty.com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashFields, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static final int SCHEMA_FIELD_NUMBER
public static final int SYNC_STAT_FIELD_NUMBER
public static final int METERING_INFO_FIELD_NUMBER
public static final int BROTHER_INDEX_NAME_FIELD_NUMBER
public static final int QUERY_FLOW_WEIGHT_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
public static final int TIME_TO_LIVE_FIELD_NUMBER
public static final int INDEX_STATUS_FIELD_NUMBER
public static final com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessagepublic boolean hasSchema()
optional .com.alicloud.openservices.tablestore.core.protocol.IndexSchema schema = 1;hasSchema 在接口中 Search.DescribeSearchIndexResponseOrBuilderpublic Search.IndexSchema getSchema()
optional .com.alicloud.openservices.tablestore.core.protocol.IndexSchema schema = 1;getSchema 在接口中 Search.DescribeSearchIndexResponseOrBuilderpublic Search.IndexSchemaOrBuilder getSchemaOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.IndexSchema schema = 1;public boolean hasSyncStat()
optional .com.alicloud.openservices.tablestore.core.protocol.SyncStat sync_stat = 2;hasSyncStat 在接口中 Search.DescribeSearchIndexResponseOrBuilderpublic Search.SyncStat getSyncStat()
optional .com.alicloud.openservices.tablestore.core.protocol.SyncStat sync_stat = 2;getSyncStat 在接口中 Search.DescribeSearchIndexResponseOrBuilderpublic Search.SyncStatOrBuilder getSyncStatOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.SyncStat sync_stat = 2;public boolean hasMeteringInfo()
optional .com.alicloud.openservices.tablestore.core.protocol.MeteringInfo metering_info = 3;hasMeteringInfo 在接口中 Search.DescribeSearchIndexResponseOrBuilderpublic Search.MeteringInfo getMeteringInfo()
optional .com.alicloud.openservices.tablestore.core.protocol.MeteringInfo metering_info = 3;getMeteringInfo 在接口中 Search.DescribeSearchIndexResponseOrBuilderpublic Search.MeteringInfoOrBuilder getMeteringInfoOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.MeteringInfo metering_info = 3;public boolean hasBrotherIndexName()
optional string brother_index_name = 4;hasBrotherIndexName 在接口中 Search.DescribeSearchIndexResponseOrBuilderpublic String getBrotherIndexName()
optional string brother_index_name = 4;getBrotherIndexName 在接口中 Search.DescribeSearchIndexResponseOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getBrotherIndexNameBytes()
optional string brother_index_name = 4;getBrotherIndexNameBytes 在接口中 Search.DescribeSearchIndexResponseOrBuilderpublic List<Search.QueryFlowWeight> getQueryFlowWeightList()
repeated .com.alicloud.openservices.tablestore.core.protocol.QueryFlowWeight query_flow_weight = 5;public List<? extends Search.QueryFlowWeightOrBuilder> getQueryFlowWeightOrBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.QueryFlowWeight query_flow_weight = 5;public int getQueryFlowWeightCount()
repeated .com.alicloud.openservices.tablestore.core.protocol.QueryFlowWeight query_flow_weight = 5;public Search.QueryFlowWeight getQueryFlowWeight(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.QueryFlowWeight query_flow_weight = 5;public Search.QueryFlowWeightOrBuilder getQueryFlowWeightOrBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.QueryFlowWeight query_flow_weight = 5;public boolean hasCreateTime()
optional int64 create_time = 6;hasCreateTime 在接口中 Search.DescribeSearchIndexResponseOrBuilderpublic long getCreateTime()
optional int64 create_time = 6;getCreateTime 在接口中 Search.DescribeSearchIndexResponseOrBuilderpublic boolean hasTimeToLive()
unit is seconds
optional int32 time_to_live = 7;hasTimeToLive 在接口中 Search.DescribeSearchIndexResponseOrBuilderpublic int getTimeToLive()
unit is seconds
optional int32 time_to_live = 7;getTimeToLive 在接口中 Search.DescribeSearchIndexResponseOrBuilderpublic boolean hasIndexStatus()
optional .com.alicloud.openservices.tablestore.core.protocol.IndexStatus index_status = 8;hasIndexStatus 在接口中 Search.DescribeSearchIndexResponseOrBuilderpublic Search.IndexStatus getIndexStatus()
optional .com.alicloud.openservices.tablestore.core.protocol.IndexStatus index_status = 8;getIndexStatus 在接口中 Search.DescribeSearchIndexResponseOrBuilderpublic Search.IndexStatusOrBuilder getIndexStatusOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.IndexStatus index_status = 8;public final boolean isInitialized()
isInitialized 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessagepublic void writeTo(com.aliyun.ots.thirdparty.com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLitewriteTo 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessageIOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLitegetSerializedSize 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessagepublic boolean equals(Object obj)
equals 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Messageequals 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessagehashCode 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessagepublic static Search.DescribeSearchIndexResponse parseFrom(ByteBuffer data) throws com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferException
com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static Search.DescribeSearchIndexResponse parseFrom(ByteBuffer data, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferException
com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static Search.DescribeSearchIndexResponse parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString data) throws com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferException
com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static Search.DescribeSearchIndexResponse parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString data, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferException
com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static Search.DescribeSearchIndexResponse parseFrom(byte[] data) throws com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferException
com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static Search.DescribeSearchIndexResponse parseFrom(byte[] data, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferException
com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static Search.DescribeSearchIndexResponse parseFrom(InputStream input) throws IOException
IOExceptionpublic static Search.DescribeSearchIndexResponse parseFrom(InputStream input, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Search.DescribeSearchIndexResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Search.DescribeSearchIndexResponse parseDelimitedFrom(InputStream input, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Search.DescribeSearchIndexResponse parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Search.DescribeSearchIndexResponse parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Search.DescribeSearchIndexResponse.Builder newBuilderForType()
newBuilderForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessagenewBuilderForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLitepublic static Search.DescribeSearchIndexResponse.Builder newBuilder()
public static Search.DescribeSearchIndexResponse.Builder newBuilder(Search.DescribeSearchIndexResponse prototype)
public Search.DescribeSearchIndexResponse.Builder toBuilder()
toBuilder 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessagetoBuilder 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteprotected Search.DescribeSearchIndexResponse.Builder newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent)
newBuilderForType 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessagepublic static Search.DescribeSearchIndexResponse getDefaultInstance()
public static com.aliyun.ots.thirdparty.com.google.protobuf.Parser<Search.DescribeSearchIndexResponse> parser()
public com.aliyun.ots.thirdparty.com.google.protobuf.Parser<Search.DescribeSearchIndexResponse> getParserForType()
getParserForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessagegetParserForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLitegetParserForType 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessagepublic Search.DescribeSearchIndexResponse getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilderCopyright © 2025. All Rights Reserved.