Show / Hide Table of Contents

Class ProjectsResource.EventThreatDetectionSettingsResource.EffectiveCustomModulesResource.GetRequest

Gets an effective Event Threat Detection custom module at the given level.

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

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. The resource name of the effective Event Threat Detection custom module. Its format is: * organizations/{organization}/eventThreatDetectionSettings/effectiveCustomModules/{module}. * folders/{folder}/eventThreatDetectionSettings/effectiveCustomModules/{module}. * projects/{project}/eventThreatDetectionSettings/effectiveCustomModules/{module}.

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<EffectiveEventThreatDetectionCustomModule>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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