public interface ListRowsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token, which can be sent as `page_token` to retrieve the next page.
|
Row |
getRows(int index)
The rows from the specified table.
|
int |
getRowsCount()
The rows from the specified table.
|
List<Row> |
getRowsList()
The rows from the specified table.
|
RowOrBuilder |
getRowsOrBuilder(int index)
The rows from the specified table.
|
List<? extends RowOrBuilder> |
getRowsOrBuilderList()
The rows from the specified table.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Row> getRowsList()
The rows from the specified table.
repeated .google.area120.tables.v1alpha1.Row rows = 1;Row getRows(int index)
The rows from the specified table.
repeated .google.area120.tables.v1alpha1.Row rows = 1;int getRowsCount()
The rows from the specified table.
repeated .google.area120.tables.v1alpha1.Row rows = 1;List<? extends RowOrBuilder> getRowsOrBuilderList()
The rows from the specified table.
repeated .google.area120.tables.v1alpha1.Row rows = 1;RowOrBuilder getRowsOrBuilder(int index)
The rows from the specified table.
repeated .google.area120.tables.v1alpha1.Row rows = 1;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;com.google.protobuf.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;Copyright © 2024 Google LLC. All rights reserved.