Google Apps Script
Feedback on this document

Class TableList

From BigQuery Services

Members:

MemberTypeDescription
getEtagStringA hash of this page of results.
getKindStringThe type of list.
getNextPageTokenStringA token to request the next page of results.
getTablesTableListTables[]Tables in the requested dataset.
getTotalItemsintThe total number of tables in the dataset.
setEtagTableListSet the value for the field: etag
setKindTableListSet the value for the field: kind
setNextPageTokenTableListSet the value for the field: nextPageToken
setTablesTableListSet the value for the field: tables
setTotalItemsTableListSet the value for the field: totalItems

method getEtag()

A hash of this page of results.

Return Values:

TypeDescription
StringThe current value for etag

method getKind()

The type of list.

Return Values:

TypeDescription
StringThe current value for kind

method getNextPageToken()

A token to request the next page of results.

Return Values:

TypeDescription
StringThe current value for nextPageToken

method getTables()

Tables in the requested dataset.

Return Values:

TypeDescription
TableListTables[]The current value for tables

method getTotalItems()

The total number of tables in the dataset.

Return Values:

TypeDescription
intThe current value for totalItems

method setEtag(etag)

Set the value for the field: etag

Arguments:

NameTypeDescription
etagStringA hash of this page of results.

Return Values:

TypeDescription
TableListThe bean object for chaining.

method setKind(kind)

Set the value for the field: kind

Arguments:

NameTypeDescription
kindStringThe type of list.

Return Values:

TypeDescription
TableListThe bean object for chaining.

method setNextPageToken(nextPageToken)

Set the value for the field: nextPageToken

Arguments:

NameTypeDescription
nextPageTokenStringA token to request the next page of results.

Return Values:

TypeDescription
TableListThe bean object for chaining.

method setTables(tables)

Set the value for the field: tables

Arguments:

NameTypeDescription
tablesTableListTables[]Tables in the requested dataset.

Return Values:

TypeDescription
TableListThe bean object for chaining.

method setTotalItems(totalItems)

Set the value for the field: totalItems

Arguments:

NameTypeDescription
totalItemsintThe total number of tables in the dataset.

Return Values:

TypeDescription
TableListThe bean object for chaining.

Authentication required

You need to be signed in with Google+ to do that.

Signing you in...

Google Developers needs your permission to do that.