feat: add GEO, SHOPPING, GENERATIVE_AI client orgs

docs: fix new_issue_uri comment

PiperOrigin-RevId: 527926860
This commit is contained in:
Google APIs 2023-04-28 10:43:14 -07:00 committed by Copybara-Service
parent 197490e858
commit 2f4668caa3

View file

@ -157,7 +157,7 @@ message Publishing {
// long-running operation pattern.
repeated MethodSettings method_settings = 2;
// Link to a place that API users can report issues. Example:
// Link to a *public* URI where users can report issues. Example:
// https://issuetracker.google.com/issues/new?component=190865&template=1161103
string new_issue_uri = 101;
@ -368,6 +368,15 @@ enum ClientLibraryOrganization {
// Street View Org.
STREET_VIEW = 4;
// Shopping Org.
SHOPPING = 5;
// Geo Org.
GEO = 6;
// Generative AI - https://developers.generativeai.google
GENERATIVE_AI = 7;
}
// To where should client libraries be published?