Registry / cloud / go-asset

go-asset

JSON →
library1.27.0gogounverified

A Go client library for accessing the Google Cloud Asset API.

go get cloud.google.com/go/asset
INSTALL
IMPORT
SIG · GO-ASSET
G
go-asset
cloudgov1.27.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.

asset
cloud.google.com/go/asset

Create a new Cloud Asset client.

package main import ( "context" "fmt" asset "cloud.google.com/go/asset/apiv1" ) func main() { ctx := context.Background() client, err := asset.NewClient(ctx) if err != nil { fmt.Println(err) return } defer client.Close() fmt.Println("Client created") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

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