In GCP, There is no special API for video streaming.
But there is a provision when the files are not public, then servlet will read the content from cloud storage. But cannot run it on App Engine.
You can use the signed URL for the video file. which will allow you to reduce the additional compute engine for streaming purposes.
For more details, refer to the below tutorial on Google Cloud Training.