Registry / cloud / go-run

go-run

JSON →
library1.8.0gogounverified

Google Cloud Client Library for the Cloud Run Admin API, used to manage Cloud Run services and revisions.

go get cloud.google.com/go/run
INSTALL
IMPORT
SIG · GO-RUN
G
go-run
cloudgov1.8.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

run
cloud.google.com/go/run

Create a Cloud Run services client

package main import ( "context" "cloud.google.com/go/run/apiv2" ) func main() { ctx := context.Background() client, err := run.NewServicesClient(ctx) if err != nil { panic(err) } defer client.Close() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.8.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources
go-run — go get go-run · libregistry