removeProjectRole method

ResponseFuture<RemoveProjectRoleResponse> removeProjectRole(
  1. RemoveProjectRoleRequest request, {
  2. CallOptions? options,
})

Remove Project Role

Deprecated: use project v2 service RemoveProjectRole instead.

Removes the role from the project and on every resource it has a dependency. This includes project grants and user grants.

Implementation

$grpc.ResponseFuture<$0.RemoveProjectRoleResponse> removeProjectRole(
  $0.RemoveProjectRoleRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$removeProjectRole, request, options: options);
}