CustomersConfigurations
class CustomersConfigurations extends Resource (View source)
The "configurations" collection of methods.
Typical usage is:
$androiddeviceprovisioningService = new Google\Service\AndroidProvisioningPartner(...);
$configurations = $androiddeviceprovisioningService->customers_configurations;
Methods
Creates a new configuration. Once created, a customer can apply the configuration to devices. (configurations.create)
Deletes an unused configuration. The API call fails if the customer has devices with the configuration applied. (configurations.delete)
Gets the details of a configuration. (configurations.get)
Lists a customer's configurations.
Updates a configuration's field values. (configurations.patch)
Details
Configuration
create(string $parent, Configuration $postBody, array $optParams = [])
Creates a new configuration. Once created, a customer can apply the configuration to devices. (configurations.create)
AndroiddeviceprovisioningEmpty
delete(string $name, array $optParams = [])
Deletes an unused configuration. The API call fails if the customer has devices with the configuration applied. (configurations.delete)
Configuration
get(string $name, array $optParams = [])
Gets the details of a configuration. (configurations.get)
CustomerListConfigurationsResponse
listCustomersConfigurations(string $parent, array $optParams = [])
Lists a customer's configurations.
(configurations.listCustomersConfigurations)
Configuration
patch(string $name, Configuration $postBody, array $optParams = [])
Updates a configuration's field values. (configurations.patch)