mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-13 12:33:00 +02:00
An update to Go gRPC Protobuf generation will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go service files. This change should affect very few client library users. See release notes advisories in https://github.com/googleapis/google-cloud-go/pull/11025. PiperOrigin-RevId: 821760058 |
||
|---|---|---|
| .. | ||
| v1 | ||
| BUILD.bazel | ||
| library_example_v1.yaml | ||
| README.md | ||
Introduction
This is a Google example service representing a simple digital library. It manages a collection of shelf resources, and each shelf owns a collection of book resources.