Relative Content

Tag Archive for google-cloud-platformgoogle-cloud-rungoogle-cloud-run-jobs

Variable to retrieve job ID in Google Cloud Run using Java

I’m working with Google Cloud Run and I need to retrieve the unique job ID of an execution from my Java application. I’ve reviewed the Google Cloud Run documentation but haven’t found a specific environment variable that provides this ID directly.