Moodle PHP Documentation 4.1
Moodle 4.1.11 (Build: 20240610) (c8c84b4af18)
Google_Service_Fusiontables_Style_Resource Class Reference

The "style" collection of methods. More...

Inheritance diagram for Google_Service_Fusiontables_Style_Resource:
Google_Service_Resource

Public Member Functions

 call ($name, $arguments, $expected_class=null)
 TODO: This function needs simplifying.
 
 delete ($tableId, $styleId, $optParams=array())
 Deletes a style.
 
 get ($tableId, $styleId, $optParams=array())
 Gets a specific style.
 
 insert ($tableId, Google_Service_Fusiontables_StyleSetting $postBody, $optParams=array())
 Adds a new style for the table.
 
 listStyle ($tableId, $optParams=array())
 Retrieves a list of styles.
 
 patch ($tableId, $styleId, Google_Service_Fusiontables_StyleSetting $postBody, $optParams=array())
 Updates an existing style.
 
 update ($tableId, $styleId, Google_Service_Fusiontables_StyleSetting $postBody, $optParams=array())
 Updates an existing style.
 

Protected Member Functions

 convertToArrayAndStripNulls ($o)
 

Detailed Description

The "style" collection of methods.

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

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_Style_Resource::delete ( $tableId,
$styleId,
$optParams = array() )

Deletes a style.

(style.delete)

Parameters
string$tableIdTable from which the style is being deleted
int$styleIdIdentifier (within a table) for the style being deleted
array$optParamsOptional parameters.

◆ get()

Google_Service_Fusiontables_Style_Resource::get ( $tableId,
$styleId,
$optParams = array() )

Gets a specific style.

(style.get)

Parameters
string$tableIdTable to which the requested style belongs
int$styleIdIdentifier (integer) for a specific style in a table
array$optParamsOptional parameters.
Return values
Google_Service_Fusiontables_StyleSetting

◆ insert()

Google_Service_Fusiontables_Style_Resource::insert ( $tableId,
Google_Service_Fusiontables_StyleSetting $postBody,
$optParams = array() )

Adds a new style for the table.

(style.insert)

Parameters
string$tableIdTable for which a new style is being added
Google_StyleSetting$postBody
array$optParamsOptional parameters.
Return values
Google_Service_Fusiontables_StyleSetting

◆ listStyle()

Google_Service_Fusiontables_Style_Resource::listStyle ( $tableId,
$optParams = array() )

Retrieves a list of styles.

(style.listStyle)

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

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

Return values
Google_Service_Fusiontables_StyleSettingList

◆ patch()

Google_Service_Fusiontables_Style_Resource::patch ( $tableId,
$styleId,
Google_Service_Fusiontables_StyleSetting $postBody,
$optParams = array() )

Updates an existing style.

This method supports patch semantics. (style.patch)

Parameters
string$tableIdTable whose style is being updated.
int$styleIdIdentifier (within a table) for the style being updated.
Google_StyleSetting$postBody
array$optParamsOptional parameters.
Return values
Google_Service_Fusiontables_StyleSetting

◆ update()

Google_Service_Fusiontables_Style_Resource::update ( $tableId,
$styleId,
Google_Service_Fusiontables_StyleSetting $postBody,
$optParams = array() )

Updates an existing style.

(style.update)

Parameters
string$tableIdTable whose style is being updated.
int$styleIdIdentifier (within a table) for the style being updated.
Google_StyleSetting$postBody
array$optParamsOptional parameters.
Return values
Google_Service_Fusiontables_StyleSetting

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