Skip to content

Commit 13f7937

Browse files
chore: Integrate new gapic-generator-java and rules_gapic (#289)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 454027580 Source-Link: googleapis/googleapis@1b22277 Source-Link: https://github.com/googleapis/googleapis-gen/commit/e04cea20d0d12eb5c3bdb360a9e72b654edcb638 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZTA0Y2VhMjBkMGQxMmViNWMzYmRiMzYwYTllNzJiNjU0ZWRjYjYzOCJ9 docs: Updating comments PiperOrigin-RevId: 452751522 Source-Link: googleapis/googleapis@530ca55 Source-Link: https://github.com/googleapis/googleapis-gen/commit/41882381c578e95bf598a72426739cc36571636f Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDE4ODIzODFjNTc4ZTk1YmY1OThhNzI0MjY3MzljYzM2NTcxNjM2ZiJ9
1 parent f0445ef commit 13f7937

File tree

10 files changed

+84
-84
lines changed

10 files changed

+84
-84
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ public final ListConversationsPagedResponse listConversations(ListConversationsR
640640
* while (true) {
641641
* ListConversationsResponse response =
642642
* contactCenterInsightsClient.listConversationsCallable().call(request);
643-
* for (Conversation element : response.getResponsesList()) {
643+
* for (Conversation element : response.getConversationsList()) {
644644
* // doThingsWith(element);
645645
* }
646646
* String nextPageToken = response.getNextPageToken();
@@ -1158,7 +1158,7 @@ public final ListAnalysesPagedResponse listAnalyses(ListAnalysesRequest request)
11581158
* while (true) {
11591159
* ListAnalysesResponse response =
11601160
* contactCenterInsightsClient.listAnalysesCallable().call(request);
1161-
* for (Analysis element : response.getResponsesList()) {
1161+
* for (Analysis element : response.getAnalysesList()) {
11621162
* // doThingsWith(element);
11631163
* }
11641164
* String nextPageToken = response.getNextPageToken();
@@ -3036,7 +3036,7 @@ public final ListPhraseMatchersPagedResponse listPhraseMatchers(
30363036
* while (true) {
30373037
* ListPhraseMatchersResponse response =
30383038
* contactCenterInsightsClient.listPhraseMatchersCallable().call(request);
3039-
* for (PhraseMatcher element : response.getResponsesList()) {
3039+
* for (PhraseMatcher element : response.getPhraseMatchersList()) {
30403040
* // doThingsWith(element);
30413041
* }
30423042
* String nextPageToken = response.getNextPageToken();
@@ -3882,7 +3882,7 @@ public final UnaryCallable<ListViewsRequest, ListViewsPagedResponse> listViewsPa
38823882
* .build();
38833883
* while (true) {
38843884
* ListViewsResponse response = contactCenterInsightsClient.listViewsCallable().call(request);
3885-
* for (View element : response.getResponsesList()) {
3885+
* for (View element : response.getViewsList()) {
38863886
* // doThingsWith(element);
38873887
* }
38883888
* String nextPageToken = response.getNextPageToken();

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

+14-14
Original file line numberDiff line numberDiff line change
@@ -396,9 +396,9 @@ public java.lang.String getMetadataOrThrow(java.lang.String key) {
396396
*
397397
*
398398
* <pre>
399-
* Name of the query record.
399+
* The name of the answer record.
400400
* Format:
401-
* projects/{project}/locations/{location}/queryRecords/{query_record}
401+
* projects/{project}/locations/{location}/answerRecords/{answer_record}
402402
* </pre>
403403
*
404404
* <code>string query_record = 5;</code>
@@ -421,9 +421,9 @@ public java.lang.String getQueryRecord() {
421421
*
422422
*
423423
* <pre>
424-
* Name of the query record.
424+
* The name of the answer record.
425425
* Format:
426-
* projects/{project}/locations/{location}/queryRecords/{query_record}
426+
* projects/{project}/locations/{location}/answerRecords/{answer_record}
427427
* </pre>
428428
*
429429
* <code>string query_record = 5;</code>
@@ -1368,9 +1368,9 @@ public Builder putAllMetadata(java.util.Map<java.lang.String, java.lang.String>
13681368
*
13691369
*
13701370
* <pre>
1371-
* Name of the query record.
1371+
* The name of the answer record.
13721372
* Format:
1373-
* projects/{project}/locations/{location}/queryRecords/{query_record}
1373+
* projects/{project}/locations/{location}/answerRecords/{answer_record}
13741374
* </pre>
13751375
*
13761376
* <code>string query_record = 5;</code>
@@ -1392,9 +1392,9 @@ public java.lang.String getQueryRecord() {
13921392
*
13931393
*
13941394
* <pre>
1395-
* Name of the query record.
1395+
* The name of the answer record.
13961396
* Format:
1397-
* projects/{project}/locations/{location}/queryRecords/{query_record}
1397+
* projects/{project}/locations/{location}/answerRecords/{answer_record}
13981398
* </pre>
13991399
*
14001400
* <code>string query_record = 5;</code>
@@ -1416,9 +1416,9 @@ public com.google.protobuf.ByteString getQueryRecordBytes() {
14161416
*
14171417
*
14181418
* <pre>
1419-
* Name of the query record.
1419+
* The name of the answer record.
14201420
* Format:
1421-
* projects/{project}/locations/{location}/queryRecords/{query_record}
1421+
* projects/{project}/locations/{location}/answerRecords/{answer_record}
14221422
* </pre>
14231423
*
14241424
* <code>string query_record = 5;</code>
@@ -1439,9 +1439,9 @@ public Builder setQueryRecord(java.lang.String value) {
14391439
*
14401440
*
14411441
* <pre>
1442-
* Name of the query record.
1442+
* The name of the answer record.
14431443
* Format:
1444-
* projects/{project}/locations/{location}/queryRecords/{query_record}
1444+
* projects/{project}/locations/{location}/answerRecords/{answer_record}
14451445
* </pre>
14461446
*
14471447
* <code>string query_record = 5;</code>
@@ -1458,9 +1458,9 @@ public Builder clearQueryRecord() {
14581458
*
14591459
*
14601460
* <pre>
1461-
* Name of the query record.
1461+
* The name of the answer record.
14621462
* Format:
1463-
* projects/{project}/locations/{location}/queryRecords/{query_record}
1463+
* projects/{project}/locations/{location}/answerRecords/{answer_record}
14641464
* </pre>
14651465
*
14661466
* <code>string query_record = 5;</code>

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,9 @@ java.lang.String getMetadataOrDefault(
156156
*
157157
*
158158
* <pre>
159-
* Name of the query record.
159+
* The name of the answer record.
160160
* Format:
161-
* projects/{project}/locations/{location}/queryRecords/{query_record}
161+
* projects/{project}/locations/{location}/answerRecords/{answer_record}
162162
* </pre>
163163
*
164164
* <code>string query_record = 5;</code>
@@ -170,9 +170,9 @@ java.lang.String getMetadataOrDefault(
170170
*
171171
*
172172
* <pre>
173-
* Name of the query record.
173+
* The name of the answer record.
174174
* Format:
175-
* projects/{project}/locations/{location}/queryRecords/{query_record}
175+
* projects/{project}/locations/{location}/answerRecords/{answer_record}
176176
* </pre>
177177
*
178178
* <code>string query_record = 5;</code>

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

+14-14
Original file line numberDiff line numberDiff line change
@@ -396,9 +396,9 @@ public java.lang.String getMetadataOrThrow(java.lang.String key) {
396396
*
397397
*
398398
* <pre>
399-
* Name of the query record.
399+
* The name of the answer record.
400400
* Format:
401-
* projects/{project}/locations/{location}/queryRecords/{query_record}.
401+
* projects/{project}/locations/{location}/answerRecords/{answer_record}
402402
* </pre>
403403
*
404404
* <code>string query_record = 5;</code>
@@ -421,9 +421,9 @@ public java.lang.String getQueryRecord() {
421421
*
422422
*
423423
* <pre>
424-
* Name of the query record.
424+
* The name of the answer record.
425425
* Format:
426-
* projects/{project}/locations/{location}/queryRecords/{query_record}.
426+
* projects/{project}/locations/{location}/answerRecords/{answer_record}
427427
* </pre>
428428
*
429429
* <code>string query_record = 5;</code>
@@ -1364,9 +1364,9 @@ public Builder putAllMetadata(java.util.Map<java.lang.String, java.lang.String>
13641364
*
13651365
*
13661366
* <pre>
1367-
* Name of the query record.
1367+
* The name of the answer record.
13681368
* Format:
1369-
* projects/{project}/locations/{location}/queryRecords/{query_record}.
1369+
* projects/{project}/locations/{location}/answerRecords/{answer_record}
13701370
* </pre>
13711371
*
13721372
* <code>string query_record = 5;</code>
@@ -1388,9 +1388,9 @@ public java.lang.String getQueryRecord() {
13881388
*
13891389
*
13901390
* <pre>
1391-
* Name of the query record.
1391+
* The name of the answer record.
13921392
* Format:
1393-
* projects/{project}/locations/{location}/queryRecords/{query_record}.
1393+
* projects/{project}/locations/{location}/answerRecords/{answer_record}
13941394
* </pre>
13951395
*
13961396
* <code>string query_record = 5;</code>
@@ -1412,9 +1412,9 @@ public com.google.protobuf.ByteString getQueryRecordBytes() {
14121412
*
14131413
*
14141414
* <pre>
1415-
* Name of the query record.
1415+
* The name of the answer record.
14161416
* Format:
1417-
* projects/{project}/locations/{location}/queryRecords/{query_record}.
1417+
* projects/{project}/locations/{location}/answerRecords/{answer_record}
14181418
* </pre>
14191419
*
14201420
* <code>string query_record = 5;</code>
@@ -1435,9 +1435,9 @@ public Builder setQueryRecord(java.lang.String value) {
14351435
*
14361436
*
14371437
* <pre>
1438-
* Name of the query record.
1438+
* The name of the answer record.
14391439
* Format:
1440-
* projects/{project}/locations/{location}/queryRecords/{query_record}.
1440+
* projects/{project}/locations/{location}/answerRecords/{answer_record}
14411441
* </pre>
14421442
*
14431443
* <code>string query_record = 5;</code>
@@ -1454,9 +1454,9 @@ public Builder clearQueryRecord() {
14541454
*
14551455
*
14561456
* <pre>
1457-
* Name of the query record.
1457+
* The name of the answer record.
14581458
* Format:
1459-
* projects/{project}/locations/{location}/queryRecords/{query_record}.
1459+
* projects/{project}/locations/{location}/answerRecords/{answer_record}
14601460
* </pre>
14611461
*
14621462
* <code>string query_record = 5;</code>

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,9 @@ java.lang.String getMetadataOrDefault(
156156
*
157157
*
158158
* <pre>
159-
* Name of the query record.
159+
* The name of the answer record.
160160
* Format:
161-
* projects/{project}/locations/{location}/queryRecords/{query_record}.
161+
* projects/{project}/locations/{location}/answerRecords/{answer_record}
162162
* </pre>
163163
*
164164
* <code>string query_record = 5;</code>
@@ -170,9 +170,9 @@ java.lang.String getMetadataOrDefault(
170170
*
171171
*
172172
* <pre>
173-
* Name of the query record.
173+
* The name of the answer record.
174174
* Format:
175-
* projects/{project}/locations/{location}/queryRecords/{query_record}.
175+
* projects/{project}/locations/{location}/answerRecords/{answer_record}
176176
* </pre>
177177
*
178178
* <code>string query_record = 5;</code>

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

+14-14
Original file line numberDiff line numberDiff line change
@@ -331,9 +331,9 @@ public java.lang.String getMetadataOrThrow(java.lang.String key) {
331331
*
332332
*
333333
* <pre>
334-
* Name of the query record.
334+
* The name of the answer record.
335335
* Format:
336-
* projects/{project}/locations/{location}/queryRecords/{query_record}
336+
* projects/{project}/locations/{location}/answerRecords/{answer_record}
337337
* </pre>
338338
*
339339
* <code>string query_record = 4;</code>
@@ -356,9 +356,9 @@ public java.lang.String getQueryRecord() {
356356
*
357357
*
358358
* <pre>
359-
* Name of the query record.
359+
* The name of the answer record.
360360
* Format:
361-
* projects/{project}/locations/{location}/queryRecords/{query_record}
361+
* projects/{project}/locations/{location}/answerRecords/{answer_record}
362362
* </pre>
363363
*
364364
* <code>string query_record = 4;</code>
@@ -1119,9 +1119,9 @@ public Builder putAllMetadata(java.util.Map<java.lang.String, java.lang.String>
11191119
*
11201120
*
11211121
* <pre>
1122-
* Name of the query record.
1122+
* The name of the answer record.
11231123
* Format:
1124-
* projects/{project}/locations/{location}/queryRecords/{query_record}
1124+
* projects/{project}/locations/{location}/answerRecords/{answer_record}
11251125
* </pre>
11261126
*
11271127
* <code>string query_record = 4;</code>
@@ -1143,9 +1143,9 @@ public java.lang.String getQueryRecord() {
11431143
*
11441144
*
11451145
* <pre>
1146-
* Name of the query record.
1146+
* The name of the answer record.
11471147
* Format:
1148-
* projects/{project}/locations/{location}/queryRecords/{query_record}
1148+
* projects/{project}/locations/{location}/answerRecords/{answer_record}
11491149
* </pre>
11501150
*
11511151
* <code>string query_record = 4;</code>
@@ -1167,9 +1167,9 @@ public com.google.protobuf.ByteString getQueryRecordBytes() {
11671167
*
11681168
*
11691169
* <pre>
1170-
* Name of the query record.
1170+
* The name of the answer record.
11711171
* Format:
1172-
* projects/{project}/locations/{location}/queryRecords/{query_record}
1172+
* projects/{project}/locations/{location}/answerRecords/{answer_record}
11731173
* </pre>
11741174
*
11751175
* <code>string query_record = 4;</code>
@@ -1190,9 +1190,9 @@ public Builder setQueryRecord(java.lang.String value) {
11901190
*
11911191
*
11921192
* <pre>
1193-
* Name of the query record.
1193+
* The name of the answer record.
11941194
* Format:
1195-
* projects/{project}/locations/{location}/queryRecords/{query_record}
1195+
* projects/{project}/locations/{location}/answerRecords/{answer_record}
11961196
* </pre>
11971197
*
11981198
* <code>string query_record = 4;</code>
@@ -1209,9 +1209,9 @@ public Builder clearQueryRecord() {
12091209
*
12101210
*
12111211
* <pre>
1212-
* Name of the query record.
1212+
* The name of the answer record.
12131213
* Format:
1214-
* projects/{project}/locations/{location}/queryRecords/{query_record}
1214+
* projects/{project}/locations/{location}/answerRecords/{answer_record}
12151215
* </pre>
12161216
*
12171217
* <code>string query_record = 4;</code>

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ java.lang.String getMetadataOrDefault(
131131
*
132132
*
133133
* <pre>
134-
* Name of the query record.
134+
* The name of the answer record.
135135
* Format:
136-
* projects/{project}/locations/{location}/queryRecords/{query_record}
136+
* projects/{project}/locations/{location}/answerRecords/{answer_record}
137137
* </pre>
138138
*
139139
* <code>string query_record = 4;</code>
@@ -145,9 +145,9 @@ java.lang.String getMetadataOrDefault(
145145
*
146146
*
147147
* <pre>
148-
* Name of the query record.
148+
* The name of the answer record.
149149
* Format:
150-
* projects/{project}/locations/{location}/queryRecords/{query_record}
150+
* projects/{project}/locations/{location}/answerRecords/{answer_record}
151151
* </pre>
152152
*
153153
* <code>string query_record = 4;</code>

0 commit comments

Comments
 (0)