Show / Hide Table of Contents

Class CustomersResource.TelemetryResource.NotificationConfigsResource.CreateRequest

Create a telemetry notification config.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleChromeManagementV1TelemetryNotificationConfig>
ChromeManagementBaseServiceRequest<GoogleChromeManagementV1TelemetryNotificationConfig>
CustomersResource.TelemetryResource.NotificationConfigsResource.CreateRequest
Implements
IClientServiceRequest<GoogleChromeManagementV1TelemetryNotificationConfig>
IClientServiceRequest
Inherited Members
ChromeManagementBaseServiceRequest<GoogleChromeManagementV1TelemetryNotificationConfig>.Xgafv
ChromeManagementBaseServiceRequest<GoogleChromeManagementV1TelemetryNotificationConfig>.AccessToken
ChromeManagementBaseServiceRequest<GoogleChromeManagementV1TelemetryNotificationConfig>.Alt
ChromeManagementBaseServiceRequest<GoogleChromeManagementV1TelemetryNotificationConfig>.Callback
ChromeManagementBaseServiceRequest<GoogleChromeManagementV1TelemetryNotificationConfig>.Fields
ChromeManagementBaseServiceRequest<GoogleChromeManagementV1TelemetryNotificationConfig>.Key
ChromeManagementBaseServiceRequest<GoogleChromeManagementV1TelemetryNotificationConfig>.OauthToken
ChromeManagementBaseServiceRequest<GoogleChromeManagementV1TelemetryNotificationConfig>.PrettyPrint
ChromeManagementBaseServiceRequest<GoogleChromeManagementV1TelemetryNotificationConfig>.QuotaUser
ChromeManagementBaseServiceRequest<GoogleChromeManagementV1TelemetryNotificationConfig>.UploadType
ChromeManagementBaseServiceRequest<GoogleChromeManagementV1TelemetryNotificationConfig>.UploadProtocol
ClientServiceRequest<GoogleChromeManagementV1TelemetryNotificationConfig>.Execute()
ClientServiceRequest<GoogleChromeManagementV1TelemetryNotificationConfig>.ExecuteAsStream()
ClientServiceRequest<GoogleChromeManagementV1TelemetryNotificationConfig>.ExecuteAsync()
ClientServiceRequest<GoogleChromeManagementV1TelemetryNotificationConfig>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleChromeManagementV1TelemetryNotificationConfig>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleChromeManagementV1TelemetryNotificationConfig>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleChromeManagementV1TelemetryNotificationConfig>.CreateRequest(bool?)
ClientServiceRequest<GoogleChromeManagementV1TelemetryNotificationConfig>.GenerateRequestUri()
ClientServiceRequest<GoogleChromeManagementV1TelemetryNotificationConfig>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleChromeManagementV1TelemetryNotificationConfig>.ETagAction
ClientServiceRequest<GoogleChromeManagementV1TelemetryNotificationConfig>.ModifyRequest
ClientServiceRequest<GoogleChromeManagementV1TelemetryNotificationConfig>.ValidateParameters
ClientServiceRequest<GoogleChromeManagementV1TelemetryNotificationConfig>.ApiVersion
ClientServiceRequest<GoogleChromeManagementV1TelemetryNotificationConfig>.RequestParameters
ClientServiceRequest<GoogleChromeManagementV1TelemetryNotificationConfig>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
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.CreateRequest : ChromeManagementBaseServiceRequest<GoogleChromeManagementV1TelemetryNotificationConfig>, IClientServiceRequest<GoogleChromeManagementV1TelemetryNotificationConfig>, IClientServiceRequest

Constructors

CreateRequest(IClientService, GoogleChromeManagementV1TelemetryNotificationConfig, string)

Constructs a new Create request.

Declaration
public CreateRequest(IClientService service, GoogleChromeManagementV1TelemetryNotificationConfig body, string parent)
Parameters
Type Name Description
IClientService service
GoogleChromeManagementV1TelemetryNotificationConfig body
string parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleChromeManagementV1TelemetryNotificationConfig>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleChromeManagementV1TelemetryNotificationConfig>.MethodName

Parent

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

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleChromeManagementV1TelemetryNotificationConfig>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleChromeManagementV1TelemetryNotificationConfig>.GetBody()

InitParameters()

Initializes Create parameter list.

Declaration
protected override void InitParameters()
Overrides
ChromeManagementBaseServiceRequest<GoogleChromeManagementV1TelemetryNotificationConfig>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX