public static final class Timeseries.TimeseriesTableMeta extends com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage implements Timeseries.TimeseriesTableMetaOrBuilder
com.alicloud.openservices.tablestore.core.protocol.timeseries.TimeseriesTableMeta| 限定符和类型 | 类和说明 |
|---|---|
static class |
Timeseries.TimeseriesTableMeta.Builder
Protobuf type
com.alicloud.openservices.tablestore.core.protocol.timeseries.TimeseriesTableMeta |
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 |
DISABLE_HASH_PARTITION_KEY_FIELD_NUMBER |
static int |
DISABLE_TIMESERIES_META_INDEX_FIELD_NUMBER |
static int |
FIELD_PRIMARY_KEY_SCHEMA_FIELD_NUMBER |
static int |
META_OPTIONS_FIELD_NUMBER |
static int |
STATUS_FIELD_NUMBER |
static int |
TABLE_NAME_FIELD_NUMBER |
static int |
TABLE_OPTIONS_FIELD_NUMBER |
static int |
TIMESERIES_KEY_SCHEMA_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
static Timeseries.TimeseriesTableMeta |
getDefaultInstance() |
Timeseries.TimeseriesTableMeta |
getDefaultInstanceForType() |
static com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getDisableHashPartitionKey()
optional bool disable_hash_partition_key = 7; |
boolean |
getDisableTimeseriesMetaIndex()
optional bool disable_timeseries_meta_index = 8; |
OtsInternalApi.PrimaryKeySchema |
getFieldPrimaryKeySchema(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6; |
int |
getFieldPrimaryKeySchemaCount()
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6; |
List<OtsInternalApi.PrimaryKeySchema> |
getFieldPrimaryKeySchemaList()
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6; |
OtsInternalApi.PrimaryKeySchemaOrBuilder |
getFieldPrimaryKeySchemaOrBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6; |
List<? extends OtsInternalApi.PrimaryKeySchemaOrBuilder> |
getFieldPrimaryKeySchemaOrBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6; |
Timeseries.TimeseriesMetaOptions |
getMetaOptions()
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.TimeseriesMetaOptions meta_options = 4; |
Timeseries.TimeseriesMetaOptionsOrBuilder |
getMetaOptionsOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.TimeseriesMetaOptions meta_options = 4; |
com.aliyun.ots.thirdparty.com.google.protobuf.Parser<Timeseries.TimeseriesTableMeta> |
getParserForType() |
int |
getSerializedSize() |
String |
getStatus()
optional string status = 3; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getStatusBytes()
optional string status = 3; |
String |
getTableName()
required string table_name = 1; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getTableNameBytes()
required string table_name = 1; |
Timeseries.TimeseriesTableOptions |
getTableOptions()
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.TimeseriesTableOptions table_options = 2; |
Timeseries.TimeseriesTableOptionsOrBuilder |
getTableOptionsOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.TimeseriesTableOptions table_options = 2; |
String |
getTimeseriesKeySchema(int index)
repeated string timeseries_key_schema = 5; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getTimeseriesKeySchemaBytes(int index)
repeated string timeseries_key_schema = 5; |
int |
getTimeseriesKeySchemaCount()
repeated string timeseries_key_schema = 5; |
com.aliyun.ots.thirdparty.com.google.protobuf.ProtocolStringList |
getTimeseriesKeySchemaList()
repeated string timeseries_key_schema = 5; |
boolean |
hasDisableHashPartitionKey()
optional bool disable_hash_partition_key = 7; |
boolean |
hasDisableTimeseriesMetaIndex()
optional bool disable_timeseries_meta_index = 8; |
int |
hashCode() |
boolean |
hasMetaOptions()
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.TimeseriesMetaOptions meta_options = 4; |
boolean |
hasStatus()
optional string status = 3; |
boolean |
hasTableName()
required string table_name = 1; |
boolean |
hasTableOptions()
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.TimeseriesTableOptions table_options = 2; |
protected com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Timeseries.TimeseriesTableMeta.Builder |
newBuilder() |
static Timeseries.TimeseriesTableMeta.Builder |
newBuilder(Timeseries.TimeseriesTableMeta prototype) |
Timeseries.TimeseriesTableMeta.Builder |
newBuilderForType() |
protected Timeseries.TimeseriesTableMeta.Builder |
newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent) |
static Timeseries.TimeseriesTableMeta |
parseDelimitedFrom(InputStream input) |
static Timeseries.TimeseriesTableMeta |
parseDelimitedFrom(InputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Timeseries.TimeseriesTableMeta |
parseFrom(byte[] data) |
static Timeseries.TimeseriesTableMeta |
parseFrom(byte[] data,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Timeseries.TimeseriesTableMeta |
parseFrom(ByteBuffer data) |
static Timeseries.TimeseriesTableMeta |
parseFrom(ByteBuffer data,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Timeseries.TimeseriesTableMeta |
parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString data) |
static Timeseries.TimeseriesTableMeta |
parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString data,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Timeseries.TimeseriesTableMeta |
parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input) |
static Timeseries.TimeseriesTableMeta |
parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Timeseries.TimeseriesTableMeta |
parseFrom(InputStream input) |
static Timeseries.TimeseriesTableMeta |
parseFrom(InputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.aliyun.ots.thirdparty.com.google.protobuf.Parser<Timeseries.TimeseriesTableMeta> |
parser() |
Timeseries.TimeseriesTableMeta.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 TABLE_NAME_FIELD_NUMBER
public static final int TABLE_OPTIONS_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
public static final int META_OPTIONS_FIELD_NUMBER
public static final int TIMESERIES_KEY_SCHEMA_FIELD_NUMBER
public static final int FIELD_PRIMARY_KEY_SCHEMA_FIELD_NUMBER
public static final int DISABLE_HASH_PARTITION_KEY_FIELD_NUMBER
public static final int DISABLE_TIMESERIES_META_INDEX_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 hasTableName()
required string table_name = 1;hasTableName 在接口中 Timeseries.TimeseriesTableMetaOrBuilderpublic String getTableName()
required string table_name = 1;getTableName 在接口中 Timeseries.TimeseriesTableMetaOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getTableNameBytes()
required string table_name = 1;getTableNameBytes 在接口中 Timeseries.TimeseriesTableMetaOrBuilderpublic boolean hasTableOptions()
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.TimeseriesTableOptions table_options = 2;hasTableOptions 在接口中 Timeseries.TimeseriesTableMetaOrBuilderpublic Timeseries.TimeseriesTableOptions getTableOptions()
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.TimeseriesTableOptions table_options = 2;getTableOptions 在接口中 Timeseries.TimeseriesTableMetaOrBuilderpublic Timeseries.TimeseriesTableOptionsOrBuilder getTableOptionsOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.TimeseriesTableOptions table_options = 2;public boolean hasStatus()
optional string status = 3;hasStatus 在接口中 Timeseries.TimeseriesTableMetaOrBuilderpublic String getStatus()
optional string status = 3;getStatus 在接口中 Timeseries.TimeseriesTableMetaOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getStatusBytes()
optional string status = 3;getStatusBytes 在接口中 Timeseries.TimeseriesTableMetaOrBuilderpublic boolean hasMetaOptions()
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.TimeseriesMetaOptions meta_options = 4;hasMetaOptions 在接口中 Timeseries.TimeseriesTableMetaOrBuilderpublic Timeseries.TimeseriesMetaOptions getMetaOptions()
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.TimeseriesMetaOptions meta_options = 4;getMetaOptions 在接口中 Timeseries.TimeseriesTableMetaOrBuilderpublic Timeseries.TimeseriesMetaOptionsOrBuilder getMetaOptionsOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.timeseries.TimeseriesMetaOptions meta_options = 4;public com.aliyun.ots.thirdparty.com.google.protobuf.ProtocolStringList getTimeseriesKeySchemaList()
repeated string timeseries_key_schema = 5;getTimeseriesKeySchemaList 在接口中 Timeseries.TimeseriesTableMetaOrBuilderpublic int getTimeseriesKeySchemaCount()
repeated string timeseries_key_schema = 5;getTimeseriesKeySchemaCount 在接口中 Timeseries.TimeseriesTableMetaOrBuilderpublic String getTimeseriesKeySchema(int index)
repeated string timeseries_key_schema = 5;getTimeseriesKeySchema 在接口中 Timeseries.TimeseriesTableMetaOrBuilderindex - The index of the element to return.public com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getTimeseriesKeySchemaBytes(int index)
repeated string timeseries_key_schema = 5;getTimeseriesKeySchemaBytes 在接口中 Timeseries.TimeseriesTableMetaOrBuilderindex - The index of the value to return.public List<OtsInternalApi.PrimaryKeySchema> getFieldPrimaryKeySchemaList()
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6;public List<? extends OtsInternalApi.PrimaryKeySchemaOrBuilder> getFieldPrimaryKeySchemaOrBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6;public int getFieldPrimaryKeySchemaCount()
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6;public OtsInternalApi.PrimaryKeySchema getFieldPrimaryKeySchema(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6;public OtsInternalApi.PrimaryKeySchemaOrBuilder getFieldPrimaryKeySchemaOrBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.PrimaryKeySchema field_primary_key_schema = 6;public boolean hasDisableHashPartitionKey()
optional bool disable_hash_partition_key = 7;hasDisableHashPartitionKey 在接口中 Timeseries.TimeseriesTableMetaOrBuilderpublic boolean getDisableHashPartitionKey()
optional bool disable_hash_partition_key = 7;getDisableHashPartitionKey 在接口中 Timeseries.TimeseriesTableMetaOrBuilderpublic boolean hasDisableTimeseriesMetaIndex()
optional bool disable_timeseries_meta_index = 8;hasDisableTimeseriesMetaIndex 在接口中 Timeseries.TimeseriesTableMetaOrBuilderpublic boolean getDisableTimeseriesMetaIndex()
optional bool disable_timeseries_meta_index = 8;getDisableTimeseriesMetaIndex 在接口中 Timeseries.TimeseriesTableMetaOrBuilderpublic 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 Timeseries.TimeseriesTableMeta parseFrom(ByteBuffer data) throws com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferException
com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static Timeseries.TimeseriesTableMeta 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 Timeseries.TimeseriesTableMeta 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 Timeseries.TimeseriesTableMeta 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 Timeseries.TimeseriesTableMeta parseFrom(byte[] data) throws com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferException
com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static Timeseries.TimeseriesTableMeta 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 Timeseries.TimeseriesTableMeta parseFrom(InputStream input) throws IOException
IOExceptionpublic static Timeseries.TimeseriesTableMeta parseFrom(InputStream input, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Timeseries.TimeseriesTableMeta parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Timeseries.TimeseriesTableMeta parseDelimitedFrom(InputStream input, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Timeseries.TimeseriesTableMeta parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Timeseries.TimeseriesTableMeta parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Timeseries.TimeseriesTableMeta.Builder newBuilderForType()
newBuilderForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessagenewBuilderForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLitepublic static Timeseries.TimeseriesTableMeta.Builder newBuilder()
public static Timeseries.TimeseriesTableMeta.Builder newBuilder(Timeseries.TimeseriesTableMeta prototype)
public Timeseries.TimeseriesTableMeta.Builder toBuilder()
toBuilder 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessagetoBuilder 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteprotected Timeseries.TimeseriesTableMeta.Builder newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent)
newBuilderForType 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessagepublic static Timeseries.TimeseriesTableMeta getDefaultInstance()
public static com.aliyun.ots.thirdparty.com.google.protobuf.Parser<Timeseries.TimeseriesTableMeta> parser()
public com.aliyun.ots.thirdparty.com.google.protobuf.Parser<Timeseries.TimeseriesTableMeta> 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 Timeseries.TimeseriesTableMeta getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilderCopyright © 2025. All Rights Reserved.