com.aliyun.openservices.ots.protocol
类 OtsProtocol2.TableInBatchWriteRowRequest
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.aliyun.openservices.ots.protocol.OtsProtocol2.TableInBatchWriteRowRequest
- 所有已实现的接口:
- OtsProtocol2.TableInBatchWriteRowRequestOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
- 包容类:
- OtsProtocol2
public static final class OtsProtocol2.TableInBatchWriteRowRequest
- extends com.google.protobuf.GeneratedMessage
- implements OtsProtocol2.TableInBatchWriteRowRequestOrBuilder
- 另请参见:
- 序列化表格
| 从类 com.google.protobuf.GeneratedMessage 继承的嵌套类/接口 |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type> |
| 从类 com.google.protobuf.GeneratedMessage 继承的字段 |
alwaysUseFieldBuilders |
| 从类 com.google.protobuf.GeneratedMessage 继承的方法 |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension |
| 从类 com.google.protobuf.AbstractMessage 继承的方法 |
equals, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString |
| 从类 com.google.protobuf.AbstractMessageLite 继承的方法 |
toByteArray, toByteString, writeDelimitedTo, writeTo |
| 从接口 com.google.protobuf.MessageOrBuilder 继承的方法 |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
| 从接口 com.google.protobuf.MessageLite 继承的方法 |
toByteArray, toByteString, writeDelimitedTo, writeTo |
TABLE_NAME_FIELD_NUMBER
public static final int TABLE_NAME_FIELD_NUMBER
- 另请参见:
- 常量字段值
PUT_ROWS_FIELD_NUMBER
public static final int PUT_ROWS_FIELD_NUMBER
- 另请参见:
- 常量字段值
UPDATE_ROWS_FIELD_NUMBER
public static final int UPDATE_ROWS_FIELD_NUMBER
- 另请参见:
- 常量字段值
DELETE_ROWS_FIELD_NUMBER
public static final int DELETE_ROWS_FIELD_NUMBER
- 另请参见:
- 常量字段值
getDefaultInstance
public static OtsProtocol2.TableInBatchWriteRowRequest getDefaultInstance()
getDefaultInstanceForType
public OtsProtocol2.TableInBatchWriteRowRequest getDefaultInstanceForType()
- 指定者:
- 接口
com.google.protobuf.MessageLiteOrBuilder 中的 getDefaultInstanceForType - 指定者:
- 接口
com.google.protobuf.MessageOrBuilder 中的 getDefaultInstanceForType
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
- 指定者:
- 类
com.google.protobuf.GeneratedMessage 中的 internalGetFieldAccessorTable
hasTableName
public boolean hasTableName()
- 指定者:
- 接口
OtsProtocol2.TableInBatchWriteRowRequestOrBuilder 中的 hasTableName
getTableName
public String getTableName()
- 指定者:
- 接口
OtsProtocol2.TableInBatchWriteRowRequestOrBuilder 中的 getTableName
getPutRowsList
public List<OtsProtocol2.PutRowInBatchWriteRowRequest> getPutRowsList()
- 指定者:
- 接口
OtsProtocol2.TableInBatchWriteRowRequestOrBuilder 中的 getPutRowsList
getPutRowsOrBuilderList
public List<? extends OtsProtocol2.PutRowInBatchWriteRowRequestOrBuilder> getPutRowsOrBuilderList()
- 指定者:
- 接口
OtsProtocol2.TableInBatchWriteRowRequestOrBuilder 中的 getPutRowsOrBuilderList
getPutRowsCount
public int getPutRowsCount()
- 指定者:
- 接口
OtsProtocol2.TableInBatchWriteRowRequestOrBuilder 中的 getPutRowsCount
getPutRows
public OtsProtocol2.PutRowInBatchWriteRowRequest getPutRows(int index)
- 指定者:
- 接口
OtsProtocol2.TableInBatchWriteRowRequestOrBuilder 中的 getPutRows
getPutRowsOrBuilder
public OtsProtocol2.PutRowInBatchWriteRowRequestOrBuilder getPutRowsOrBuilder(int index)
- 指定者:
- 接口
OtsProtocol2.TableInBatchWriteRowRequestOrBuilder 中的 getPutRowsOrBuilder
getUpdateRowsList
public List<OtsProtocol2.UpdateRowInBatchWriteRowRequest> getUpdateRowsList()
- 指定者:
- 接口
OtsProtocol2.TableInBatchWriteRowRequestOrBuilder 中的 getUpdateRowsList
getUpdateRowsOrBuilderList
public List<? extends OtsProtocol2.UpdateRowInBatchWriteRowRequestOrBuilder> getUpdateRowsOrBuilderList()
- 指定者:
- 接口
OtsProtocol2.TableInBatchWriteRowRequestOrBuilder 中的 getUpdateRowsOrBuilderList
getUpdateRowsCount
public int getUpdateRowsCount()
- 指定者:
- 接口
OtsProtocol2.TableInBatchWriteRowRequestOrBuilder 中的 getUpdateRowsCount
getUpdateRows
public OtsProtocol2.UpdateRowInBatchWriteRowRequest getUpdateRows(int index)
- 指定者:
- 接口
OtsProtocol2.TableInBatchWriteRowRequestOrBuilder 中的 getUpdateRows
getUpdateRowsOrBuilder
public OtsProtocol2.UpdateRowInBatchWriteRowRequestOrBuilder getUpdateRowsOrBuilder(int index)
- 指定者:
- 接口
OtsProtocol2.TableInBatchWriteRowRequestOrBuilder 中的 getUpdateRowsOrBuilder
getDeleteRowsList
public List<OtsProtocol2.DeleteRowInBatchWriteRowRequest> getDeleteRowsList()
- 指定者:
- 接口
OtsProtocol2.TableInBatchWriteRowRequestOrBuilder 中的 getDeleteRowsList
getDeleteRowsOrBuilderList
public List<? extends OtsProtocol2.DeleteRowInBatchWriteRowRequestOrBuilder> getDeleteRowsOrBuilderList()
- 指定者:
- 接口
OtsProtocol2.TableInBatchWriteRowRequestOrBuilder 中的 getDeleteRowsOrBuilderList
getDeleteRowsCount
public int getDeleteRowsCount()
- 指定者:
- 接口
OtsProtocol2.TableInBatchWriteRowRequestOrBuilder 中的 getDeleteRowsCount
getDeleteRows
public OtsProtocol2.DeleteRowInBatchWriteRowRequest getDeleteRows(int index)
- 指定者:
- 接口
OtsProtocol2.TableInBatchWriteRowRequestOrBuilder 中的 getDeleteRows
getDeleteRowsOrBuilder
public OtsProtocol2.DeleteRowInBatchWriteRowRequestOrBuilder getDeleteRowsOrBuilder(int index)
- 指定者:
- 接口
OtsProtocol2.TableInBatchWriteRowRequestOrBuilder 中的 getDeleteRowsOrBuilder
isInitialized
public final boolean isInitialized()
- 指定者:
- 接口
com.google.protobuf.MessageLiteOrBuilder 中的 isInitialized - 覆盖:
- 类
com.google.protobuf.GeneratedMessage 中的 isInitialized
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
- 指定者:
- 接口
com.google.protobuf.MessageLite 中的 writeTo - 覆盖:
- 类
com.google.protobuf.AbstractMessage 中的 writeTo
- 抛出:
IOException
getSerializedSize
public int getSerializedSize()
- 指定者:
- 接口
com.google.protobuf.MessageLite 中的 getSerializedSize - 覆盖:
- 类
com.google.protobuf.AbstractMessage 中的 getSerializedSize
writeReplace
protected Object writeReplace()
throws ObjectStreamException
- 覆盖:
- 类
com.google.protobuf.GeneratedMessage 中的 writeReplace
- 抛出:
ObjectStreamException
parseFrom
public static OtsProtocol2.TableInBatchWriteRowRequest parseFrom(com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException
- 抛出:
com.google.protobuf.InvalidProtocolBufferException
parseFrom
public static OtsProtocol2.TableInBatchWriteRowRequest parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
- 抛出:
com.google.protobuf.InvalidProtocolBufferException
parseFrom
public static OtsProtocol2.TableInBatchWriteRowRequest parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException
- 抛出:
com.google.protobuf.InvalidProtocolBufferException
parseFrom
public static OtsProtocol2.TableInBatchWriteRowRequest parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException
- 抛出:
com.google.protobuf.InvalidProtocolBufferException
parseFrom
public static OtsProtocol2.TableInBatchWriteRowRequest parseFrom(InputStream input)
throws IOException
- 抛出:
IOException
parseFrom
public static OtsProtocol2.TableInBatchWriteRowRequest parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
- 抛出:
IOException
parseDelimitedFrom
public static OtsProtocol2.TableInBatchWriteRowRequest parseDelimitedFrom(InputStream input)
throws IOException
- 抛出:
IOException
parseDelimitedFrom
public static OtsProtocol2.TableInBatchWriteRowRequest parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
- 抛出:
IOException
parseFrom
public static OtsProtocol2.TableInBatchWriteRowRequest parseFrom(com.google.protobuf.CodedInputStream input)
throws IOException
- 抛出:
IOException
parseFrom
public static OtsProtocol2.TableInBatchWriteRowRequest parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
- 抛出:
IOException
newBuilder
public static OtsProtocol2.TableInBatchWriteRowRequest.Builder newBuilder()
newBuilderForType
public OtsProtocol2.TableInBatchWriteRowRequest.Builder newBuilderForType()
- 指定者:
- 接口
com.google.protobuf.Message 中的 newBuilderForType - 指定者:
- 接口
com.google.protobuf.MessageLite 中的 newBuilderForType
newBuilder
public static OtsProtocol2.TableInBatchWriteRowRequest.Builder newBuilder(OtsProtocol2.TableInBatchWriteRowRequest prototype)
toBuilder
public OtsProtocol2.TableInBatchWriteRowRequest.Builder toBuilder()
- 指定者:
- 接口
com.google.protobuf.Message 中的 toBuilder - 指定者:
- 接口
com.google.protobuf.MessageLite 中的 toBuilder
newBuilderForType
protected OtsProtocol2.TableInBatchWriteRowRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
- 指定者:
- 类
com.google.protobuf.GeneratedMessage 中的 newBuilderForType
Copyright © 2014. All Rights Reserved.