com.aliyun.openservices.ots.protocol
类 OtsProtocol2.TableInBatchGetRowRequest.Builder

java.lang.Object
  继承者 com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      继承者 com.google.protobuf.AbstractMessage.Builder<BuilderType>
          继承者 com.google.protobuf.GeneratedMessage.Builder<OtsProtocol2.TableInBatchGetRowRequest.Builder>
              继承者 com.aliyun.openservices.ots.protocol.OtsProtocol2.TableInBatchGetRowRequest.Builder
所有已实现的接口:
OtsProtocol2.TableInBatchGetRowRequestOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
包容类:
OtsProtocol2.TableInBatchGetRowRequest

public static final class OtsProtocol2.TableInBatchGetRowRequest.Builder
extends com.google.protobuf.GeneratedMessage.Builder<OtsProtocol2.TableInBatchGetRowRequest.Builder>
implements OtsProtocol2.TableInBatchGetRowRequestOrBuilder


方法摘要
 OtsProtocol2.TableInBatchGetRowRequest.Builder addAllColumnsToGet(Iterable<String> values)
           
 OtsProtocol2.TableInBatchGetRowRequest.Builder addAllRows(Iterable<? extends OtsProtocol2.RowInBatchGetRowRequest> values)
           
 OtsProtocol2.TableInBatchGetRowRequest.Builder addColumnsToGet(String value)
           
 OtsProtocol2.TableInBatchGetRowRequest.Builder addRows(int index, OtsProtocol2.RowInBatchGetRowRequest.Builder builderForValue)
           
 OtsProtocol2.TableInBatchGetRowRequest.Builder addRows(int index, OtsProtocol2.RowInBatchGetRowRequest value)
           
 OtsProtocol2.TableInBatchGetRowRequest.Builder addRows(OtsProtocol2.RowInBatchGetRowRequest.Builder builderForValue)
           
 OtsProtocol2.TableInBatchGetRowRequest.Builder addRows(OtsProtocol2.RowInBatchGetRowRequest value)
           
 OtsProtocol2.RowInBatchGetRowRequest.Builder addRowsBuilder()
           
 OtsProtocol2.RowInBatchGetRowRequest.Builder addRowsBuilder(int index)
           
 OtsProtocol2.TableInBatchGetRowRequest build()
           
 OtsProtocol2.TableInBatchGetRowRequest buildPartial()
           
 OtsProtocol2.TableInBatchGetRowRequest.Builder clear()
           
 OtsProtocol2.TableInBatchGetRowRequest.Builder clearColumnsToGet()
           
 OtsProtocol2.TableInBatchGetRowRequest.Builder clearRows()
           
 OtsProtocol2.TableInBatchGetRowRequest.Builder clearTableName()
           
 OtsProtocol2.TableInBatchGetRowRequest.Builder clone()
           
 String getColumnsToGet(int index)
           
 int getColumnsToGetCount()
           
 List<String> getColumnsToGetList()
           
 OtsProtocol2.TableInBatchGetRowRequest getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 OtsProtocol2.RowInBatchGetRowRequest getRows(int index)
           
 OtsProtocol2.RowInBatchGetRowRequest.Builder getRowsBuilder(int index)
           
 List<OtsProtocol2.RowInBatchGetRowRequest.Builder> getRowsBuilderList()
           
 int getRowsCount()
           
 List<OtsProtocol2.RowInBatchGetRowRequest> getRowsList()
           
 OtsProtocol2.RowInBatchGetRowRequestOrBuilder getRowsOrBuilder(int index)
           
 List<? extends OtsProtocol2.RowInBatchGetRowRequestOrBuilder> getRowsOrBuilderList()
           
 String getTableName()
           
 boolean hasTableName()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 OtsProtocol2.TableInBatchGetRowRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 OtsProtocol2.TableInBatchGetRowRequest.Builder mergeFrom(com.google.protobuf.Message other)
           
 OtsProtocol2.TableInBatchGetRowRequest.Builder mergeFrom(OtsProtocol2.TableInBatchGetRowRequest other)
           
 OtsProtocol2.TableInBatchGetRowRequest.Builder removeRows(int index)
           
 OtsProtocol2.TableInBatchGetRowRequest.Builder setColumnsToGet(int index, String value)
           
 OtsProtocol2.TableInBatchGetRowRequest.Builder setRows(int index, OtsProtocol2.RowInBatchGetRowRequest.Builder builderForValue)
           
 OtsProtocol2.TableInBatchGetRowRequest.Builder setRows(int index, OtsProtocol2.RowInBatchGetRowRequest value)
           
 OtsProtocol2.TableInBatchGetRowRequest.Builder setTableName(String value)
           
 
从类 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
 
从类 java.lang.Object 继承的方法
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
从接口 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.TableInBatchGetRowRequest.Builder> 中的 internalGetFieldAccessorTable

clear

public OtsProtocol2.TableInBatchGetRowRequest.Builder clear()
指定者:
接口 com.google.protobuf.Message.Builder 中的 clear
指定者:
接口 com.google.protobuf.MessageLite.Builder 中的 clear
覆盖:
com.google.protobuf.GeneratedMessage.Builder<OtsProtocol2.TableInBatchGetRowRequest.Builder> 中的 clear

clone

public OtsProtocol2.TableInBatchGetRowRequest.Builder clone()
指定者:
接口 com.google.protobuf.Message.Builder 中的 clone
指定者:
接口 com.google.protobuf.MessageLite.Builder 中的 clone
覆盖:
com.google.protobuf.GeneratedMessage.Builder<OtsProtocol2.TableInBatchGetRowRequest.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.TableInBatchGetRowRequest.Builder> 中的 getDescriptorForType

getDefaultInstanceForType

public OtsProtocol2.TableInBatchGetRowRequest getDefaultInstanceForType()
指定者:
接口 com.google.protobuf.MessageLiteOrBuilder 中的 getDefaultInstanceForType
指定者:
接口 com.google.protobuf.MessageOrBuilder 中的 getDefaultInstanceForType

build

public OtsProtocol2.TableInBatchGetRowRequest build()
指定者:
接口 com.google.protobuf.Message.Builder 中的 build
指定者:
接口 com.google.protobuf.MessageLite.Builder 中的 build

buildPartial

public OtsProtocol2.TableInBatchGetRowRequest buildPartial()
指定者:
接口 com.google.protobuf.Message.Builder 中的 buildPartial
指定者:
接口 com.google.protobuf.MessageLite.Builder 中的 buildPartial

mergeFrom

public OtsProtocol2.TableInBatchGetRowRequest.Builder mergeFrom(com.google.protobuf.Message other)
指定者:
接口 com.google.protobuf.Message.Builder 中的 mergeFrom
覆盖:
com.google.protobuf.AbstractMessage.Builder<OtsProtocol2.TableInBatchGetRowRequest.Builder> 中的 mergeFrom

mergeFrom

public OtsProtocol2.TableInBatchGetRowRequest.Builder mergeFrom(OtsProtocol2.TableInBatchGetRowRequest other)

isInitialized

public final boolean isInitialized()
指定者:
接口 com.google.protobuf.MessageLiteOrBuilder 中的 isInitialized
覆盖:
com.google.protobuf.GeneratedMessage.Builder<OtsProtocol2.TableInBatchGetRowRequest.Builder> 中的 isInitialized

mergeFrom

public OtsProtocol2.TableInBatchGetRowRequest.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.TableInBatchGetRowRequest.Builder> 中的 mergeFrom
抛出:
IOException

hasTableName

public boolean hasTableName()
指定者:
接口 OtsProtocol2.TableInBatchGetRowRequestOrBuilder 中的 hasTableName

getTableName

public String getTableName()
指定者:
接口 OtsProtocol2.TableInBatchGetRowRequestOrBuilder 中的 getTableName

setTableName

public OtsProtocol2.TableInBatchGetRowRequest.Builder setTableName(String value)

clearTableName

public OtsProtocol2.TableInBatchGetRowRequest.Builder clearTableName()

getRowsList

public List<OtsProtocol2.RowInBatchGetRowRequest> getRowsList()
指定者:
接口 OtsProtocol2.TableInBatchGetRowRequestOrBuilder 中的 getRowsList

getRowsCount

public int getRowsCount()
指定者:
接口 OtsProtocol2.TableInBatchGetRowRequestOrBuilder 中的 getRowsCount

getRows

public OtsProtocol2.RowInBatchGetRowRequest getRows(int index)
指定者:
接口 OtsProtocol2.TableInBatchGetRowRequestOrBuilder 中的 getRows

setRows

public OtsProtocol2.TableInBatchGetRowRequest.Builder setRows(int index,
                                                              OtsProtocol2.RowInBatchGetRowRequest value)

setRows

public OtsProtocol2.TableInBatchGetRowRequest.Builder setRows(int index,
                                                              OtsProtocol2.RowInBatchGetRowRequest.Builder builderForValue)

addRows

public OtsProtocol2.TableInBatchGetRowRequest.Builder addRows(OtsProtocol2.RowInBatchGetRowRequest value)

addRows

public OtsProtocol2.TableInBatchGetRowRequest.Builder addRows(int index,
                                                              OtsProtocol2.RowInBatchGetRowRequest value)

addRows

public OtsProtocol2.TableInBatchGetRowRequest.Builder addRows(OtsProtocol2.RowInBatchGetRowRequest.Builder builderForValue)

addRows

public OtsProtocol2.TableInBatchGetRowRequest.Builder addRows(int index,
                                                              OtsProtocol2.RowInBatchGetRowRequest.Builder builderForValue)

addAllRows

public OtsProtocol2.TableInBatchGetRowRequest.Builder addAllRows(Iterable<? extends OtsProtocol2.RowInBatchGetRowRequest> values)

clearRows

public OtsProtocol2.TableInBatchGetRowRequest.Builder clearRows()

removeRows

public OtsProtocol2.TableInBatchGetRowRequest.Builder removeRows(int index)

getRowsBuilder

public OtsProtocol2.RowInBatchGetRowRequest.Builder getRowsBuilder(int index)

getRowsOrBuilder

public OtsProtocol2.RowInBatchGetRowRequestOrBuilder getRowsOrBuilder(int index)
指定者:
接口 OtsProtocol2.TableInBatchGetRowRequestOrBuilder 中的 getRowsOrBuilder

getRowsOrBuilderList

public List<? extends OtsProtocol2.RowInBatchGetRowRequestOrBuilder> getRowsOrBuilderList()
指定者:
接口 OtsProtocol2.TableInBatchGetRowRequestOrBuilder 中的 getRowsOrBuilderList

addRowsBuilder

public OtsProtocol2.RowInBatchGetRowRequest.Builder addRowsBuilder()

addRowsBuilder

public OtsProtocol2.RowInBatchGetRowRequest.Builder addRowsBuilder(int index)

getRowsBuilderList

public List<OtsProtocol2.RowInBatchGetRowRequest.Builder> getRowsBuilderList()

getColumnsToGetList

public List<String> getColumnsToGetList()
指定者:
接口 OtsProtocol2.TableInBatchGetRowRequestOrBuilder 中的 getColumnsToGetList

getColumnsToGetCount

public int getColumnsToGetCount()
指定者:
接口 OtsProtocol2.TableInBatchGetRowRequestOrBuilder 中的 getColumnsToGetCount

getColumnsToGet

public String getColumnsToGet(int index)
指定者:
接口 OtsProtocol2.TableInBatchGetRowRequestOrBuilder 中的 getColumnsToGet

setColumnsToGet

public OtsProtocol2.TableInBatchGetRowRequest.Builder setColumnsToGet(int index,
                                                                      String value)

addColumnsToGet

public OtsProtocol2.TableInBatchGetRowRequest.Builder addColumnsToGet(String value)

addAllColumnsToGet

public OtsProtocol2.TableInBatchGetRowRequest.Builder addAllColumnsToGet(Iterable<String> values)

clearColumnsToGet

public OtsProtocol2.TableInBatchGetRowRequest.Builder clearColumnsToGet()


Copyright © 2014. All Rights Reserved.