googleapis/google/example/library
Google APIs 539c0489da fix: upgrade gRPC service registration func
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
2025-10-20 12:44:08 -07:00
..
v1 fix: upgrade gRPC service registration func 2025-10-20 12:44:08 -07:00
BUILD.bazel chore: migrate example/library retry configs, fix C#/PHP/Ruby GAPICs 2021-02-25 16:24:27 -08:00
library_example_v1.yaml Synchronize new proto/yaml changes. 2019-03-27 11:47:27 -07:00
README.md Revert "Synchronize new proto/yaml changes." (#554) 2019-05-29 14:23:10 -07:00

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.