public sealed class ListDnsThreatDetectorsRequest : IMessage<ListDnsThreatDetectorsRequest>, IEquatable<ListDnsThreatDetectorsRequest>, IDeepCloneable<ListDnsThreatDetectorsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Network Security v1beta1 API class ListDnsThreatDetectorsRequest.
The message for requesting a list of DnsThreatDetectors in the project.
Implements
IMessageListDnsThreatDetectorsRequest, IEquatableListDnsThreatDetectorsRequest, IDeepCloneableListDnsThreatDetectorsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.NetworkSecurity.V1Beta1Assembly
Google.Cloud.NetworkSecurity.V1Beta1.dll
Constructors
ListDnsThreatDetectorsRequest()
public ListDnsThreatDetectorsRequest()ListDnsThreatDetectorsRequest(ListDnsThreatDetectorsRequest)
public ListDnsThreatDetectorsRequest(ListDnsThreatDetectorsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListDnsThreatDetectorsRequest |
Properties
PageSize
public int PageSize { get; set; }Optional. The requested page size. The server may return fewer items than requested. If unspecified, the server picks an appropriate default.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }Optional. A page token received from a previous
ListDnsThreatDetectorsRequest call. Provide this to retrieve the
subsequent page.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The parent value for ListDnsThreatDetectorsRequest.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|