PoliciesResource class

Constructors

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

Operators

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