FirewallsResource class

Constructors

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

delete(String project, String firewall, {String? requestId, String? $fields}) Future<Operation>
Deletes the specified firewall.
get(String project, String firewall, {String? $fields}) Future<Firewall>
Returns the specified firewall.
insert(Firewall request, String project, {String? requestId, String? $fields}) Future<Operation>
Creates a firewall rule in the specified project using the data included in the request.
list(String project, {String? filter, int? maxResults, String? orderBy, String? pageToken, bool? returnPartialSuccess, String? $fields}) Future<FirewallList>
Retrieves the list of firewall rules available to the specified project.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Firewall request, String project, String firewall, {String? requestId, String? $fields}) Future<Operation>
Updates the specified firewall rule with the data included in the request.
testIamPermissions(TestPermissionsRequest request, String project, String resource, {String? $fields}) Future<TestPermissionsResponse>
Returns permissions that a caller has on the specified resource.
toString() String
A string representation of this object.
inherited
update(Firewall request, String project, String firewall, {String? requestId, String? $fields}) Future<Operation>
Updates the specified firewall rule with the data included in the request. Note that all fields will be updated if using PUT, even fields that are not specified.

Operators

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