public static final class ListRowsResponse.Builder extends GeneratedMessage.Builder<ListRowsResponse.Builder> implements ListRowsResponseOrBuilderResponse message for TablesService.ListRows.
Protobuf type google.area120.tables.v1alpha1.ListRowsResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListRowsResponse.BuilderImplements
ListRowsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllRows(Iterable<? extends Row> values)
public ListRowsResponse.Builder addAllRows(Iterable<? extends Row> values)The rows from the specified table.
repeated .google.area120.tables.v1alpha1.Row rows = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.area120.tables.v1alpha1.Row> |
| Returns | |
|---|---|
| Type | Description |
ListRowsResponse.Builder |
|
addRows(Row value)
public ListRowsResponse.Builder addRows(Row value)The rows from the specified table.
repeated .google.area120.tables.v1alpha1.Row rows = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Row |
| Returns | |
|---|---|
| Type | Description |
ListRowsResponse.Builder |
|
addRows(Row.Builder builderForValue)
public ListRowsResponse.Builder addRows(Row.Builder builderForValue)The rows from the specified table.
repeated .google.area120.tables.v1alpha1.Row rows = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Row.Builder |
| Returns | |
|---|---|
| Type | Description |
ListRowsResponse.Builder |
|
addRows(int index, Row value)
public ListRowsResponse.Builder addRows(int index, Row value)The rows from the specified table.
repeated .google.area120.tables.v1alpha1.Row rows = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Row |
| Returns | |
|---|---|
| Type | Description |
ListRowsResponse.Builder |
|
addRows(int index, Row.Builder builderForValue)
public ListRowsResponse.Builder addRows(int index, Row.Builder builderForValue)The rows from the specified table.
repeated .google.area120.tables.v1alpha1.Row rows = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Row.Builder |
| Returns | |
|---|---|
| Type | Description |
ListRowsResponse.Builder |
|
addRowsBuilder()
public Row.Builder addRowsBuilder()The rows from the specified table.
repeated .google.area120.tables.v1alpha1.Row rows = 1;
| Returns | |
|---|---|
| Type | Description |
Row.Builder |
|
addRowsBuilder(int index)
public Row.Builder addRowsBuilder(int index)The rows from the specified table.
repeated .google.area120.tables.v1alpha1.Row rows = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Row.Builder |
|
build()
public ListRowsResponse build()| Returns | |
|---|---|
| Type | Description |
ListRowsResponse |
|
buildPartial()
public ListRowsResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListRowsResponse |
|
clear()
public ListRowsResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListRowsResponse.Builder |
|
clearNextPageToken()
public ListRowsResponse.Builder clearNextPageToken() A token, which can be sent as page_token to retrieve the next page.
If this field is empty, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ListRowsResponse.Builder |
This builder for chaining. |
clearRows()
public ListRowsResponse.Builder clearRows()The rows from the specified table.
repeated .google.area120.tables.v1alpha1.Row rows = 1;
| Returns | |
|---|---|
| Type | Description |
ListRowsResponse.Builder |
|
getDefaultInstanceForType()
public ListRowsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListRowsResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getNextPageToken()
public String getNextPageToken() A token, which can be sent as page_token to retrieve the next page.
If this field is empty, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes() A token, which can be sent as page_token to retrieve the next page.
If this field is empty, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getRows(int index)
public Row getRows(int index)The rows from the specified table.
repeated .google.area120.tables.v1alpha1.Row rows = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Row |
|
getRowsBuilder(int index)
public Row.Builder getRowsBuilder(int index)The rows from the specified table.
repeated .google.area120.tables.v1alpha1.Row rows = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Row.Builder |
|
getRowsBuilderList()
public List<Row.Builder> getRowsBuilderList()The rows from the specified table.
repeated .google.area120.tables.v1alpha1.Row rows = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getRowsCount()
public int getRowsCount()The rows from the specified table.
repeated .google.area120.tables.v1alpha1.Row rows = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getRowsList()
public List<Row> getRowsList()The rows from the specified table.
repeated .google.area120.tables.v1alpha1.Row rows = 1;
| Returns | |
|---|---|
| Type | Description |
List<Row> |
|
getRowsOrBuilder(int index)
public RowOrBuilder getRowsOrBuilder(int index)The rows from the specified table.
repeated .google.area120.tables.v1alpha1.Row rows = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
RowOrBuilder |
|
getRowsOrBuilderList()
public List<? extends RowOrBuilder> getRowsOrBuilderList()The rows from the specified table.
repeated .google.area120.tables.v1alpha1.Row rows = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.area120.tables.v1alpha1.RowOrBuilder> |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListRowsResponse other)
public ListRowsResponse.Builder mergeFrom(ListRowsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListRowsResponse |
| Returns | |
|---|---|
| Type | Description |
ListRowsResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListRowsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListRowsResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListRowsResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListRowsResponse.Builder |
|
removeRows(int index)
public ListRowsResponse.Builder removeRows(int index)The rows from the specified table.
repeated .google.area120.tables.v1alpha1.Row rows = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListRowsResponse.Builder |
|
setNextPageToken(String value)
public ListRowsResponse.Builder setNextPageToken(String value) A token, which can be sent as page_token to retrieve the next page.
If this field is empty, there are no subsequent pages.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListRowsResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListRowsResponse.Builder setNextPageTokenBytes(ByteString value) A token, which can be sent as page_token to retrieve the next page.
If this field is empty, there are no subsequent pages.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListRowsResponse.Builder |
This builder for chaining. |
setRows(int index, Row value)
public ListRowsResponse.Builder setRows(int index, Row value)The rows from the specified table.
repeated .google.area120.tables.v1alpha1.Row rows = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Row |
| Returns | |
|---|---|
| Type | Description |
ListRowsResponse.Builder |
|
setRows(int index, Row.Builder builderForValue)
public ListRowsResponse.Builder setRows(int index, Row.Builder builderForValue)The rows from the specified table.
repeated .google.area120.tables.v1alpha1.Row rows = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Row.Builder |
| Returns | |
|---|---|
| Type | Description |
ListRowsResponse.Builder |
|