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.