Skip to content

Project Protos

Tim Burks edited this page Oct 4, 2022 · 2 revisions

The Registry API and applications use data structures and methods that are described with the Protocol Buffers language.

For more information about Protocol Buffers, see the Protocol Buffers website.

API protos

API protos are in the main repository in the google/cloud/apigeeregistry/v1 directory.

Application-specific protos

Application-specific protos are in subdirectories of google/cloud/apigeeregistry/v1.

  • apihub describes data structures that configure the display of information in a graphical user interface.

  • controller describes data structures used by the Registry Controller.

  • scoring describes data structures that represent scores that can be associated with resources in the registry.

  • style describes API style guides and conformance reports that show how well API designs conform to relevant style guides.

Alpha application protos (deprecated)

Additional application-specific protos are in google/cloud/apigeeregistry/applications/v1alpha1. These are deprecated and are expected to be either deleted or moved to the apigee/registry-experimental repo.

Clone this wiki locally