Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DnsThreatDetectorsResource

The "dnsThreatDetectors" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.DnsThreatDetectorsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.NetworkSecurity.v1beta1
Assembly: Google.Apis.NetworkSecurity.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.DnsThreatDetectorsResource

Constructors

DnsThreatDetectorsResource(IClientService)

Constructs a new resource.

Declaration
public DnsThreatDetectorsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(DnsThreatDetector, string)

Creates a new DnsThreatDetector in a given project and location.

Declaration
public virtual ProjectsResource.LocationsResource.DnsThreatDetectorsResource.CreateRequest Create(DnsThreatDetector body, string parent)
Parameters
Type Name Description
DnsThreatDetector body

The body of the request.

string parent

Required. The value for the parent of the DnsThreatDetector resource.

Returns
Type Description
ProjectsResource.LocationsResource.DnsThreatDetectorsResource.CreateRequest

Delete(string)

Deletes a single DnsThreatDetector.

Declaration
public virtual ProjectsResource.LocationsResource.DnsThreatDetectorsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. Name of the DnsThreatDetector resource.

Returns
Type Description
ProjectsResource.LocationsResource.DnsThreatDetectorsResource.DeleteRequest

Get(string)

Gets the details of a single DnsThreatDetector.

Declaration
public virtual ProjectsResource.LocationsResource.DnsThreatDetectorsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. Name of the DnsThreatDetector resource.

Returns
Type Description
ProjectsResource.LocationsResource.DnsThreatDetectorsResource.GetRequest

List(string)

Lists DnsThreatDetectors in a given project and location.

Declaration
public virtual ProjectsResource.LocationsResource.DnsThreatDetectorsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The parent value for ListDnsThreatDetectorsRequest.

Returns
Type Description
ProjectsResource.LocationsResource.DnsThreatDetectorsResource.ListRequest

Patch(DnsThreatDetector, string)

Updates a single DnsThreatDetector.

Declaration
public virtual ProjectsResource.LocationsResource.DnsThreatDetectorsResource.PatchRequest Patch(DnsThreatDetector body, string name)
Parameters
Type Name Description
DnsThreatDetector body

The body of the request.

string name

Immutable. Identifier. Name of the DnsThreatDetector resource.

Returns
Type Description
ProjectsResource.LocationsResource.DnsThreatDetectorsResource.PatchRequest
In this article
Back to top Generated by DocFX