Storelayoutclusters
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)
StoreCluster
get(string $enterpriseId, string $pageId, string $clusterId, array $optParams = [])
Retrieves details of a cluster. (storelayoutclusters.get)
StoreCluster
insert(string $enterpriseId, string $pageId, StoreCluster $postBody, array $optParams = [])
Inserts a new cluster in a page. (storelayoutclusters.insert)
StoreLayoutClustersListResponse
listStorelayoutclusters(string $enterpriseId, string $pageId, array $optParams = [])
Retrieves the details of all clusters on the specified page.
(storelayoutclusters.listStorelayoutclusters)
StoreCluster
update(string $enterpriseId, string $pageId, string $clusterId, StoreCluster $postBody, array $optParams = [])
Updates a cluster. (storelayoutclusters.update)