Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
Google_Service_MapsEngine_Layers_Resource Class Reference

The "layers" collection of methods. More...

Inheritance diagram for Google_Service_MapsEngine_Layers_Resource:
Google_Service_Resource

Public Member Functions

 call ($name, $arguments, $expected_class=null)
 TODO: This function needs simplifying.
 
 cancelProcessing ($id, $optParams=array())
 Cancel processing on a layer asset.
 
 create (Google_Service_MapsEngine_Layer $postBody, $optParams=array())
 Create a layer asset.
 
 delete ($id, $optParams=array())
 Delete a layer.
 
 get ($id, $optParams=array())
 Return metadata for a particular layer.
 
 getPublished ($id, $optParams=array())
 Return the published metadata for a particular layer.
 
 listLayers ($optParams=array())
 Return all layers readable by the current user.
 
 listPublished ($optParams=array())
 Return all published layers readable by the current user.
 
 patch ($id, Google_Service_MapsEngine_Layer $postBody, $optParams=array())
 Mutate a layer asset.
 
 process ($id, $optParams=array())
 Process a layer asset.
 
 publish ($id, $optParams=array())
 Publish a layer asset.
 
 unpublish ($id, $optParams=array())
 Unpublish a layer asset.
 

Protected Member Functions

 convertToArrayAndStripNulls ($o)
 

Detailed Description

The "layers" collection of methods.

Typical usage is: $mapsengineService = new Google_Service_MapsEngine(...); $layers = $mapsengineService->layers;

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

◆ cancelProcessing()

Google_Service_MapsEngine_Layers_Resource::cancelProcessing ( $id,
$optParams = array() )

Cancel processing on a layer asset.

(layers.cancelProcessing)

Parameters
string$idThe ID of the layer.
array$optParamsOptional parameters.
Return values
Google_Service_MapsEngine_ProcessResponse

◆ create()

Google_Service_MapsEngine_Layers_Resource::create ( Google_Service_MapsEngine_Layer $postBody,
$optParams = array() )

Create a layer asset.

(layers.create)

Parameters
Google_Layer$postBody
array$optParamsOptional parameters.

@opt_param bool process Whether to queue the created layer for processing.

Return values
Google_Service_MapsEngine_Layer

◆ delete()

Google_Service_MapsEngine_Layers_Resource::delete ( $id,
$optParams = array() )

Delete a layer.

(layers.delete)

Parameters
string$idThe ID of the layer. Only the layer creator or project owner are permitted to delete. If the layer is published, or included in a map, the request will fail. Unpublish the layer, and remove it from all maps prior to deleting.
array$optParamsOptional parameters.

◆ get()

Google_Service_MapsEngine_Layers_Resource::get ( $id,
$optParams = array() )

Return metadata for a particular layer.

(layers.get)

Parameters
string$idThe ID of the layer.
array$optParamsOptional parameters.

@opt_param string version Deprecated: The version parameter indicates which version of the layer should be returned. When version is set to published, the published version of the layer will be returned. Please use the layers.getPublished endpoint instead.

Return values
Google_Service_MapsEngine_Layer

◆ getPublished()

Google_Service_MapsEngine_Layers_Resource::getPublished ( $id,
$optParams = array() )

Return the published metadata for a particular layer.

(layers.getPublished)

Parameters
string$idThe ID of the layer.
array$optParamsOptional parameters.
Return values
Google_Service_MapsEngine_PublishedLayer

◆ listLayers()

Google_Service_MapsEngine_Layers_Resource::listLayers ( $optParams = array())

Return all layers readable by the current user.

(layers.listLayers)

Parameters
array$optParamsOptional parameters.

@opt_param string modifiedAfter An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have been modified at or after this time. @opt_param string createdAfter An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have been created at or after this time. @opt_param string processingStatus @opt_param string projectId The ID of a Maps Engine project, used to filter the response. To list all available projects with their IDs, send a Projects: list request. You can also find your project ID as the value of the DashboardPlace:cid URL parameter when signed in to mapsengine.google.com. @opt_param string tags A comma separated list of tags. Returned assets will contain all the tags from the list. @opt_param string search An unstructured search string used to filter the set of results based on asset metadata. @opt_param string maxResults The maximum number of items to include in a single response page. The maximum supported value is 100. @opt_param string pageToken The continuation token, used to page through large result sets. To get the next page of results, set this parameter to the value of nextPageToken from the previous response. @opt_param string creatorEmail An email address representing a user. Returned assets that have been created by the user associated with the provided email address. @opt_param string bbox A bounding box, expressed as "west,south,east,north". If set, only assets which intersect this bounding box will be returned. @opt_param string modifiedBefore An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have been modified at or before this time. @opt_param string createdBefore An RFC 3339 formatted date-time value (e.g. 1970-01-01T00:00:00Z). Returned assets will have been created at or before this time. @opt_param string role The role parameter indicates that the response should only contain assets where the current user has the specified level of access.

Return values
Google_Service_MapsEngine_LayersListResponse

◆ listPublished()

Google_Service_MapsEngine_Layers_Resource::listPublished ( $optParams = array())

Return all published layers readable by the current user.

(layers.listPublished)

Parameters
array$optParamsOptional parameters.

@opt_param string pageToken The continuation token, used to page through large result sets. To get the next page of results, set this parameter to the value of nextPageToken from the previous response. @opt_param string maxResults The maximum number of items to include in a single response page. The maximum supported value is 100. @opt_param string projectId The ID of a Maps Engine project, used to filter the response. To list all available projects with their IDs, send a Projects: list request. You can also find your project ID as the value of the DashboardPlace:cid URL parameter when signed in to mapsengine.google.com.

Return values
Google_Service_MapsEngine_PublishedLayersListResponse

◆ patch()

Google_Service_MapsEngine_Layers_Resource::patch ( $id,
Google_Service_MapsEngine_Layer $postBody,
$optParams = array() )

Mutate a layer asset.

(layers.patch)

Parameters
string$idThe ID of the layer.
Google_Layer$postBody
array$optParamsOptional parameters.

◆ process()

Google_Service_MapsEngine_Layers_Resource::process ( $id,
$optParams = array() )

Process a layer asset.

(layers.process)

Parameters
string$idThe ID of the layer.
array$optParamsOptional parameters.
Return values
Google_Service_MapsEngine_ProcessResponse

◆ publish()

Google_Service_MapsEngine_Layers_Resource::publish ( $id,
$optParams = array() )

Publish a layer asset.

(layers.publish)

Parameters
string$idThe ID of the layer.
array$optParamsOptional parameters.

@opt_param bool force If set to true, the API will allow publication of the layer even if it's out of date. If not true, you'll need to reprocess any out-of-date layer before publishing.

Return values
Google_Service_MapsEngine_PublishResponse

◆ unpublish()

Google_Service_MapsEngine_Layers_Resource::unpublish ( $id,
$optParams = array() )

Unpublish a layer asset.

(layers.unpublish)

Parameters
string$idThe ID of the layer.
array$optParamsOptional parameters.
Return values
Google_Service_MapsEngine_PublishResponse

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