NetworkEdgeSecurityServicesResource class

Constructors

NetworkEdgeSecurityServicesResource(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

aggregatedList(String project, {String? filter, bool? includeAllScopes, int? maxResults, String? orderBy, String? pageToken, bool? returnPartialSuccess, String? serviceProjectNumber, String? $fields}) Future<NetworkEdgeSecurityServiceAggregatedList>
Retrieves the list of all NetworkEdgeSecurityService resources available to the specified project.
delete(String project, String region, String networkEdgeSecurityService, {String? requestId, String? $fields}) Future<Operation>
Deletes the specified service.
get(String project, String region, String networkEdgeSecurityService, {String? $fields}) Future<NetworkEdgeSecurityService>
Gets a specified NetworkEdgeSecurityService.
insert(NetworkEdgeSecurityService request, String project, String region, {String? requestId, bool? validateOnly, String? $fields}) Future<Operation>
Creates a new service in the specified project using the data included in the request.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(NetworkEdgeSecurityService request, String project, String region, String networkEdgeSecurityService, {List<String>? paths, String? requestId, String? updateMask, String? $fields}) Future<Operation>
Patches the specified policy with the data included in the request.
toString() String
A string representation of this object.
inherited

Operators

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