Reputation: 1834
I'd like to deploy a Google Cloud Function from GAE/Java but I cannot find any info about deploying a function other than using the gcloud command line tool. Is there a way to deploy a cloud function from Google App Engine (standard) / Java e.g. by using the Cloud Storage API and setting some additional fields on the request (e.g. for the httptrigger etc.)?
Upvotes: 0
Views: 241
Reputation: 6981
You can create Cloud Functions using the REST or RPC end-points.
Upvotes: 1