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)

Parameters

string $parent

Required. The parent resource where this notification config will be created. Format: customers/{customer}

GoogleChromeManagementV1TelemetryNotificationConfig $postBody
array $optParams

Optional parameters.

Return Value

GoogleChromeManagementV1TelemetryNotificationConfig

Exceptions

Exception

GoogleProtobufEmpty delete(string $name, array $optParams = [])

Delete a telemetry notification config. (notificationConfigs.delete)

Parameters

string $name

Required. The name of the notification config to delete. Format: customers/{customer}/telemetry/notificationConfigs/{notification_config}

array $optParams

Optional parameters.

Return Value

GoogleProtobufEmpty

Exceptions

Exception

GoogleChromeManagementV1ListTelemetryNotificationConfigsResponse listCustomersTelemetryNotificationConfigs(string $parent, array $optParams = [])

List all telemetry notification configs.

(notificationConfigs.listCustomersTelemetryNotificationConfigs)

Parameters

string $parent

Required. The parent which owns the notification configs.

array $optParams

Optional parameters.

Return Value

GoogleChromeManagementV1ListTelemetryNotificationConfigsResponse

Exceptions

Exception