Google Apps Script
Feedback on this document

Class TableListTables

From BigQuery Services

Members:

MemberTypeDescription
getFriendlyNameStringThe user-friendly name for this table.
getIdStringAn opaque ID of the table
getKindStringThe resource type.
getTableReferenceTableReferenceA reference uniquely identifying the table.
setFriendlyNameTableListTablesSet the value for the field: friendlyName
setIdTableListTablesSet the value for the field: id
setKindTableListTablesSet the value for the field: kind
setTableReferenceTableListTablesSet the value for the field: tableReference

method getFriendlyName()

The user-friendly name for this table.

Return Values:

TypeDescription
StringThe current value for friendlyName

method getId()

An opaque ID of the table

Return Values:

TypeDescription
StringThe current value for id

method getKind()

The resource type.

Return Values:

TypeDescription
StringThe current value for kind

method getTableReference()

A reference uniquely identifying the table.

Return Values:

TypeDescription
TableReferenceThe current value for tableReference

method setFriendlyName(friendlyName)

Set the value for the field: friendlyName

Arguments:

NameTypeDescription
friendlyNameStringThe user-friendly name for this table.

Return Values:

TypeDescription
TableListTablesThe bean object for chaining.

method setId(id)

Set the value for the field: id

Arguments:

NameTypeDescription
idStringAn opaque ID of the table

Return Values:

TypeDescription
TableListTablesThe bean object for chaining.

method setKind(kind)

Set the value for the field: kind

Arguments:

NameTypeDescription
kindStringThe resource type.

Return Values:

TypeDescription
TableListTablesThe bean object for chaining.

method setTableReference(tableReference)

Set the value for the field: tableReference

Arguments:

NameTypeDescription
tableReferenceTableReferenceA reference uniquely identifying the table.

Return Values:

TypeDescription
TableListTablesThe 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.