Registry / cloud / go-serviceusage

go-serviceusage

JSON →
library1.14.0gogounverified

Package serviceusage provides a client for the Google Cloud Service Usage API, enabling management of service states and quotas.

go get cloud.google.com/go/serviceusage
INSTALL
IMPORT
SIG · GO-SERVICEUSAGE
G
go-serviceusage
cloudgov1.14.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.

serviceusage
cloud.google.com/go/serviceusage/apiv1

Create a new Service Usage API client

package main import ( "context" "fmt" serviceusage "cloud.google.com/go/serviceusage/apiv1" "google.golang.org/api/option" ) func main() { ctx := context.Background() client, _ := serviceusage.NewClient(ctx, option.WithCredentialsFile("key.json")) defer client.Close() fmt.Println(client) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.14.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-serviceusage — go get go-serviceusage · libregistry