public sealed class ListDescendantEventThreatDetectionCustomModulesResponse : IPageResponse<EventThreatDetectionCustomModule>, IEnumerable<EventThreatDetectionCustomModule>, IEnumerable, IMessage<ListDescendantEventThreatDetectionCustomModulesResponse>, IEquatable<ListDescendantEventThreatDetectionCustomModulesResponse>, IDeepCloneable<ListDescendantEventThreatDetectionCustomModulesResponse>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Security Command Center v1 API class ListDescendantEventThreatDetectionCustomModulesResponse.
Response for listing current and descendant resident Event Threat Detection custom modules.
Implements
IPageResponseEventThreatDetectionCustomModule, IEnumerableEventThreatDetectionCustomModule, IEnumerable, IMessageListDescendantEventThreatDetectionCustomModulesResponse, IEquatableListDescendantEventThreatDetectionCustomModulesResponse, IDeepCloneableListDescendantEventThreatDetectionCustomModulesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
ListDescendantEventThreatDetectionCustomModulesResponse()
public ListDescendantEventThreatDetectionCustomModulesResponse()ListDescendantEventThreatDetectionCustomModulesResponse(ListDescendantEventThreatDetectionCustomModulesResponse)
public ListDescendantEventThreatDetectionCustomModulesResponse(ListDescendantEventThreatDetectionCustomModulesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListDescendantEventThreatDetectionCustomModulesResponse |
Properties
EventThreatDetectionCustomModules
public RepeatedField<EventThreatDetectionCustomModule> EventThreatDetectionCustomModules { get; }Custom modules belonging to the requested parent.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldEventThreatDetectionCustomModule |
|
NextPageToken
public string NextPageToken { get; set; }A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<EventThreatDetectionCustomModule> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorEventThreatDetectionCustomModule |
|