CustomersTelemetryNotificationConfigs
class CustomersTelemetryNotificationConfigs extends Resource (View source)
The "notificationConfigs" collection of methods.
Typical usage is:
$chromemanagementService = new Google\Service\ChromeManagement(...);
$notificationConfigs = $chromemanagementService->customers_telemetry_notificationConfigs;
Methods
create(string $parent, GoogleChromeManagementV1TelemetryNotificationConfig $postBody, array $optParams = [])
Create a telemetry notification config. (notificationConfigs.create)
delete(string $name, array $optParams = [])
Delete a telemetry notification config. (notificationConfigs.delete)
listCustomersTelemetryNotificationConfigs(string $parent, array $optParams = [])
List all telemetry notification configs.
Details
GoogleChromeManagementV1TelemetryNotificationConfig
create(string $parent, GoogleChromeManagementV1TelemetryNotificationConfig $postBody, array $optParams = [])
Create a telemetry notification config. (notificationConfigs.create)
GoogleProtobufEmpty
delete(string $name, array $optParams = [])
Delete a telemetry notification config. (notificationConfigs.delete)
GoogleChromeManagementV1ListTelemetryNotificationConfigsResponse
listCustomersTelemetryNotificationConfigs(string $parent, array $optParams = [])
List all telemetry notification configs.
(notificationConfigs.listCustomersTelemetryNotificationConfigs)