{"id":76807,"library":"go-scheduler","title":"Cloud Scheduler Client","description":"A Go client library for Google Cloud Scheduler, enabling scheduled job management.","status":"active","version":"1.16.0","language":"go","source_language":null,"source_url":"https://github.com/googleapis/google-cloud-go","tags":["google-cloud","scheduler","cloud","jobs"],"install":[{"cmd":"go get cloud.google.com/go/scheduler","lang":"bash","label":"Install cloud.google.com/go/scheduler"}],"dependencies":[],"imports":[{"symbol":"scheduler","correct":"cloud.google.com/go/scheduler/apiv1"}],"quickstart":{"code":"package main\n\nimport (\n\t\"context\"\n\t\"fmt\"\n\tscheduler \"cloud.google.com/go/scheduler/apiv1\"\n\t\"cloud.google.com/go/scheduler/apiv1/schedulerpb\"\n)\n\nfunc main() {\n\tctx := context.Background()\n\tclient, err := scheduler.NewCloudSchedulerClient(ctx)\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tdefer client.Close()\n\n\treq := &schedulerpb.ListJobsRequest{Parent: \"projects/my-project/locations/us-central1\"}\n\tjobs, err := client.ListJobs(ctx, req)\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(jobs)\n}","lang":"go","description":"Creates a Cloud Scheduler client and lists jobs."},"warnings":[{"fix":"Use 'cloud.google.com/go/scheduler/apiv1' instead of older paths.","message":"The import path changed in recent versions; use apiv1 subpackage.","severity":"breaking","affected_versions":">=1.0.0"}],"env_vars":null,"search_vec":"'client':3,6 'cloud':1,10,18,20 'enabl':12 'go':5 'googl':9,17 'google-cloud':16 'job':14,21 'librari':7 'manag':15 'schedul':2,11,13,19","created_at":"2026-06-17T19:38:36.541780+00:00","updated_at":"2026-06-17T19:38:36.541780+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/googleapis/google-cloud-go","github":"https://github.com/googleapis/google-cloud-go","docs":"https://pkg.go.dev/cloud.google.com/go/scheduler#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["cloud"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}