Registry / cloud / go-compute

go-compute

JSON →
library1.64.0gogounverified

A client library for interacting with Google Cloud Compute Engine.

go get cloud.google.com/go/compute
INSTALL
IMPORT
SIG · GO-COMPUTE
G
go-compute
cloudgov1.64.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.

compute
cloud.google.com/go/compute/apiv1

Create a Compute Engine instances client.

package main import ( "context" compute "cloud.google.com/go/compute/apiv1" ) func main() { ctx := context.Background() client, _ := compute.NewInstancesRESTClient(ctx) defer client.Close() }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Amazon
1
OpenAI (training)
1
Resources
go-compute — go get go-compute · libregistry