mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-14 12:42:59 +02:00
feat: add GEO, SHOPPING, GENERATIVE_AI client orgs
docs: fix new_issue_uri comment PiperOrigin-RevId: 527926860
This commit is contained in:
parent
197490e858
commit
2f4668caa3
1 changed files with 10 additions and 1 deletions
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue