ProjectsLocationsDnsThreatDetectorsResource class

Constructors

ProjectsLocationsDnsThreatDetectorsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(DnsThreatDetector request, String parent, {String? dnsThreatDetectorId, String? $fields}) Future<DnsThreatDetector>
Creates a new DnsThreatDetector in a given project and location.
delete(String name, {String? $fields}) Future<Empty>
Deletes a single DnsThreatDetector.
get(String name, {String? $fields}) Future<DnsThreatDetector>
Gets the details of a single DnsThreatDetector.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListDnsThreatDetectorsResponse>
Lists DnsThreatDetectors in a given project and location.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(DnsThreatDetector request, String name, {String? updateMask, String? $fields}) Future<DnsThreatDetector>
Updates a single DnsThreatDetector.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited