Show / Hide Table of Contents

Class ProjectsResource.UpdateEventThreatDetectionSettingsRequest

Update the EventThreatDetectionSettings resource.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<EventThreatDetectionSettings>
SecurityCommandCenterBaseServiceRequest<EventThreatDetectionSettings>
ProjectsResource.UpdateEventThreatDetectionSettingsRequest
Implements
IClientServiceRequest<EventThreatDetectionSettings>
IClientServiceRequest
Inherited Members
SecurityCommandCenterBaseServiceRequest<EventThreatDetectionSettings>.Xgafv
SecurityCommandCenterBaseServiceRequest<EventThreatDetectionSettings>.AccessToken
SecurityCommandCenterBaseServiceRequest<EventThreatDetectionSettings>.Alt
SecurityCommandCenterBaseServiceRequest<EventThreatDetectionSettings>.Callback
SecurityCommandCenterBaseServiceRequest<EventThreatDetectionSettings>.Fields
SecurityCommandCenterBaseServiceRequest<EventThreatDetectionSettings>.Key
SecurityCommandCenterBaseServiceRequest<EventThreatDetectionSettings>.OauthToken
SecurityCommandCenterBaseServiceRequest<EventThreatDetectionSettings>.PrettyPrint
SecurityCommandCenterBaseServiceRequest<EventThreatDetectionSettings>.QuotaUser
SecurityCommandCenterBaseServiceRequest<EventThreatDetectionSettings>.UploadType
SecurityCommandCenterBaseServiceRequest<EventThreatDetectionSettings>.UploadProtocol
ClientServiceRequest<EventThreatDetectionSettings>.Execute()
ClientServiceRequest<EventThreatDetectionSettings>.ExecuteAsStream()
ClientServiceRequest<EventThreatDetectionSettings>.ExecuteAsync()
ClientServiceRequest<EventThreatDetectionSettings>.ExecuteAsync(CancellationToken)
ClientServiceRequest<EventThreatDetectionSettings>.ExecuteAsStreamAsync()
ClientServiceRequest<EventThreatDetectionSettings>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<EventThreatDetectionSettings>.CreateRequest(bool?)
ClientServiceRequest<EventThreatDetectionSettings>.GenerateRequestUri()
ClientServiceRequest<EventThreatDetectionSettings>.GetDefaultETagAction(string)
ClientServiceRequest<EventThreatDetectionSettings>.ETagAction
ClientServiceRequest<EventThreatDetectionSettings>.ModifyRequest
ClientServiceRequest<EventThreatDetectionSettings>.ValidateParameters
ClientServiceRequest<EventThreatDetectionSettings>.ApiVersion
ClientServiceRequest<EventThreatDetectionSettings>.RequestParameters
ClientServiceRequest<EventThreatDetectionSettings>.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.SecurityCommandCenter.v1beta2
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.dll
Syntax
public class ProjectsResource.UpdateEventThreatDetectionSettingsRequest : SecurityCommandCenterBaseServiceRequest<EventThreatDetectionSettings>, IClientServiceRequest<EventThreatDetectionSettings>, IClientServiceRequest

Constructors

UpdateEventThreatDetectionSettingsRequest(IClientService, EventThreatDetectionSettings, string)

Constructs a new UpdateEventThreatDetectionSettings request.

Declaration
public UpdateEventThreatDetectionSettingsRequest(IClientService service, EventThreatDetectionSettings body, string name)
Parameters
Type Name Description
IClientService service
EventThreatDetectionSettings body
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Identifier. The resource name of the EventThreatDetectionSettings. Formats: * organizations/{organization}/eventThreatDetectionSettings * folders/{folder}/eventThreatDetectionSettings * projects/{project}/eventThreatDetectionSettings

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

RestPath

Gets the REST path.

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

UpdateMask

The list of fields to be updated.

Declaration
[RequestParameter("updateMask", RequestParameterType.Query)]
public virtual object UpdateMask { get; set; }
Property Value
Type Description
object

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes UpdateEventThreatDetectionSettings parameter list.

Declaration
protected override void InitParameters()
Overrides
SecurityCommandCenterBaseServiceRequest<EventThreatDetectionSettings>.InitParameters()

Implements

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