Show / Hide Table of Contents

Class ProjectsResource.EventThreatDetectionSettingsResource.CustomModulesResource.ListDescendantRequest

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListDescendantEventThreatDetectionCustomModulesResponse>
SecurityCommandCenterBaseServiceRequest<ListDescendantEventThreatDetectionCustomModulesResponse>
ProjectsResource.EventThreatDetectionSettingsResource.CustomModulesResource.ListDescendantRequest
Implements
IClientServiceRequest<ListDescendantEventThreatDetectionCustomModulesResponse>
IClientServiceRequest
Inherited Members
SecurityCommandCenterBaseServiceRequest<ListDescendantEventThreatDetectionCustomModulesResponse>.Xgafv
SecurityCommandCenterBaseServiceRequest<ListDescendantEventThreatDetectionCustomModulesResponse>.AccessToken
SecurityCommandCenterBaseServiceRequest<ListDescendantEventThreatDetectionCustomModulesResponse>.Alt
SecurityCommandCenterBaseServiceRequest<ListDescendantEventThreatDetectionCustomModulesResponse>.Callback
SecurityCommandCenterBaseServiceRequest<ListDescendantEventThreatDetectionCustomModulesResponse>.Fields
SecurityCommandCenterBaseServiceRequest<ListDescendantEventThreatDetectionCustomModulesResponse>.Key
SecurityCommandCenterBaseServiceRequest<ListDescendantEventThreatDetectionCustomModulesResponse>.OauthToken
SecurityCommandCenterBaseServiceRequest<ListDescendantEventThreatDetectionCustomModulesResponse>.PrettyPrint
SecurityCommandCenterBaseServiceRequest<ListDescendantEventThreatDetectionCustomModulesResponse>.QuotaUser
SecurityCommandCenterBaseServiceRequest<ListDescendantEventThreatDetectionCustomModulesResponse>.UploadType
SecurityCommandCenterBaseServiceRequest<ListDescendantEventThreatDetectionCustomModulesResponse>.UploadProtocol
ClientServiceRequest<ListDescendantEventThreatDetectionCustomModulesResponse>.Execute()
ClientServiceRequest<ListDescendantEventThreatDetectionCustomModulesResponse>.ExecuteAsStream()
ClientServiceRequest<ListDescendantEventThreatDetectionCustomModulesResponse>.ExecuteAsync()
ClientServiceRequest<ListDescendantEventThreatDetectionCustomModulesResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListDescendantEventThreatDetectionCustomModulesResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListDescendantEventThreatDetectionCustomModulesResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListDescendantEventThreatDetectionCustomModulesResponse>.CreateRequest(bool?)
ClientServiceRequest<ListDescendantEventThreatDetectionCustomModulesResponse>.GenerateRequestUri()
ClientServiceRequest<ListDescendantEventThreatDetectionCustomModulesResponse>.GetBody()
ClientServiceRequest<ListDescendantEventThreatDetectionCustomModulesResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListDescendantEventThreatDetectionCustomModulesResponse>.ETagAction
ClientServiceRequest<ListDescendantEventThreatDetectionCustomModulesResponse>.ModifyRequest
ClientServiceRequest<ListDescendantEventThreatDetectionCustomModulesResponse>.ValidateParameters
ClientServiceRequest<ListDescendantEventThreatDetectionCustomModulesResponse>.ApiVersion
ClientServiceRequest<ListDescendantEventThreatDetectionCustomModulesResponse>.RequestParameters
ClientServiceRequest<ListDescendantEventThreatDetectionCustomModulesResponse>.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.CustomModulesResource.ListDescendantRequest : SecurityCommandCenterBaseServiceRequest<ListDescendantEventThreatDetectionCustomModulesResponse>, IClientServiceRequest<ListDescendantEventThreatDetectionCustomModulesResponse>, IClientServiceRequest

Constructors

ListDescendantRequest(IClientService, string)

Constructs a new ListDescendant request.

Declaration
public ListDescendantRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

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

Methods

InitParameters()

Initializes ListDescendant parameter list.

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

Implements

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