Show / Hide Table of Contents

Class CustomersResource.EnterpriseResource.SecurityInsightsResource.DisableRequest

Disables insights for the customer.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleChromeManagementVersionsV1DisableInsightsResponse>
ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1DisableInsightsResponse>
CustomersResource.EnterpriseResource.SecurityInsightsResource.DisableRequest
Implements
IClientServiceRequest<GoogleChromeManagementVersionsV1DisableInsightsResponse>
IClientServiceRequest
Inherited Members
ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1DisableInsightsResponse>.Xgafv
ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1DisableInsightsResponse>.AccessToken
ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1DisableInsightsResponse>.Alt
ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1DisableInsightsResponse>.Callback
ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1DisableInsightsResponse>.Fields
ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1DisableInsightsResponse>.Key
ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1DisableInsightsResponse>.OauthToken
ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1DisableInsightsResponse>.PrettyPrint
ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1DisableInsightsResponse>.QuotaUser
ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1DisableInsightsResponse>.UploadType
ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1DisableInsightsResponse>.UploadProtocol
ClientServiceRequest<GoogleChromeManagementVersionsV1DisableInsightsResponse>.Execute()
ClientServiceRequest<GoogleChromeManagementVersionsV1DisableInsightsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleChromeManagementVersionsV1DisableInsightsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleChromeManagementVersionsV1DisableInsightsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleChromeManagementVersionsV1DisableInsightsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleChromeManagementVersionsV1DisableInsightsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleChromeManagementVersionsV1DisableInsightsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleChromeManagementVersionsV1DisableInsightsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleChromeManagementVersionsV1DisableInsightsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleChromeManagementVersionsV1DisableInsightsResponse>.ETagAction
ClientServiceRequest<GoogleChromeManagementVersionsV1DisableInsightsResponse>.ModifyRequest
ClientServiceRequest<GoogleChromeManagementVersionsV1DisableInsightsResponse>.ValidateParameters
ClientServiceRequest<GoogleChromeManagementVersionsV1DisableInsightsResponse>.ApiVersion
ClientServiceRequest<GoogleChromeManagementVersionsV1DisableInsightsResponse>.RequestParameters
ClientServiceRequest<GoogleChromeManagementVersionsV1DisableInsightsResponse>.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.EnterpriseResource.SecurityInsightsResource.DisableRequest : ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1DisableInsightsResponse>, IClientServiceRequest<GoogleChromeManagementVersionsV1DisableInsightsResponse>, IClientServiceRequest

Constructors

DisableRequest(IClientService, GoogleChromeManagementVersionsV1DisableInsightsRequest, string)

Constructs a new Disable request.

Declaration
public DisableRequest(IClientService service, GoogleChromeManagementVersionsV1DisableInsightsRequest body, string customer)
Parameters
Type Name Description
IClientService service
GoogleChromeManagementVersionsV1DisableInsightsRequest body
string customer

Properties

Customer

Required. The customer to disable insights for. Format: customers/{customer}

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Disable parameter list.

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

Implements

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