public static final class OtsInternalApi.CreateTableRequest extends com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage implements OtsInternalApi.CreateTableRequestOrBuilder
com.alicloud.openservices.tablestore.core.protocol.CreateTableRequest| 限定符和类型 | 类和说明 |
|---|---|
static class |
OtsInternalApi.CreateTableRequest.Builder
Protobuf type
com.alicloud.openservices.tablestore.core.protocol.CreateTableRequest |
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 |
ENABLE_LOCAL_TXN_FIELD_NUMBER |
static int |
INDEX_METAS_FIELD_NUMBER |
static int |
PARTITIONS_FIELD_NUMBER |
static int |
RESERVED_THROUGHPUT_FIELD_NUMBER |
static int |
SSE_SPEC_FIELD_NUMBER |
static int |
STREAM_SPEC_FIELD_NUMBER |
static int |
TABLE_META_FIELD_NUMBER |
static int |
TABLE_OPTIONS_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
static OtsInternalApi.CreateTableRequest |
getDefaultInstance() |
OtsInternalApi.CreateTableRequest |
getDefaultInstanceForType() |
static com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getEnableLocalTxn()
optional bool enable_local_txn = 8; |
OtsInternalApi.IndexMeta |
getIndexMetas(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.IndexMeta index_metas = 7; |
int |
getIndexMetasCount()
repeated .com.alicloud.openservices.tablestore.core.protocol.IndexMeta index_metas = 7; |
List<OtsInternalApi.IndexMeta> |
getIndexMetasList()
repeated .com.alicloud.openservices.tablestore.core.protocol.IndexMeta index_metas = 7; |
OtsInternalApi.IndexMetaOrBuilder |
getIndexMetasOrBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.IndexMeta index_metas = 7; |
List<? extends OtsInternalApi.IndexMetaOrBuilder> |
getIndexMetasOrBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.IndexMeta index_metas = 7; |
com.aliyun.ots.thirdparty.com.google.protobuf.Parser<OtsInternalApi.CreateTableRequest> |
getParserForType() |
OtsInternalApi.PartitionRange |
getPartitions(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.PartitionRange partitions = 4; |
int |
getPartitionsCount()
repeated .com.alicloud.openservices.tablestore.core.protocol.PartitionRange partitions = 4; |
List<OtsInternalApi.PartitionRange> |
getPartitionsList()
repeated .com.alicloud.openservices.tablestore.core.protocol.PartitionRange partitions = 4; |
OtsInternalApi.PartitionRangeOrBuilder |
getPartitionsOrBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.PartitionRange partitions = 4; |
List<? extends OtsInternalApi.PartitionRangeOrBuilder> |
getPartitionsOrBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.PartitionRange partitions = 4; |
OtsInternalApi.ReservedThroughput |
getReservedThroughput()
required .com.alicloud.openservices.tablestore.core.protocol.ReservedThroughput reserved_throughput = 2; |
OtsInternalApi.ReservedThroughputOrBuilder |
getReservedThroughputOrBuilder()
required .com.alicloud.openservices.tablestore.core.protocol.ReservedThroughput reserved_throughput = 2; |
int |
getSerializedSize() |
OtsInternalApi.SSESpecification |
getSseSpec()
optional .com.alicloud.openservices.tablestore.core.protocol.SSESpecification sse_spec = 6; |
OtsInternalApi.SSESpecificationOrBuilder |
getSseSpecOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.SSESpecification sse_spec = 6; |
OtsInternalApi.StreamSpecification |
getStreamSpec()
optional .com.alicloud.openservices.tablestore.core.protocol.StreamSpecification stream_spec = 5; |
OtsInternalApi.StreamSpecificationOrBuilder |
getStreamSpecOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.StreamSpecification stream_spec = 5; |
OtsInternalApi.TableMeta |
getTableMeta()
required .com.alicloud.openservices.tablestore.core.protocol.TableMeta table_meta = 1; |
OtsInternalApi.TableMetaOrBuilder |
getTableMetaOrBuilder()
required .com.alicloud.openservices.tablestore.core.protocol.TableMeta table_meta = 1; |
OtsInternalApi.TableOptions |
getTableOptions()
optional .com.alicloud.openservices.tablestore.core.protocol.TableOptions table_options = 3; |
OtsInternalApi.TableOptionsOrBuilder |
getTableOptionsOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.TableOptions table_options = 3; |
boolean |
hasEnableLocalTxn()
optional bool enable_local_txn = 8; |
int |
hashCode() |
boolean |
hasReservedThroughput()
required .com.alicloud.openservices.tablestore.core.protocol.ReservedThroughput reserved_throughput = 2; |
boolean |
hasSseSpec()
optional .com.alicloud.openservices.tablestore.core.protocol.SSESpecification sse_spec = 6; |
boolean |
hasStreamSpec()
optional .com.alicloud.openservices.tablestore.core.protocol.StreamSpecification stream_spec = 5; |
boolean |
hasTableMeta()
required .com.alicloud.openservices.tablestore.core.protocol.TableMeta table_meta = 1; |
boolean |
hasTableOptions()
optional .com.alicloud.openservices.tablestore.core.protocol.TableOptions table_options = 3; |
protected com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static OtsInternalApi.CreateTableRequest.Builder |
newBuilder() |
static OtsInternalApi.CreateTableRequest.Builder |
newBuilder(OtsInternalApi.CreateTableRequest prototype) |
OtsInternalApi.CreateTableRequest.Builder |
newBuilderForType() |
protected OtsInternalApi.CreateTableRequest.Builder |
newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent) |
static OtsInternalApi.CreateTableRequest |
parseDelimitedFrom(InputStream input) |
static OtsInternalApi.CreateTableRequest |
parseDelimitedFrom(InputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OtsInternalApi.CreateTableRequest |
parseFrom(byte[] data) |
static OtsInternalApi.CreateTableRequest |
parseFrom(byte[] data,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OtsInternalApi.CreateTableRequest |
parseFrom(ByteBuffer data) |
static OtsInternalApi.CreateTableRequest |
parseFrom(ByteBuffer data,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OtsInternalApi.CreateTableRequest |
parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString data) |
static OtsInternalApi.CreateTableRequest |
parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString data,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OtsInternalApi.CreateTableRequest |
parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input) |
static OtsInternalApi.CreateTableRequest |
parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OtsInternalApi.CreateTableRequest |
parseFrom(InputStream input) |
static OtsInternalApi.CreateTableRequest |
parseFrom(InputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.aliyun.ots.thirdparty.com.google.protobuf.Parser<OtsInternalApi.CreateTableRequest> |
parser() |
OtsInternalApi.CreateTableRequest.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_META_FIELD_NUMBER
public static final int RESERVED_THROUGHPUT_FIELD_NUMBER
public static final int TABLE_OPTIONS_FIELD_NUMBER
public static final int PARTITIONS_FIELD_NUMBER
public static final int STREAM_SPEC_FIELD_NUMBER
public static final int SSE_SPEC_FIELD_NUMBER
public static final int INDEX_METAS_FIELD_NUMBER
public static final int ENABLE_LOCAL_TXN_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 hasTableMeta()
required .com.alicloud.openservices.tablestore.core.protocol.TableMeta table_meta = 1;hasTableMeta 在接口中 OtsInternalApi.CreateTableRequestOrBuilderpublic OtsInternalApi.TableMeta getTableMeta()
required .com.alicloud.openservices.tablestore.core.protocol.TableMeta table_meta = 1;getTableMeta 在接口中 OtsInternalApi.CreateTableRequestOrBuilderpublic OtsInternalApi.TableMetaOrBuilder getTableMetaOrBuilder()
required .com.alicloud.openservices.tablestore.core.protocol.TableMeta table_meta = 1;public boolean hasReservedThroughput()
required .com.alicloud.openservices.tablestore.core.protocol.ReservedThroughput reserved_throughput = 2;hasReservedThroughput 在接口中 OtsInternalApi.CreateTableRequestOrBuilderpublic OtsInternalApi.ReservedThroughput getReservedThroughput()
required .com.alicloud.openservices.tablestore.core.protocol.ReservedThroughput reserved_throughput = 2;getReservedThroughput 在接口中 OtsInternalApi.CreateTableRequestOrBuilderpublic OtsInternalApi.ReservedThroughputOrBuilder getReservedThroughputOrBuilder()
required .com.alicloud.openservices.tablestore.core.protocol.ReservedThroughput reserved_throughput = 2;public boolean hasTableOptions()
optional .com.alicloud.openservices.tablestore.core.protocol.TableOptions table_options = 3;hasTableOptions 在接口中 OtsInternalApi.CreateTableRequestOrBuilderpublic OtsInternalApi.TableOptions getTableOptions()
optional .com.alicloud.openservices.tablestore.core.protocol.TableOptions table_options = 3;getTableOptions 在接口中 OtsInternalApi.CreateTableRequestOrBuilderpublic OtsInternalApi.TableOptionsOrBuilder getTableOptionsOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.TableOptions table_options = 3;public List<OtsInternalApi.PartitionRange> getPartitionsList()
repeated .com.alicloud.openservices.tablestore.core.protocol.PartitionRange partitions = 4;public List<? extends OtsInternalApi.PartitionRangeOrBuilder> getPartitionsOrBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.PartitionRange partitions = 4;public int getPartitionsCount()
repeated .com.alicloud.openservices.tablestore.core.protocol.PartitionRange partitions = 4;public OtsInternalApi.PartitionRange getPartitions(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.PartitionRange partitions = 4;public OtsInternalApi.PartitionRangeOrBuilder getPartitionsOrBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.PartitionRange partitions = 4;public boolean hasStreamSpec()
optional .com.alicloud.openservices.tablestore.core.protocol.StreamSpecification stream_spec = 5;hasStreamSpec 在接口中 OtsInternalApi.CreateTableRequestOrBuilderpublic OtsInternalApi.StreamSpecification getStreamSpec()
optional .com.alicloud.openservices.tablestore.core.protocol.StreamSpecification stream_spec = 5;getStreamSpec 在接口中 OtsInternalApi.CreateTableRequestOrBuilderpublic OtsInternalApi.StreamSpecificationOrBuilder getStreamSpecOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.StreamSpecification stream_spec = 5;public boolean hasSseSpec()
optional .com.alicloud.openservices.tablestore.core.protocol.SSESpecification sse_spec = 6;hasSseSpec 在接口中 OtsInternalApi.CreateTableRequestOrBuilderpublic OtsInternalApi.SSESpecification getSseSpec()
optional .com.alicloud.openservices.tablestore.core.protocol.SSESpecification sse_spec = 6;getSseSpec 在接口中 OtsInternalApi.CreateTableRequestOrBuilderpublic OtsInternalApi.SSESpecificationOrBuilder getSseSpecOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.SSESpecification sse_spec = 6;public List<OtsInternalApi.IndexMeta> getIndexMetasList()
repeated .com.alicloud.openservices.tablestore.core.protocol.IndexMeta index_metas = 7;public List<? extends OtsInternalApi.IndexMetaOrBuilder> getIndexMetasOrBuilderList()
repeated .com.alicloud.openservices.tablestore.core.protocol.IndexMeta index_metas = 7;public int getIndexMetasCount()
repeated .com.alicloud.openservices.tablestore.core.protocol.IndexMeta index_metas = 7;public OtsInternalApi.IndexMeta getIndexMetas(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.IndexMeta index_metas = 7;public OtsInternalApi.IndexMetaOrBuilder getIndexMetasOrBuilder(int index)
repeated .com.alicloud.openservices.tablestore.core.protocol.IndexMeta index_metas = 7;public boolean hasEnableLocalTxn()
optional bool enable_local_txn = 8;hasEnableLocalTxn 在接口中 OtsInternalApi.CreateTableRequestOrBuilderpublic boolean getEnableLocalTxn()
optional bool enable_local_txn = 8;getEnableLocalTxn 在接口中 OtsInternalApi.CreateTableRequestOrBuilderpublic 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 OtsInternalApi.CreateTableRequest parseFrom(ByteBuffer data) throws com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferException
com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static OtsInternalApi.CreateTableRequest 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 OtsInternalApi.CreateTableRequest 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 OtsInternalApi.CreateTableRequest 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 OtsInternalApi.CreateTableRequest parseFrom(byte[] data) throws com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferException
com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static OtsInternalApi.CreateTableRequest 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 OtsInternalApi.CreateTableRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static OtsInternalApi.CreateTableRequest parseFrom(InputStream input, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static OtsInternalApi.CreateTableRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static OtsInternalApi.CreateTableRequest parseDelimitedFrom(InputStream input, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static OtsInternalApi.CreateTableRequest parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static OtsInternalApi.CreateTableRequest parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic OtsInternalApi.CreateTableRequest.Builder newBuilderForType()
newBuilderForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessagenewBuilderForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLitepublic static OtsInternalApi.CreateTableRequest.Builder newBuilder()
public static OtsInternalApi.CreateTableRequest.Builder newBuilder(OtsInternalApi.CreateTableRequest prototype)
public OtsInternalApi.CreateTableRequest.Builder toBuilder()
toBuilder 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessagetoBuilder 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteprotected OtsInternalApi.CreateTableRequest.Builder newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent)
newBuilderForType 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessagepublic static OtsInternalApi.CreateTableRequest getDefaultInstance()
public static com.aliyun.ots.thirdparty.com.google.protobuf.Parser<OtsInternalApi.CreateTableRequest> parser()
public com.aliyun.ots.thirdparty.com.google.protobuf.Parser<OtsInternalApi.CreateTableRequest> 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 OtsInternalApi.CreateTableRequest getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilderCopyright © 2025. All Rights Reserved.