Class StorelayoutclustersResource
The "storelayoutclusters" collection of methods.
Inherited Members
Namespace: Google.Apis.AndroidEnterprise.v1
Assembly: Google.Apis.AndroidEnterprise.v1.dll
Syntax
public class StorelayoutclustersResource
Constructors
StorelayoutclustersResource(IClientService)
Constructs a new resource.
Declaration
public StorelayoutclustersResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Delete(string, string, string)
Deletes a cluster.
Declaration
public virtual StorelayoutclustersResource.DeleteRequest Delete(string enterpriseId, string pageId, string clusterId)
Parameters
Type | Name | Description |
---|---|---|
string | enterpriseId | The ID of the enterprise. |
string | pageId | The ID of the page. |
string | clusterId | The ID of the cluster. |
Returns
Type | Description |
---|---|
StorelayoutclustersResource.DeleteRequest |
Get(string, string, string)
Retrieves details of a cluster.
Declaration
public virtual StorelayoutclustersResource.GetRequest Get(string enterpriseId, string pageId, string clusterId)
Parameters
Type | Name | Description |
---|---|---|
string | enterpriseId | The ID of the enterprise. |
string | pageId | The ID of the page. |
string | clusterId | The ID of the cluster. |
Returns
Type | Description |
---|---|
StorelayoutclustersResource.GetRequest |
Insert(StoreCluster, string, string)
Inserts a new cluster in a page.
Declaration
public virtual StorelayoutclustersResource.InsertRequest Insert(StoreCluster body, string enterpriseId, string pageId)
Parameters
Type | Name | Description |
---|---|---|
StoreCluster | body | The body of the request. |
string | enterpriseId | The ID of the enterprise. |
string | pageId | The ID of the page. |
Returns
Type | Description |
---|---|
StorelayoutclustersResource.InsertRequest |
List(string, string)
Retrieves the details of all clusters on the specified page.
Declaration
public virtual StorelayoutclustersResource.ListRequest List(string enterpriseId, string pageId)
Parameters
Type | Name | Description |
---|---|---|
string | enterpriseId | The ID of the enterprise. |
string | pageId | The ID of the page. |
Returns
Type | Description |
---|---|
StorelayoutclustersResource.ListRequest |
Update(StoreCluster, string, string, string)
Updates a cluster.
Declaration
public virtual StorelayoutclustersResource.UpdateRequest Update(StoreCluster body, string enterpriseId, string pageId, string clusterId)
Parameters
Type | Name | Description |
---|---|---|
StoreCluster | body | The body of the request. |
string | enterpriseId | The ID of the enterprise. |
string | pageId | The ID of the page. |
string | clusterId | The ID of the cluster. |
Returns
Type | Description |
---|---|
StorelayoutclustersResource.UpdateRequest |