Registry / serialization / genproto-googleapis-rpc

genproto-googleapis-rpc

JSON →
library0.0.0-20260519071638-aa98bba5eb94gogounverified

Provides generated Go protobuf types for Google RPC (google.rpc) APIs.

go get google.golang.org/genproto/googleapis/rpc
INSTALL
IMPORT
SIG · GENPROTO-GOOGLEAPI
G
genproto-googleapis-rpc
serializationgov0.0.0-20260519071638-aa98bba5eb94
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.

status
google.golang.org/genproto/googleapis/rpc/status

Create and print a google.rpc.Status message.

package main import ( "fmt" "google.golang.org/genproto/googleapis/rpc/status" ) func main() { s := &status.Status{Code: 0, Message: "OK"} fmt.Println(s.String()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20260519071638-aa98bba5eb94latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
genproto-googleapis-rpc — go get genproto-googleapis-rpc · libregistry