com.aliyun.openservices.ots.protocol
类 OtsProtocol2.GetRowRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessage.Builder<OtsProtocol2.GetRowRequest.Builder>
com.aliyun.openservices.ots.protocol.OtsProtocol2.GetRowRequest.Builder
- 所有已实现的接口:
- OtsProtocol2.GetRowRequestOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
- 包容类:
- OtsProtocol2.GetRowRequest
public static final class OtsProtocol2.GetRowRequest.Builder
- extends com.google.protobuf.GeneratedMessage.Builder<OtsProtocol2.GetRowRequest.Builder>
- implements OtsProtocol2.GetRowRequestOrBuilder
| 从类 com.google.protobuf.GeneratedMessage.Builder 继承的方法 |
addRepeatedField, clearField, getAllFields, getField, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields |
| 从类 com.google.protobuf.AbstractMessage.Builder 继承的方法 |
mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException |
| 从类 com.google.protobuf.AbstractMessageLite.Builder 继承的方法 |
addAll, newUninitializedMessageException |
| 从接口 com.google.protobuf.MessageOrBuilder 继承的方法 |
getAllFields, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
- 指定者:
- 类
com.google.protobuf.GeneratedMessage.Builder<OtsProtocol2.GetRowRequest.Builder> 中的 internalGetFieldAccessorTable
clear
public OtsProtocol2.GetRowRequest.Builder clear()
- 指定者:
- 接口
com.google.protobuf.Message.Builder 中的 clear - 指定者:
- 接口
com.google.protobuf.MessageLite.Builder 中的 clear - 覆盖:
- 类
com.google.protobuf.GeneratedMessage.Builder<OtsProtocol2.GetRowRequest.Builder> 中的 clear
clone
public OtsProtocol2.GetRowRequest.Builder clone()
- 指定者:
- 接口
com.google.protobuf.Message.Builder 中的 clone - 指定者:
- 接口
com.google.protobuf.MessageLite.Builder 中的 clone - 覆盖:
- 类
com.google.protobuf.GeneratedMessage.Builder<OtsProtocol2.GetRowRequest.Builder> 中的 clone
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- 指定者:
- 接口
com.google.protobuf.Message.Builder 中的 getDescriptorForType - 指定者:
- 接口
com.google.protobuf.MessageOrBuilder 中的 getDescriptorForType - 覆盖:
- 类
com.google.protobuf.GeneratedMessage.Builder<OtsProtocol2.GetRowRequest.Builder> 中的 getDescriptorForType
getDefaultInstanceForType
public OtsProtocol2.GetRowRequest getDefaultInstanceForType()
- 指定者:
- 接口
com.google.protobuf.MessageLiteOrBuilder 中的 getDefaultInstanceForType - 指定者:
- 接口
com.google.protobuf.MessageOrBuilder 中的 getDefaultInstanceForType
build
public OtsProtocol2.GetRowRequest build()
- 指定者:
- 接口
com.google.protobuf.Message.Builder 中的 build - 指定者:
- 接口
com.google.protobuf.MessageLite.Builder 中的 build
buildPartial
public OtsProtocol2.GetRowRequest buildPartial()
- 指定者:
- 接口
com.google.protobuf.Message.Builder 中的 buildPartial - 指定者:
- 接口
com.google.protobuf.MessageLite.Builder 中的 buildPartial
mergeFrom
public OtsProtocol2.GetRowRequest.Builder mergeFrom(com.google.protobuf.Message other)
- 指定者:
- 接口
com.google.protobuf.Message.Builder 中的 mergeFrom - 覆盖:
- 类
com.google.protobuf.AbstractMessage.Builder<OtsProtocol2.GetRowRequest.Builder> 中的 mergeFrom
mergeFrom
public OtsProtocol2.GetRowRequest.Builder mergeFrom(OtsProtocol2.GetRowRequest other)
isInitialized
public final boolean isInitialized()
- 指定者:
- 接口
com.google.protobuf.MessageLiteOrBuilder 中的 isInitialized - 覆盖:
- 类
com.google.protobuf.GeneratedMessage.Builder<OtsProtocol2.GetRowRequest.Builder> 中的 isInitialized
mergeFrom
public OtsProtocol2.GetRowRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
- 指定者:
- 接口
com.google.protobuf.Message.Builder 中的 mergeFrom - 指定者:
- 接口
com.google.protobuf.MessageLite.Builder 中的 mergeFrom - 覆盖:
- 类
com.google.protobuf.AbstractMessage.Builder<OtsProtocol2.GetRowRequest.Builder> 中的 mergeFrom
- 抛出:
IOException
hasTableName
public boolean hasTableName()
- 指定者:
- 接口
OtsProtocol2.GetRowRequestOrBuilder 中的 hasTableName
getTableName
public String getTableName()
- 指定者:
- 接口
OtsProtocol2.GetRowRequestOrBuilder 中的 getTableName
setTableName
public OtsProtocol2.GetRowRequest.Builder setTableName(String value)
clearTableName
public OtsProtocol2.GetRowRequest.Builder clearTableName()
getPrimaryKeyList
public List<OtsProtocol2.Column> getPrimaryKeyList()
- 指定者:
- 接口
OtsProtocol2.GetRowRequestOrBuilder 中的 getPrimaryKeyList
getPrimaryKeyCount
public int getPrimaryKeyCount()
- 指定者:
- 接口
OtsProtocol2.GetRowRequestOrBuilder 中的 getPrimaryKeyCount
getPrimaryKey
public OtsProtocol2.Column getPrimaryKey(int index)
- 指定者:
- 接口
OtsProtocol2.GetRowRequestOrBuilder 中的 getPrimaryKey
setPrimaryKey
public OtsProtocol2.GetRowRequest.Builder setPrimaryKey(int index,
OtsProtocol2.Column value)
setPrimaryKey
public OtsProtocol2.GetRowRequest.Builder setPrimaryKey(int index,
OtsProtocol2.Column.Builder builderForValue)
addPrimaryKey
public OtsProtocol2.GetRowRequest.Builder addPrimaryKey(OtsProtocol2.Column value)
addPrimaryKey
public OtsProtocol2.GetRowRequest.Builder addPrimaryKey(int index,
OtsProtocol2.Column value)
addPrimaryKey
public OtsProtocol2.GetRowRequest.Builder addPrimaryKey(OtsProtocol2.Column.Builder builderForValue)
addPrimaryKey
public OtsProtocol2.GetRowRequest.Builder addPrimaryKey(int index,
OtsProtocol2.Column.Builder builderForValue)
addAllPrimaryKey
public OtsProtocol2.GetRowRequest.Builder addAllPrimaryKey(Iterable<? extends OtsProtocol2.Column> values)
clearPrimaryKey
public OtsProtocol2.GetRowRequest.Builder clearPrimaryKey()
removePrimaryKey
public OtsProtocol2.GetRowRequest.Builder removePrimaryKey(int index)
getPrimaryKeyBuilder
public OtsProtocol2.Column.Builder getPrimaryKeyBuilder(int index)
getPrimaryKeyOrBuilder
public OtsProtocol2.ColumnOrBuilder getPrimaryKeyOrBuilder(int index)
- 指定者:
- 接口
OtsProtocol2.GetRowRequestOrBuilder 中的 getPrimaryKeyOrBuilder
getPrimaryKeyOrBuilderList
public List<? extends OtsProtocol2.ColumnOrBuilder> getPrimaryKeyOrBuilderList()
- 指定者:
- 接口
OtsProtocol2.GetRowRequestOrBuilder 中的 getPrimaryKeyOrBuilderList
addPrimaryKeyBuilder
public OtsProtocol2.Column.Builder addPrimaryKeyBuilder()
addPrimaryKeyBuilder
public OtsProtocol2.Column.Builder addPrimaryKeyBuilder(int index)
getPrimaryKeyBuilderList
public List<OtsProtocol2.Column.Builder> getPrimaryKeyBuilderList()
getColumnsToGetList
public List<String> getColumnsToGetList()
- 指定者:
- 接口
OtsProtocol2.GetRowRequestOrBuilder 中的 getColumnsToGetList
getColumnsToGetCount
public int getColumnsToGetCount()
- 指定者:
- 接口
OtsProtocol2.GetRowRequestOrBuilder 中的 getColumnsToGetCount
getColumnsToGet
public String getColumnsToGet(int index)
- 指定者:
- 接口
OtsProtocol2.GetRowRequestOrBuilder 中的 getColumnsToGet
setColumnsToGet
public OtsProtocol2.GetRowRequest.Builder setColumnsToGet(int index,
String value)
addColumnsToGet
public OtsProtocol2.GetRowRequest.Builder addColumnsToGet(String value)
addAllColumnsToGet
public OtsProtocol2.GetRowRequest.Builder addAllColumnsToGet(Iterable<String> values)
clearColumnsToGet
public OtsProtocol2.GetRowRequest.Builder clearColumnsToGet()
Copyright © 2014. All Rights Reserved.