public sealed class ListEffectiveEventThreatDetectionCustomModulesResponse : IPageResponse<EffectiveEventThreatDetectionCustomModule>, IEnumerable<EffectiveEventThreatDetectionCustomModule>, IEnumerable, IMessage<ListEffectiveEventThreatDetectionCustomModulesResponse>, IEquatable<ListEffectiveEventThreatDetectionCustomModulesResponse>, IDeepCloneable<ListEffectiveEventThreatDetectionCustomModulesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class ListEffectiveEventThreatDetectionCustomModulesResponse.
Response for listing EffectiveEventThreatDetectionCustomModules.
Implements
IPageResponseEffectiveEventThreatDetectionCustomModule, IEnumerableEffectiveEventThreatDetectionCustomModule, IEnumerable, IMessageListEffectiveEventThreatDetectionCustomModulesResponse, IEquatableListEffectiveEventThreatDetectionCustomModulesResponse, IDeepCloneableListEffectiveEventThreatDetectionCustomModulesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
ListEffectiveEventThreatDetectionCustomModulesResponse()
public ListEffectiveEventThreatDetectionCustomModulesResponse()
ListEffectiveEventThreatDetectionCustomModulesResponse(ListEffectiveEventThreatDetectionCustomModulesResponse)
public ListEffectiveEventThreatDetectionCustomModulesResponse(ListEffectiveEventThreatDetectionCustomModulesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListEffectiveEventThreatDetectionCustomModulesResponse |
Properties
EffectiveEventThreatDetectionCustomModules
public RepeatedField<EffectiveEventThreatDetectionCustomModule> EffectiveEventThreatDetectionCustomModules { get; }
Effective custom modules belonging to the requested parent.
Property Value | |
---|---|
Type | Description |
RepeatedFieldEffectiveEventThreatDetectionCustomModule |
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<EffectiveEventThreatDetectionCustomModule> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorEffectiveEventThreatDetectionCustomModule |