|
1 | | -// Copyright 2018 Google LLC |
| 1 | +// Copyright 2023 Google LLC |
2 | 2 | // |
3 | 3 | // Licensed under the Apache License, Version 2.0 (the "License"); |
4 | 4 | // you may not use this file except in compliance with the License. |
@@ -112,7 +112,9 @@ message CommonLanguageSettings { |
112 | 112 |
|
113 | 113 | // Details about how and where to publish client libraries. |
114 | 114 | message ClientLibrarySettings { |
115 | | - // Version of the API to apply these settings to. |
| 115 | + // Version of the API to apply these settings to. This is the full protobuf |
| 116 | + // package for the API, ending in the version element. |
| 117 | + // Examples: "google.cloud.speech.v1" and "google.spanner.admin.database.v1". |
116 | 118 | string version = 1; |
117 | 119 |
|
118 | 120 | // Launch stage of this version of the API. |
@@ -186,6 +188,10 @@ message Publishing { |
186 | 188 | // times in this list, then the last one wins. Settings from earlier |
187 | 189 | // settings with the same version string are discarded. |
188 | 190 | repeated ClientLibrarySettings library_settings = 109; |
| 191 | + |
| 192 | + // Optional link to proto reference documentation. Example: |
| 193 | + // https://cloud.google.com/pubsub/lite/docs/reference/rpc |
| 194 | + string proto_reference_documentation_uri = 110; |
189 | 195 | } |
190 | 196 |
|
191 | 197 | // Settings for Java client libraries. |
@@ -302,8 +308,8 @@ message MethodSettings { |
302 | 308 | // Example of a YAML configuration:: |
303 | 309 | // |
304 | 310 | // publishing: |
305 | | - // method_behavior: |
306 | | - // - selector: CreateAdDomain |
| 311 | + // method_settings: |
| 312 | + // - selector: google.cloud.speech.v2.Speech.BatchRecognize |
307 | 313 | // long_running: |
308 | 314 | // initial_poll_delay: |
309 | 315 | // seconds: 60 # 1 minute |
|
0 commit comments