From BigQuery Services
Members:
| Member | Type | Description |
|---|---|---|
| getEtag | String | A hash of this page of results. |
| getKind | String | The type of list. |
| getNextPageToken | String | A token to request the next page of results. |
| getTables | TableListTables[] | Tables in the requested dataset. |
| getTotalItems | int | The total number of tables in the dataset. |
| setEtag | TableList | Set the value for the field: etag |
| setKind | TableList | Set the value for the field: kind |
| setNextPageToken | TableList | Set the value for the field: nextPageToken |
| setTables | TableList | Set the value for the field: tables |
| setTotalItems | TableList | Set the value for the field: totalItems |
method getEtag()
A hash of this page of results.
Return Values:
| Type | Description |
|---|---|
String | The current value for etag |
method getKind()
The type of list.
Return Values:
| Type | Description |
|---|---|
String | The current value for kind |
method getNextPageToken()
A token to request the next page of results.
Return Values:
| Type | Description |
|---|---|
String | The current value for nextPageToken |
method getTables()
Tables in the requested dataset.
Return Values:
| Type | Description |
|---|---|
TableListTables[] | The current value for tables |
method getTotalItems()
The total number of tables in the dataset.
Return Values:
| Type | Description |
|---|---|
int | The current value for totalItems |
method setEtag(etag)
Set the value for the field: etag
Arguments:
| Name | Type | Description |
|---|---|---|
| etag | String | A hash of this page of results. |
Return Values:
| Type | Description |
|---|---|
TableList | The bean object for chaining. |
method setKind(kind)
Set the value for the field: kind
Arguments:
| Name | Type | Description |
|---|---|---|
| kind | String | The type of list. |
Return Values:
| Type | Description |
|---|---|
TableList | The bean object for chaining. |
method setNextPageToken(nextPageToken)
Set the value for the field: nextPageToken
Arguments:
| Name | Type | Description |
|---|---|---|
| nextPageToken | String | A token to request the next page of results. |
Return Values:
| Type | Description |
|---|---|
TableList | The bean object for chaining. |
method setTables(tables)
Set the value for the field: tables
Arguments:
| Name | Type | Description |
|---|---|---|
| tables | TableListTables[] | Tables in the requested dataset. |
Return Values:
| Type | Description |
|---|---|
TableList | The bean object for chaining. |
method setTotalItems(totalItems)
Set the value for the field: totalItems
Arguments:
| Name | Type | Description |
|---|---|---|
| totalItems | int | The total number of tables in the dataset. |
Return Values:
| Type | Description |
|---|---|
TableList | The bean object for chaining. |