Skip to content
This repository was archived by the owner on Jul 17, 2023. It is now read-only.

Commit 446dd2c

Browse files
feat: new feature flag disable_issue_modeling (#139)
* feat: new feature flag disable_issue_modeling docs: fixed formatting issues in the reference documentation PiperOrigin-RevId: 411102531 Source-Link: googleapis/googleapis@68b0c8a Source-Link: https://github.com/googleapis/googleapis-gen/commit/fcd3d9afa3323c1f4caa2653acd80e0936c860a2 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZmNkM2Q5YWZhMzMyM2MxZjRjYWEyNjUzYWNkODBlMDkzNmM4NjBhMiJ9 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent b99e521 commit 446dd2c

12 files changed

Lines changed: 366 additions & 286 deletions

File tree

google-cloud-contact-center-insights/src/main/java/com/google/cloud/contactcenterinsights/v1/ContactCenterInsightsClient.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ public final OperationsClient getOperationsClient() {
192192
* @param conversationId A unique ID for the new conversation. This ID will become the final
193193
* component of the conversation's resource name. If no ID is specified, a server-generated ID
194194
* will be used.
195-
* <p>This value should be 4-32 characters and must match the regular expression
196-
* /^[a-z0-9-]{4,32}$/. Valid characters are /[a-z][0-9]-/
195+
* <p>This value should be 4-64 characters and must match the regular expression
196+
* `^[a-z0-9-]{4,64}$`. Valid characters are `[a-z][0-9]-`
197197
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
198198
*/
199199
public final Conversation createConversation(
@@ -229,8 +229,8 @@ public final Conversation createConversation(
229229
* @param conversationId A unique ID for the new conversation. This ID will become the final
230230
* component of the conversation's resource name. If no ID is specified, a server-generated ID
231231
* will be used.
232-
* <p>This value should be 4-32 characters and must match the regular expression
233-
* /^[a-z0-9-]{4,32}$/. Valid characters are /[a-z][0-9]-/
232+
* <p>This value should be 4-64 characters and must match the regular expression
233+
* `^[a-z0-9-]{4,64}$`. Valid characters are `[a-z][0-9]-`
234234
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
235235
*/
236236
public final Conversation createConversation(

proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/CalculateStatsResponse.java

Lines changed: 22 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -3006,8 +3006,7 @@ public int getIssueMatchesCount() {
30063006
* <pre>
30073007
* A map associating each issue resource name with its respective number of
30083008
* matches in the set of conversations. Key has the format:
3009-
* `projects/&lt;Project ID&gt;/locations/&lt;Location ID&gt;/issueModels/&lt;Issue Model
3010-
* ID&gt;/issues/&lt;Issue ID&gt;`
3009+
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
30113010
* Deprecated, use `issue_matches_stats` field instead.
30123011
* </pre>
30133012
*
@@ -3033,8 +3032,7 @@ public java.util.Map<java.lang.String, java.lang.Integer> getIssueMatches() {
30333032
* <pre>
30343033
* A map associating each issue resource name with its respective number of
30353034
* matches in the set of conversations. Key has the format:
3036-
* `projects/&lt;Project ID&gt;/locations/&lt;Location ID&gt;/issueModels/&lt;Issue Model
3037-
* ID&gt;/issues/&lt;Issue ID&gt;`
3035+
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
30383036
* Deprecated, use `issue_matches_stats` field instead.
30393037
* </pre>
30403038
*
@@ -3051,8 +3049,7 @@ public java.util.Map<java.lang.String, java.lang.Integer> getIssueMatchesMap() {
30513049
* <pre>
30523050
* A map associating each issue resource name with its respective number of
30533051
* matches in the set of conversations. Key has the format:
3054-
* `projects/&lt;Project ID&gt;/locations/&lt;Location ID&gt;/issueModels/&lt;Issue Model
3055-
* ID&gt;/issues/&lt;Issue ID&gt;`
3052+
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
30563053
* Deprecated, use `issue_matches_stats` field instead.
30573054
* </pre>
30583055
*
@@ -3073,8 +3070,7 @@ public int getIssueMatchesOrDefault(java.lang.String key, int defaultValue) {
30733070
* <pre>
30743071
* A map associating each issue resource name with its respective number of
30753072
* matches in the set of conversations. Key has the format:
3076-
* `projects/&lt;Project ID&gt;/locations/&lt;Location ID&gt;/issueModels/&lt;Issue Model
3077-
* ID&gt;/issues/&lt;Issue ID&gt;`
3073+
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
30783074
* Deprecated, use `issue_matches_stats` field instead.
30793075
* </pre>
30803076
*
@@ -3138,7 +3134,7 @@ public int getIssueMatchesStatsCount() {
31383134
* <pre>
31393135
* A map associating each issue resource name with its respective number of
31403136
* matches in the set of conversations. Key has the format:
3141-
* `projects/&lt;ProjectID&gt;/locations/&lt;LocationID&gt;/issueModels/&lt;IssueModelID&gt;/issues/&lt;IssueID&gt;`
3137+
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
31423138
* </pre>
31433139
*
31443140
* <code>
@@ -3167,7 +3163,7 @@ public boolean containsIssueMatchesStats(java.lang.String key) {
31673163
* <pre>
31683164
* A map associating each issue resource name with its respective number of
31693165
* matches in the set of conversations. Key has the format:
3170-
* `projects/&lt;ProjectID&gt;/locations/&lt;LocationID&gt;/issueModels/&lt;IssueModelID&gt;/issues/&lt;IssueID&gt;`
3166+
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
31713167
* </pre>
31723168
*
31733169
* <code>
@@ -3187,7 +3183,7 @@ public boolean containsIssueMatchesStats(java.lang.String key) {
31873183
* <pre>
31883184
* A map associating each issue resource name with its respective number of
31893185
* matches in the set of conversations. Key has the format:
3190-
* `projects/&lt;ProjectID&gt;/locations/&lt;LocationID&gt;/issueModels/&lt;IssueModelID&gt;/issues/&lt;IssueID&gt;`
3186+
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
31913187
* </pre>
31923188
*
31933189
* <code>
@@ -3214,7 +3210,7 @@ public boolean containsIssueMatchesStats(java.lang.String key) {
32143210
* <pre>
32153211
* A map associating each issue resource name with its respective number of
32163212
* matches in the set of conversations. Key has the format:
3217-
* `projects/&lt;ProjectID&gt;/locations/&lt;LocationID&gt;/issueModels/&lt;IssueModelID&gt;/issues/&lt;IssueID&gt;`
3213+
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
32183214
* </pre>
32193215
*
32203216
* <code>
@@ -4504,8 +4500,7 @@ public int getIssueMatchesCount() {
45044500
* <pre>
45054501
* A map associating each issue resource name with its respective number of
45064502
* matches in the set of conversations. Key has the format:
4507-
* `projects/&lt;Project ID&gt;/locations/&lt;Location ID&gt;/issueModels/&lt;Issue Model
4508-
* ID&gt;/issues/&lt;Issue ID&gt;`
4503+
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
45094504
* Deprecated, use `issue_matches_stats` field instead.
45104505
* </pre>
45114506
*
@@ -4531,8 +4526,7 @@ public java.util.Map<java.lang.String, java.lang.Integer> getIssueMatches() {
45314526
* <pre>
45324527
* A map associating each issue resource name with its respective number of
45334528
* matches in the set of conversations. Key has the format:
4534-
* `projects/&lt;Project ID&gt;/locations/&lt;Location ID&gt;/issueModels/&lt;Issue Model
4535-
* ID&gt;/issues/&lt;Issue ID&gt;`
4529+
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
45364530
* Deprecated, use `issue_matches_stats` field instead.
45374531
* </pre>
45384532
*
@@ -4549,8 +4543,7 @@ public java.util.Map<java.lang.String, java.lang.Integer> getIssueMatchesMap() {
45494543
* <pre>
45504544
* A map associating each issue resource name with its respective number of
45514545
* matches in the set of conversations. Key has the format:
4552-
* `projects/&lt;Project ID&gt;/locations/&lt;Location ID&gt;/issueModels/&lt;Issue Model
4553-
* ID&gt;/issues/&lt;Issue ID&gt;`
4546+
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
45544547
* Deprecated, use `issue_matches_stats` field instead.
45554548
* </pre>
45564549
*
@@ -4571,8 +4564,7 @@ public int getIssueMatchesOrDefault(java.lang.String key, int defaultValue) {
45714564
* <pre>
45724565
* A map associating each issue resource name with its respective number of
45734566
* matches in the set of conversations. Key has the format:
4574-
* `projects/&lt;Project ID&gt;/locations/&lt;Location ID&gt;/issueModels/&lt;Issue Model
4575-
* ID&gt;/issues/&lt;Issue ID&gt;`
4567+
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
45764568
* Deprecated, use `issue_matches_stats` field instead.
45774569
* </pre>
45784570
*
@@ -4602,8 +4594,7 @@ public Builder clearIssueMatches() {
46024594
* <pre>
46034595
* A map associating each issue resource name with its respective number of
46044596
* matches in the set of conversations. Key has the format:
4605-
* `projects/&lt;Project ID&gt;/locations/&lt;Location ID&gt;/issueModels/&lt;Issue Model
4606-
* ID&gt;/issues/&lt;Issue ID&gt;`
4597+
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
46074598
* Deprecated, use `issue_matches_stats` field instead.
46084599
* </pre>
46094600
*
@@ -4628,8 +4619,7 @@ public java.util.Map<java.lang.String, java.lang.Integer> getMutableIssueMatches
46284619
* <pre>
46294620
* A map associating each issue resource name with its respective number of
46304621
* matches in the set of conversations. Key has the format:
4631-
* `projects/&lt;Project ID&gt;/locations/&lt;Location ID&gt;/issueModels/&lt;Issue Model
4632-
* ID&gt;/issues/&lt;Issue ID&gt;`
4622+
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
46334623
* Deprecated, use `issue_matches_stats` field instead.
46344624
* </pre>
46354625
*
@@ -4650,8 +4640,7 @@ public Builder putIssueMatches(java.lang.String key, int value) {
46504640
* <pre>
46514641
* A map associating each issue resource name with its respective number of
46524642
* matches in the set of conversations. Key has the format:
4653-
* `projects/&lt;Project ID&gt;/locations/&lt;Location ID&gt;/issueModels/&lt;Issue Model
4654-
* ID&gt;/issues/&lt;Issue ID&gt;`
4643+
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
46554644
* Deprecated, use `issue_matches_stats` field instead.
46564645
* </pre>
46574646
*
@@ -4705,7 +4694,7 @@ public int getIssueMatchesStatsCount() {
47054694
* <pre>
47064695
* A map associating each issue resource name with its respective number of
47074696
* matches in the set of conversations. Key has the format:
4708-
* `projects/&lt;ProjectID&gt;/locations/&lt;LocationID&gt;/issueModels/&lt;IssueModelID&gt;/issues/&lt;IssueID&gt;`
4697+
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
47094698
* </pre>
47104699
*
47114700
* <code>
@@ -4734,7 +4723,7 @@ public boolean containsIssueMatchesStats(java.lang.String key) {
47344723
* <pre>
47354724
* A map associating each issue resource name with its respective number of
47364725
* matches in the set of conversations. Key has the format:
4737-
* `projects/&lt;ProjectID&gt;/locations/&lt;LocationID&gt;/issueModels/&lt;IssueModelID&gt;/issues/&lt;IssueID&gt;`
4726+
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
47384727
* </pre>
47394728
*
47404729
* <code>
@@ -4754,7 +4743,7 @@ public boolean containsIssueMatchesStats(java.lang.String key) {
47544743
* <pre>
47554744
* A map associating each issue resource name with its respective number of
47564745
* matches in the set of conversations. Key has the format:
4757-
* `projects/&lt;ProjectID&gt;/locations/&lt;LocationID&gt;/issueModels/&lt;IssueModelID&gt;/issues/&lt;IssueID&gt;`
4746+
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
47584747
* </pre>
47594748
*
47604749
* <code>
@@ -4782,7 +4771,7 @@ public boolean containsIssueMatchesStats(java.lang.String key) {
47824771
* <pre>
47834772
* A map associating each issue resource name with its respective number of
47844773
* matches in the set of conversations. Key has the format:
4785-
* `projects/&lt;ProjectID&gt;/locations/&lt;LocationID&gt;/issueModels/&lt;IssueModelID&gt;/issues/&lt;IssueID&gt;`
4774+
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
47864775
* </pre>
47874776
*
47884777
* <code>
@@ -4815,7 +4804,7 @@ public Builder clearIssueMatchesStats() {
48154804
* <pre>
48164805
* A map associating each issue resource name with its respective number of
48174806
* matches in the set of conversations. Key has the format:
4818-
* `projects/&lt;ProjectID&gt;/locations/&lt;LocationID&gt;/issueModels/&lt;IssueModelID&gt;/issues/&lt;IssueID&gt;`
4807+
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
48194808
* </pre>
48204809
*
48214810
* <code>
@@ -4843,7 +4832,7 @@ public Builder removeIssueMatchesStats(java.lang.String key) {
48434832
* <pre>
48444833
* A map associating each issue resource name with its respective number of
48454834
* matches in the set of conversations. Key has the format:
4846-
* `projects/&lt;ProjectID&gt;/locations/&lt;LocationID&gt;/issueModels/&lt;IssueModelID&gt;/issues/&lt;IssueID&gt;`
4835+
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
48474836
* </pre>
48484837
*
48494838
* <code>
@@ -4868,7 +4857,7 @@ public Builder putIssueMatchesStats(
48684857
* <pre>
48694858
* A map associating each issue resource name with its respective number of
48704859
* matches in the set of conversations. Key has the format:
4871-
* `projects/&lt;ProjectID&gt;/locations/&lt;LocationID&gt;/issueModels/&lt;IssueModelID&gt;/issues/&lt;IssueID&gt;`
4860+
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
48724861
* </pre>
48734862
*
48744863
* <code>

proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/CalculateStatsResponseOrBuilder.java

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,7 @@ public interface CalculateStatsResponseOrBuilder
211211
* <pre>
212212
* A map associating each issue resource name with its respective number of
213213
* matches in the set of conversations. Key has the format:
214-
* `projects/&lt;Project ID&gt;/locations/&lt;Location ID&gt;/issueModels/&lt;Issue Model
215-
* ID&gt;/issues/&lt;Issue ID&gt;`
214+
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
216215
* Deprecated, use `issue_matches_stats` field instead.
217216
* </pre>
218217
*
@@ -226,8 +225,7 @@ public interface CalculateStatsResponseOrBuilder
226225
* <pre>
227226
* A map associating each issue resource name with its respective number of
228227
* matches in the set of conversations. Key has the format:
229-
* `projects/&lt;Project ID&gt;/locations/&lt;Location ID&gt;/issueModels/&lt;Issue Model
230-
* ID&gt;/issues/&lt;Issue ID&gt;`
228+
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
231229
* Deprecated, use `issue_matches_stats` field instead.
232230
* </pre>
233231
*
@@ -244,8 +242,7 @@ public interface CalculateStatsResponseOrBuilder
244242
* <pre>
245243
* A map associating each issue resource name with its respective number of
246244
* matches in the set of conversations. Key has the format:
247-
* `projects/&lt;Project ID&gt;/locations/&lt;Location ID&gt;/issueModels/&lt;Issue Model
248-
* ID&gt;/issues/&lt;Issue ID&gt;`
245+
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
249246
* Deprecated, use `issue_matches_stats` field instead.
250247
* </pre>
251248
*
@@ -259,8 +256,7 @@ public interface CalculateStatsResponseOrBuilder
259256
* <pre>
260257
* A map associating each issue resource name with its respective number of
261258
* matches in the set of conversations. Key has the format:
262-
* `projects/&lt;Project ID&gt;/locations/&lt;Location ID&gt;/issueModels/&lt;Issue Model
263-
* ID&gt;/issues/&lt;Issue ID&gt;`
259+
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
264260
* Deprecated, use `issue_matches_stats` field instead.
265261
* </pre>
266262
*
@@ -274,8 +270,7 @@ public interface CalculateStatsResponseOrBuilder
274270
* <pre>
275271
* A map associating each issue resource name with its respective number of
276272
* matches in the set of conversations. Key has the format:
277-
* `projects/&lt;Project ID&gt;/locations/&lt;Location ID&gt;/issueModels/&lt;Issue Model
278-
* ID&gt;/issues/&lt;Issue ID&gt;`
273+
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
279274
* Deprecated, use `issue_matches_stats` field instead.
280275
* </pre>
281276
*
@@ -290,7 +285,7 @@ public interface CalculateStatsResponseOrBuilder
290285
* <pre>
291286
* A map associating each issue resource name with its respective number of
292287
* matches in the set of conversations. Key has the format:
293-
* `projects/&lt;ProjectID&gt;/locations/&lt;LocationID&gt;/issueModels/&lt;IssueModelID&gt;/issues/&lt;IssueID&gt;`
288+
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
294289
* </pre>
295290
*
296291
* <code>
@@ -304,7 +299,7 @@ public interface CalculateStatsResponseOrBuilder
304299
* <pre>
305300
* A map associating each issue resource name with its respective number of
306301
* matches in the set of conversations. Key has the format:
307-
* `projects/&lt;ProjectID&gt;/locations/&lt;LocationID&gt;/issueModels/&lt;IssueModelID&gt;/issues/&lt;IssueID&gt;`
302+
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
308303
* </pre>
309304
*
310305
* <code>
@@ -324,7 +319,7 @@ public interface CalculateStatsResponseOrBuilder
324319
* <pre>
325320
* A map associating each issue resource name with its respective number of
326321
* matches in the set of conversations. Key has the format:
327-
* `projects/&lt;ProjectID&gt;/locations/&lt;LocationID&gt;/issueModels/&lt;IssueModelID&gt;/issues/&lt;IssueID&gt;`
322+
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
328323
* </pre>
329324
*
330325
* <code>
@@ -341,7 +336,7 @@ public interface CalculateStatsResponseOrBuilder
341336
* <pre>
342337
* A map associating each issue resource name with its respective number of
343338
* matches in the set of conversations. Key has the format:
344-
* `projects/&lt;ProjectID&gt;/locations/&lt;LocationID&gt;/issueModels/&lt;IssueModelID&gt;/issues/&lt;IssueID&gt;`
339+
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
345340
* </pre>
346341
*
347342
* <code>
@@ -358,7 +353,7 @@ public interface CalculateStatsResponseOrBuilder
358353
* <pre>
359354
* A map associating each issue resource name with its respective number of
360355
* matches in the set of conversations. Key has the format:
361-
* `projects/&lt;ProjectID&gt;/locations/&lt;LocationID&gt;/issueModels/&lt;IssueModelID&gt;/issues/&lt;IssueID&gt;`
356+
* `projects/&lt;Project-ID&gt;/locations/&lt;Location-ID&gt;/issueModels/&lt;Issue-Model-ID&gt;/issues/&lt;Issue-ID&gt;`
362357
* </pre>
363358
*
364359
* <code>

0 commit comments

Comments
 (0)