Class ProjectsResource.AlertsResource.EnumerateFacetsRequest
EnumerateAlertFacets returns the facets and the number of alerts that meet the filter criteria and have that value for each facet.
Inheritance
ProjectsResource.AlertsResource.EnumerateFacetsRequest
Inherited Members
Namespace: Google.Apis.ThreatIntelligenceService.v1beta
Assembly: Google.Apis.ThreatIntelligenceService.v1beta.dll
Syntax
public class ProjectsResource.AlertsResource.EnumerateFacetsRequest : ThreatIntelligenceServiceBaseServiceRequest<EnumerateAlertFacetsResponse>, IClientServiceRequest<EnumerateAlertFacetsResponse>, IClientServiceRequest
Constructors
EnumerateFacetsRequest(IClientService, string)
Constructs a new EnumerateFacets request.
Declaration
public EnumerateFacetsRequest(IClientService service, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| string | parent |
Properties
Filter
Optional. Filter on what alerts will be enumerated.
Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Parent
Required. Parent of the alerts.
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
Methods
InitParameters()
Initializes EnumerateFacets parameter list.
Declaration
protected override void InitParameters()