Show / Hide Table of Contents

Class CustomersResource.TelemetryResource.NotificationConfigsResource

The "notificationConfigs" collection of methods.

Inheritance
object
CustomersResource.TelemetryResource.NotificationConfigsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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: customers/{customer}

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: customers/{customer}/telemetry/notificationConfigs/{notification_config}

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
In this article
Back to top Generated by DocFX