ResponsePolicyRulesResource class

Constructors

ResponsePolicyRulesResource(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(ResponsePolicyRule request, String project, String responsePolicy, {String? clientOperationId, String? $fields}) Future<ResponsePolicyRule>
Creates a new Response Policy Rule.
delete(String project, String responsePolicy, String responsePolicyRule, {String? clientOperationId, String? $fields}) Future<void>
Deletes a previously created Response Policy Rule.
get(String project, String responsePolicy, String responsePolicyRule, {String? clientOperationId, String? $fields}) Future<ResponsePolicyRule>
Fetches the representation of an existing Response Policy Rule.
list(String project, String responsePolicy, {int? maxResults, String? pageToken, String? $fields}) Future<ResponsePolicyRulesListResponse>
Enumerates all Response Policy Rules associated with a project.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(ResponsePolicyRule request, String project, String responsePolicy, String responsePolicyRule, {String? clientOperationId, String? $fields}) Future<ResponsePolicyRulesPatchResponse>
Applies a partial update to an existing Response Policy Rule.
toString() String
A string representation of this object.
inherited
update(ResponsePolicyRule request, String project, String responsePolicy, String responsePolicyRule, {String? clientOperationId, String? $fields}) Future<ResponsePolicyRulesUpdateResponse>
Updates an existing Response Policy Rule.

Operators

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