public interface ListDataTablesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDataTables(int index)
public abstract DataTable getDataTables(int index)The list of the data tables returned.
repeated .google.cloud.chronicle.v1.DataTable data_tables = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DataTable |
|
getDataTablesCount()
public abstract int getDataTablesCount()The list of the data tables returned.
repeated .google.cloud.chronicle.v1.DataTable data_tables = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getDataTablesList()
public abstract List<DataTable> getDataTablesList()The list of the data tables returned.
repeated .google.cloud.chronicle.v1.DataTable data_tables = 1;
| Returns | |
|---|---|
| Type | Description |
List<DataTable> |
|
getDataTablesOrBuilder(int index)
public abstract DataTableOrBuilder getDataTablesOrBuilder(int index)The list of the data tables returned.
repeated .google.cloud.chronicle.v1.DataTable data_tables = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DataTableOrBuilder |
|
getDataTablesOrBuilderList()
public abstract List<? extends DataTableOrBuilder> getDataTablesOrBuilderList()The list of the data tables returned.
repeated .google.cloud.chronicle.v1.DataTable data_tables = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.chronicle.v1.DataTableOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken() A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |