public static final class OtsInternalApi.DeleteRowRequest extends com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage implements OtsInternalApi.DeleteRowRequestOrBuilder
com.alicloud.openservices.tablestore.core.protocol.DeleteRowRequest| 限定符和类型 | 类和说明 |
|---|---|
static class |
OtsInternalApi.DeleteRowRequest.Builder
Protobuf type
com.alicloud.openservices.tablestore.core.protocol.DeleteRowRequest |
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 |
CONDITION_FIELD_NUMBER |
static int |
PRIMARY_KEY_FIELD_NUMBER |
static int |
RETURN_CONTENT_FIELD_NUMBER |
static int |
TABLE_NAME_FIELD_NUMBER |
static int |
TRANSACTION_ID_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
OtsInternalApi.Condition |
getCondition()
required .com.alicloud.openservices.tablestore.core.protocol.Condition condition = 3; |
OtsInternalApi.ConditionOrBuilder |
getConditionOrBuilder()
required .com.alicloud.openservices.tablestore.core.protocol.Condition condition = 3; |
static OtsInternalApi.DeleteRowRequest |
getDefaultInstance() |
OtsInternalApi.DeleteRowRequest |
getDefaultInstanceForType() |
static com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.aliyun.ots.thirdparty.com.google.protobuf.Parser<OtsInternalApi.DeleteRowRequest> |
getParserForType() |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getPrimaryKey()
required bytes primary_key = 2; |
OtsInternalApi.ReturnContent |
getReturnContent()
optional .com.alicloud.openservices.tablestore.core.protocol.ReturnContent return_content = 4; |
OtsInternalApi.ReturnContentOrBuilder |
getReturnContentOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.ReturnContent return_content = 4; |
int |
getSerializedSize() |
String |
getTableName()
required string table_name = 1; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getTableNameBytes()
required string table_name = 1; |
String |
getTransactionId()
optional string transaction_id = 5; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getTransactionIdBytes()
optional string transaction_id = 5; |
boolean |
hasCondition()
required .com.alicloud.openservices.tablestore.core.protocol.Condition condition = 3; |
int |
hashCode() |
boolean |
hasPrimaryKey()
required bytes primary_key = 2; |
boolean |
hasReturnContent()
optional .com.alicloud.openservices.tablestore.core.protocol.ReturnContent return_content = 4; |
boolean |
hasTableName()
required string table_name = 1; |
boolean |
hasTransactionId()
optional string transaction_id = 5; |
protected com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static OtsInternalApi.DeleteRowRequest.Builder |
newBuilder() |
static OtsInternalApi.DeleteRowRequest.Builder |
newBuilder(OtsInternalApi.DeleteRowRequest prototype) |
OtsInternalApi.DeleteRowRequest.Builder |
newBuilderForType() |
protected OtsInternalApi.DeleteRowRequest.Builder |
newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent) |
static OtsInternalApi.DeleteRowRequest |
parseDelimitedFrom(InputStream input) |
static OtsInternalApi.DeleteRowRequest |
parseDelimitedFrom(InputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OtsInternalApi.DeleteRowRequest |
parseFrom(byte[] data) |
static OtsInternalApi.DeleteRowRequest |
parseFrom(byte[] data,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OtsInternalApi.DeleteRowRequest |
parseFrom(ByteBuffer data) |
static OtsInternalApi.DeleteRowRequest |
parseFrom(ByteBuffer data,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OtsInternalApi.DeleteRowRequest |
parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString data) |
static OtsInternalApi.DeleteRowRequest |
parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString data,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OtsInternalApi.DeleteRowRequest |
parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input) |
static OtsInternalApi.DeleteRowRequest |
parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OtsInternalApi.DeleteRowRequest |
parseFrom(InputStream input) |
static OtsInternalApi.DeleteRowRequest |
parseFrom(InputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.aliyun.ots.thirdparty.com.google.protobuf.Parser<OtsInternalApi.DeleteRowRequest> |
parser() |
OtsInternalApi.DeleteRowRequest.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 PRIMARY_KEY_FIELD_NUMBER
public static final int CONDITION_FIELD_NUMBER
public static final int RETURN_CONTENT_FIELD_NUMBER
public static final int TRANSACTION_ID_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 在接口中 OtsInternalApi.DeleteRowRequestOrBuilderpublic String getTableName()
required string table_name = 1;getTableName 在接口中 OtsInternalApi.DeleteRowRequestOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getTableNameBytes()
required string table_name = 1;getTableNameBytes 在接口中 OtsInternalApi.DeleteRowRequestOrBuilderpublic boolean hasPrimaryKey()
required bytes primary_key = 2;hasPrimaryKey 在接口中 OtsInternalApi.DeleteRowRequestOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getPrimaryKey()
required bytes primary_key = 2;getPrimaryKey 在接口中 OtsInternalApi.DeleteRowRequestOrBuilderpublic boolean hasCondition()
required .com.alicloud.openservices.tablestore.core.protocol.Condition condition = 3;hasCondition 在接口中 OtsInternalApi.DeleteRowRequestOrBuilderpublic OtsInternalApi.Condition getCondition()
required .com.alicloud.openservices.tablestore.core.protocol.Condition condition = 3;getCondition 在接口中 OtsInternalApi.DeleteRowRequestOrBuilderpublic OtsInternalApi.ConditionOrBuilder getConditionOrBuilder()
required .com.alicloud.openservices.tablestore.core.protocol.Condition condition = 3;public boolean hasReturnContent()
optional .com.alicloud.openservices.tablestore.core.protocol.ReturnContent return_content = 4;hasReturnContent 在接口中 OtsInternalApi.DeleteRowRequestOrBuilderpublic OtsInternalApi.ReturnContent getReturnContent()
optional .com.alicloud.openservices.tablestore.core.protocol.ReturnContent return_content = 4;getReturnContent 在接口中 OtsInternalApi.DeleteRowRequestOrBuilderpublic OtsInternalApi.ReturnContentOrBuilder getReturnContentOrBuilder()
optional .com.alicloud.openservices.tablestore.core.protocol.ReturnContent return_content = 4;public boolean hasTransactionId()
optional string transaction_id = 5;hasTransactionId 在接口中 OtsInternalApi.DeleteRowRequestOrBuilderpublic String getTransactionId()
optional string transaction_id = 5;getTransactionId 在接口中 OtsInternalApi.DeleteRowRequestOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getTransactionIdBytes()
optional string transaction_id = 5;getTransactionIdBytes 在接口中 OtsInternalApi.DeleteRowRequestOrBuilderpublic 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.DeleteRowRequest parseFrom(ByteBuffer data) throws com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferException
com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static OtsInternalApi.DeleteRowRequest 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.DeleteRowRequest 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.DeleteRowRequest 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.DeleteRowRequest parseFrom(byte[] data) throws com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferException
com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static OtsInternalApi.DeleteRowRequest 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.DeleteRowRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static OtsInternalApi.DeleteRowRequest parseFrom(InputStream input, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static OtsInternalApi.DeleteRowRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static OtsInternalApi.DeleteRowRequest parseDelimitedFrom(InputStream input, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static OtsInternalApi.DeleteRowRequest parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static OtsInternalApi.DeleteRowRequest parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic OtsInternalApi.DeleteRowRequest.Builder newBuilderForType()
newBuilderForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessagenewBuilderForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLitepublic static OtsInternalApi.DeleteRowRequest.Builder newBuilder()
public static OtsInternalApi.DeleteRowRequest.Builder newBuilder(OtsInternalApi.DeleteRowRequest prototype)
public OtsInternalApi.DeleteRowRequest.Builder toBuilder()
toBuilder 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessagetoBuilder 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteprotected OtsInternalApi.DeleteRowRequest.Builder newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent)
newBuilderForType 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessagepublic static OtsInternalApi.DeleteRowRequest getDefaultInstance()
public static com.aliyun.ots.thirdparty.com.google.protobuf.Parser<OtsInternalApi.DeleteRowRequest> parser()
public com.aliyun.ots.thirdparty.com.google.protobuf.Parser<OtsInternalApi.DeleteRowRequest> 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.DeleteRowRequest getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilderCopyright © 2025. All Rights Reserved.