Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
Google_Service_Fusiontables_Column_Resource Class Reference

The "column" collection of methods. More...

Inheritance diagram for Google_Service_Fusiontables_Column_Resource:
Google_Service_Resource

Public Member Functions

 call ($name, $arguments, $expected_class=null)
 TODO: This function needs simplifying.
 
 delete ($tableId, $columnId, $optParams=array())
 Deletes the specified column.
 
 get ($tableId, $columnId, $optParams=array())
 Retrieves a specific column by its ID.
 
 insert ($tableId, Google_Service_Fusiontables_Column $postBody, $optParams=array())
 Adds a new column to the table.
 
 listColumn ($tableId, $optParams=array())
 Retrieves a list of columns.
 
 patch ($tableId, $columnId, Google_Service_Fusiontables_Column $postBody, $optParams=array())
 Updates the name or type of an existing column.
 
 update ($tableId, $columnId, Google_Service_Fusiontables_Column $postBody, $optParams=array())
 Updates the name or type of an existing column.
 

Protected Member Functions

 convertToArrayAndStripNulls ($o)
 

Detailed Description

The "column" collection of methods.

Typical usage is: $fusiontablesService = new Google_Service_Fusiontables(...); $column = $fusiontablesService->column;

Member Function Documentation

◆ call()

Google_Service_Resource::call ( $name,
$arguments,
$expected_class = null )
inherited

TODO: This function needs simplifying.

Parameters
$name
$arguments
$expected_class- optional, the expected class name
Return values
Google_Http_Request|expected_class
Exceptions
Google_Exception

◆ delete()

Google_Service_Fusiontables_Column_Resource::delete ( $tableId,
$columnId,
$optParams = array() )

Deletes the specified column.

(column.delete)

Parameters
string$tableIdTable from which the column is being deleted.
string$columnIdName or identifier for the column being deleted.
array$optParamsOptional parameters.

◆ get()

Google_Service_Fusiontables_Column_Resource::get ( $tableId,
$columnId,
$optParams = array() )

Retrieves a specific column by its ID.

(column.get)

Parameters
string$tableIdTable to which the column belongs.
string$columnIdName or identifier for the column that is being requested.
array$optParamsOptional parameters.
Return values
Google_Service_Fusiontables_Column

◆ insert()

Google_Service_Fusiontables_Column_Resource::insert ( $tableId,
Google_Service_Fusiontables_Column $postBody,
$optParams = array() )

Adds a new column to the table.

(column.insert)

Parameters
string$tableIdTable for which a new column is being added.
Google_Column$postBody
array$optParamsOptional parameters.
Return values
Google_Service_Fusiontables_Column

◆ listColumn()

Google_Service_Fusiontables_Column_Resource::listColumn ( $tableId,
$optParams = array() )

Retrieves a list of columns.

(column.listColumn)

Parameters
string$tableIdTable whose columns are being listed.
array$optParamsOptional parameters.

@opt_param string pageToken Continuation token specifying which result page to return. @opt_param string maxResults Maximum number of columns to return. Default is 5.

Return values
Google_Service_Fusiontables_ColumnList

◆ patch()

Google_Service_Fusiontables_Column_Resource::patch ( $tableId,
$columnId,
Google_Service_Fusiontables_Column $postBody,
$optParams = array() )

Updates the name or type of an existing column.

This method supports patch semantics. (column.patch)

Parameters
string$tableIdTable for which the column is being updated.
string$columnIdName or identifier for the column that is being updated.
Google_Column$postBody
array$optParamsOptional parameters.
Return values
Google_Service_Fusiontables_Column

◆ update()

Google_Service_Fusiontables_Column_Resource::update ( $tableId,
$columnId,
Google_Service_Fusiontables_Column $postBody,
$optParams = array() )

Updates the name or type of an existing column.

(column.update)

Parameters
string$tableIdTable for which the column is being updated.
string$columnIdName or identifier for the column that is being updated.
Google_Column$postBody
array$optParamsOptional parameters.
Return values
Google_Service_Fusiontables_Column

The documentation for this class was generated from the following file: