public sealed class ListDnsThreatDetectorsResponse : IMessage<ListDnsThreatDetectorsResponse>, IEquatable<ListDnsThreatDetectorsResponse>, IDeepCloneable<ListDnsThreatDetectorsResponse>, IBufferMessage, IMessage, IPageResponse<DnsThreatDetector>, IEnumerable<DnsThreatDetector>, IEnumerableReference documentation and code samples for the Network Security v1beta1 API class ListDnsThreatDetectorsResponse.
The response message to requesting a list of DnsThreatDetectors.
Implements
IMessageListDnsThreatDetectorsResponse, IEquatableListDnsThreatDetectorsResponse, IDeepCloneableListDnsThreatDetectorsResponse, IBufferMessage, IMessage, IPageResponseDnsThreatDetector, IEnumerableDnsThreatDetector, IEnumerableNamespace
Google.Cloud.NetworkSecurity.V1Beta1Assembly
Google.Cloud.NetworkSecurity.V1Beta1.dll
Constructors
ListDnsThreatDetectorsResponse()
public ListDnsThreatDetectorsResponse()ListDnsThreatDetectorsResponse(ListDnsThreatDetectorsResponse)
public ListDnsThreatDetectorsResponse(ListDnsThreatDetectorsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListDnsThreatDetectorsResponse |
Properties
DnsThreatDetectors
public RepeatedField<DnsThreatDetector> DnsThreatDetectors { get; }The list of DnsThreatDetector resources.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldDnsThreatDetector |
|
NextPageToken
public string NextPageToken { get; set; }A token, which can be sent as page_token, to retrieve the next page.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Unordered list. Unreachable DnsThreatDetector resources.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<DnsThreatDetector> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorDnsThreatDetector |
|