class Storelayoutclusters extends Resource (View source)

The "storelayoutclusters" collection of methods.

Typical usage is:

 $androidenterpriseService = new Google\Service\AndroidEnterprise(...);
 $storelayoutclusters = $androidenterpriseService->storelayoutclusters;

Methods

delete(string $enterpriseId, string $pageId, string $clusterId, array $optParams = [])

Deletes a cluster. (storelayoutclusters.delete)

get(string $enterpriseId, string $pageId, string $clusterId, array $optParams = [])

Retrieves details of a cluster. (storelayoutclusters.get)

insert(string $enterpriseId, string $pageId, StoreCluster $postBody, array $optParams = [])

Inserts a new cluster in a page. (storelayoutclusters.insert)

listStorelayoutclusters(string $enterpriseId, string $pageId, array $optParams = [])

Retrieves the details of all clusters on the specified page.

update(string $enterpriseId, string $pageId, string $clusterId, StoreCluster $postBody, array $optParams = [])

Updates a cluster. (storelayoutclusters.update)

Details

delete(string $enterpriseId, string $pageId, string $clusterId, array $optParams = [])

Deletes a cluster. (storelayoutclusters.delete)

Parameters

string $enterpriseId

The ID of the enterprise.

string $pageId

The ID of the page.

string $clusterId

The ID of the cluster.

array $optParams

Optional parameters.

Exceptions

Exception

StoreCluster get(string $enterpriseId, string $pageId, string $clusterId, array $optParams = [])

Retrieves details of a cluster. (storelayoutclusters.get)

Parameters

string $enterpriseId

The ID of the enterprise.

string $pageId

The ID of the page.

string $clusterId

The ID of the cluster.

array $optParams

Optional parameters.

Return Value

StoreCluster

Exceptions

Exception

StoreCluster insert(string $enterpriseId, string $pageId, StoreCluster $postBody, array $optParams = [])

Inserts a new cluster in a page. (storelayoutclusters.insert)

Parameters

string $enterpriseId

The ID of the enterprise.

string $pageId

The ID of the page.

StoreCluster $postBody
array $optParams

Optional parameters.

Return Value

StoreCluster

Exceptions

Exception

StoreLayoutClustersListResponse listStorelayoutclusters(string $enterpriseId, string $pageId, array $optParams = [])

Retrieves the details of all clusters on the specified page.

(storelayoutclusters.listStorelayoutclusters)

Parameters

string $enterpriseId

The ID of the enterprise.

string $pageId

The ID of the page.

array $optParams

Optional parameters.

Return Value

StoreLayoutClustersListResponse

Exceptions

Exception

StoreCluster update(string $enterpriseId, string $pageId, string $clusterId, StoreCluster $postBody, array $optParams = [])

Updates a cluster. (storelayoutclusters.update)

Parameters

string $enterpriseId

The ID of the enterprise.

string $pageId

The ID of the page.

string $clusterId

The ID of the cluster.

StoreCluster $postBody
array $optParams

Optional parameters.

Return Value

StoreCluster

Exceptions

Exception