From BigQuery Services
Members:
| Member | Type | Description |
|---|---|---|
| getFriendlyName | String | The user-friendly name for this table. |
| getId | String | An opaque ID of the table |
| getKind | String | The resource type. |
| getTableReference | TableReference | A reference uniquely identifying the table. |
| setFriendlyName | TableListTables | Set the value for the field: friendlyName |
| setId | TableListTables | Set the value for the field: id |
| setKind | TableListTables | Set the value for the field: kind |
| setTableReference | TableListTables | Set the value for the field: tableReference |
method getFriendlyName()
The user-friendly name for this table.
Return Values:
| Type | Description |
|---|---|
String | The current value for friendlyName |
method getId()
An opaque ID of the table
Return Values:
| Type | Description |
|---|---|
String | The current value for id |
method getKind()
The resource type.
Return Values:
| Type | Description |
|---|---|
String | The current value for kind |
method getTableReference()
A reference uniquely identifying the table.
Return Values:
| Type | Description |
|---|---|
TableReference | The current value for tableReference |
method setFriendlyName(friendlyName)
Set the value for the field: friendlyName
Arguments:
| Name | Type | Description |
|---|---|---|
| friendlyName | String | The user-friendly name for this table. |
Return Values:
| Type | Description |
|---|---|
TableListTables | The bean object for chaining. |
method setId(id)
Set the value for the field: id
Arguments:
| Name | Type | Description |
|---|---|---|
| id | String | An opaque ID of the table |
Return Values:
| Type | Description |
|---|---|
TableListTables | The bean object for chaining. |
method setKind(kind)
Set the value for the field: kind
Arguments:
| Name | Type | Description |
|---|---|---|
| kind | String | The resource type. |
Return Values:
| Type | Description |
|---|---|
TableListTables | The bean object for chaining. |
method setTableReference(tableReference)
Set the value for the field: tableReference
Arguments:
| Name | Type | Description |
|---|---|---|
| tableReference | TableReference | A reference uniquely identifying the table. |
Return Values:
| Type | Description |
|---|---|
TableListTables | The bean object for chaining. |