From 2f4668caa329c6dd67c14a5864076a48f0c17841 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Fri, 28 Apr 2023 10:43:14 -0700 Subject: [PATCH] feat: add GEO, SHOPPING, GENERATIVE_AI client orgs docs: fix new_issue_uri comment PiperOrigin-RevId: 527926860 --- google/api/client.proto | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/google/api/client.proto b/google/api/client.proto index 365968b555..6d01954eee 100644 --- a/google/api/client.proto +++ b/google/api/client.proto @@ -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?