Merge pull request #3469 from crosbymichael/pb.txt

Add note about pb.txt files
This commit is contained in:
Justin
2019-07-30 15:36:09 -07:00
committed by GitHub

View File

@@ -199,6 +199,10 @@ enumerating the support services and messages. See [api/](api) for details.
Note that new services may be added in _minor_ releases. New service methods Note that new services may be added in _minor_ releases. New service methods
and new fields on messages may be added if they are optional. and new fields on messages may be added if they are optional.
`*.pb.txt` files are generated at each API release. They prevent unintentional changes
to the API by having a diff that the CI can run. These files are not intended to be
consumed or used by clients.
### Metrics API ### Metrics API
The metrics API that outputs prometheus style metrics will be versioned independently, The metrics API that outputs prometheus style metrics will be versioned independently,