ProjectsServicesResourcePoliciesResource class

Constructors

ProjectsServicesResourcePoliciesResource.new(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

batchUpdate(GoogleFirebaseAppcheckV1BatchUpdateResourcePoliciesRequest request, String parent, {String? $fields}) Future<GoogleFirebaseAppcheckV1BatchUpdateResourcePoliciesResponse>
Atomically updates the specified ResourcePolicy configurations.
create(GoogleFirebaseAppcheckV1ResourcePolicy request, String parent, {String? $fields}) Future<GoogleFirebaseAppcheckV1ResourcePolicy>
Creates the specified ResourcePolicy configuration.
delete(String name, {String? etag, String? $fields}) Future<GoogleProtobufEmpty>
Deletes the specified ResourcePolicy configuration.
get(String name, {String? $fields}) Future<GoogleFirebaseAppcheckV1ResourcePolicy>
Gets the requested ResourcePolicy configuration.
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields}) Future<GoogleFirebaseAppcheckV1ListResourcePoliciesResponse>
Lists all ResourcePolicy configurations for the specified project and service.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleFirebaseAppcheckV1ResourcePolicy request, String name, {String? updateMask, String? $fields}) Future<GoogleFirebaseAppcheckV1ResourcePolicy>
Updates the specified ResourcePolicy configuration.
toString() String
A string representation of this object.
inherited

Operators

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