Class CustomersResource.TelemetryResource.NotificationConfigsResource
The "notificationConfigs" collection of methods.
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class CustomersResource.TelemetryResource.NotificationConfigsResource
Constructors
NotificationConfigsResource(IClientService)
Constructs a new resource.
Declaration
public NotificationConfigsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Create(GoogleChromeManagementV1TelemetryNotificationConfig, string)
Create a telemetry notification config.
Declaration
public virtual CustomersResource.TelemetryResource.NotificationConfigsResource.CreateRequest Create(GoogleChromeManagementV1TelemetryNotificationConfig body, string parent)
Parameters
Type | Name | Description |
---|---|---|
GoogleChromeManagementV1TelemetryNotificationConfig | body | The body of the request. |
string | parent | Required. The parent resource where this notification config will be created. Format:
|
Returns
Type | Description |
---|---|
CustomersResource.TelemetryResource.NotificationConfigsResource.CreateRequest |
Delete(string)
Delete a telemetry notification config.
Declaration
public virtual CustomersResource.TelemetryResource.NotificationConfigsResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the notification config to delete. Format:
|
Returns
Type | Description |
---|---|
CustomersResource.TelemetryResource.NotificationConfigsResource.DeleteRequest |
List(string)
List all telemetry notification configs.
Declaration
public virtual CustomersResource.TelemetryResource.NotificationConfigsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The parent which owns the notification configs. |
Returns
Type | Description |
---|---|
CustomersResource.TelemetryResource.NotificationConfigsResource.ListRequest |