From ebadaa5e44ded908d5517d12f52e193b70be2dda Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 15:52:12 +0000 Subject: [PATCH] docs: Updating comments (#345) - [ ] Regenerate this pull request now. chore: added LRO to API list PiperOrigin-RevId: 469161541 Source-Link: https://github.com/googleapis/googleapis/commit/65b91e66739f4b4704da0fe79cc30e9510a5a146 Source-Link: https://github.com/googleapis/googleapis-gen/commit/c8efb529ccf285a97e78b4f0a4b2852e08f2a78e Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYzhlZmI1MjljY2YyODVhOTdlNzhiNGYwYTRiMjg1MmUwOGYyYTc4ZSJ9 --- .../v1/ArticleSuggestionData.java | 28 +++++++++---------- .../v1/ArticleSuggestionDataOrBuilder.java | 8 +++--- .../v1/FaqAnswerData.java | 28 +++++++++---------- .../v1/FaqAnswerDataOrBuilder.java | 8 +++--- .../v1/SmartComposeSuggestionData.java | 28 +++++++++---------- .../SmartComposeSuggestionDataOrBuilder.java | 8 +++--- .../v1/SmartReplyData.java | 28 +++++++++---------- .../v1/SmartReplyDataOrBuilder.java | 8 +++--- .../contactcenterinsights/v1/resources.proto | 16 +++++------ 9 files changed, 80 insertions(+), 80 deletions(-) diff --git a/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/ArticleSuggestionData.java b/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/ArticleSuggestionData.java index e00a1aae4735..be63818f3527 100644 --- a/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/ArticleSuggestionData.java +++ b/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/ArticleSuggestionData.java @@ -396,9 +396,9 @@ public java.lang.String getMetadataOrThrow(java.lang.String key) { * * *
- * Name of the query record. + * The name of the answer record. * Format: - * projects/{project}/locations/{location}/queryRecords/{query_record} + * projects/{project}/locations/{location}/answerRecords/{answer_record} ** *
string query_record = 5;
@@ -421,9 +421,9 @@ public java.lang.String getQueryRecord() {
*
*
* - * Name of the query record. + * The name of the answer record. * Format: - * projects/{project}/locations/{location}/queryRecords/{query_record} + * projects/{project}/locations/{location}/answerRecords/{answer_record} ** *
string query_record = 5;
@@ -1368,9 +1368,9 @@ public Builder putAllMetadata(java.util.Map- * Name of the query record. + * The name of the answer record. * Format: - * projects/{project}/locations/{location}/queryRecords/{query_record} + * projects/{project}/locations/{location}/answerRecords/{answer_record} ** *
string query_record = 5;
@@ -1392,9 +1392,9 @@ public java.lang.String getQueryRecord() {
*
*
* - * Name of the query record. + * The name of the answer record. * Format: - * projects/{project}/locations/{location}/queryRecords/{query_record} + * projects/{project}/locations/{location}/answerRecords/{answer_record} ** *
string query_record = 5;
@@ -1416,9 +1416,9 @@ public com.google.protobuf.ByteString getQueryRecordBytes() {
*
*
* - * Name of the query record. + * The name of the answer record. * Format: - * projects/{project}/locations/{location}/queryRecords/{query_record} + * projects/{project}/locations/{location}/answerRecords/{answer_record} ** *
string query_record = 5;
@@ -1439,9 +1439,9 @@ public Builder setQueryRecord(java.lang.String value) {
*
*
* - * Name of the query record. + * The name of the answer record. * Format: - * projects/{project}/locations/{location}/queryRecords/{query_record} + * projects/{project}/locations/{location}/answerRecords/{answer_record} ** *
string query_record = 5;
@@ -1458,9 +1458,9 @@ public Builder clearQueryRecord() {
*
*
* - * Name of the query record. + * The name of the answer record. * Format: - * projects/{project}/locations/{location}/queryRecords/{query_record} + * projects/{project}/locations/{location}/answerRecords/{answer_record} ** *
string query_record = 5;
diff --git a/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/ArticleSuggestionDataOrBuilder.java b/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/ArticleSuggestionDataOrBuilder.java
index 96af9b49e704..b9567d83a1b9 100644
--- a/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/ArticleSuggestionDataOrBuilder.java
+++ b/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/ArticleSuggestionDataOrBuilder.java
@@ -156,9 +156,9 @@ java.lang.String getMetadataOrDefault(
*
*
* - * Name of the query record. + * The name of the answer record. * Format: - * projects/{project}/locations/{location}/queryRecords/{query_record} + * projects/{project}/locations/{location}/answerRecords/{answer_record} ** *
string query_record = 5;
@@ -170,9 +170,9 @@ java.lang.String getMetadataOrDefault(
*
*
* - * Name of the query record. + * The name of the answer record. * Format: - * projects/{project}/locations/{location}/queryRecords/{query_record} + * projects/{project}/locations/{location}/answerRecords/{answer_record} ** *
string query_record = 5;
diff --git a/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/FaqAnswerData.java b/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/FaqAnswerData.java
index 3a316bf61dd7..39fabb52c30d 100644
--- a/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/FaqAnswerData.java
+++ b/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/FaqAnswerData.java
@@ -396,9 +396,9 @@ public java.lang.String getMetadataOrThrow(java.lang.String key) {
*
*
* - * Name of the query record. + * The name of the answer record. * Format: - * projects/{project}/locations/{location}/queryRecords/{query_record}. + * projects/{project}/locations/{location}/answerRecords/{answer_record} ** *
string query_record = 5;
@@ -421,9 +421,9 @@ public java.lang.String getQueryRecord() {
*
*
* - * Name of the query record. + * The name of the answer record. * Format: - * projects/{project}/locations/{location}/queryRecords/{query_record}. + * projects/{project}/locations/{location}/answerRecords/{answer_record} ** *
string query_record = 5;
@@ -1364,9 +1364,9 @@ public Builder putAllMetadata(java.util.Map- * Name of the query record. + * The name of the answer record. * Format: - * projects/{project}/locations/{location}/queryRecords/{query_record}. + * projects/{project}/locations/{location}/answerRecords/{answer_record} ** *
string query_record = 5;
@@ -1388,9 +1388,9 @@ public java.lang.String getQueryRecord() {
*
*
* - * Name of the query record. + * The name of the answer record. * Format: - * projects/{project}/locations/{location}/queryRecords/{query_record}. + * projects/{project}/locations/{location}/answerRecords/{answer_record} ** *
string query_record = 5;
@@ -1412,9 +1412,9 @@ public com.google.protobuf.ByteString getQueryRecordBytes() {
*
*
* - * Name of the query record. + * The name of the answer record. * Format: - * projects/{project}/locations/{location}/queryRecords/{query_record}. + * projects/{project}/locations/{location}/answerRecords/{answer_record} ** *
string query_record = 5;
@@ -1435,9 +1435,9 @@ public Builder setQueryRecord(java.lang.String value) {
*
*
* - * Name of the query record. + * The name of the answer record. * Format: - * projects/{project}/locations/{location}/queryRecords/{query_record}. + * projects/{project}/locations/{location}/answerRecords/{answer_record} ** *
string query_record = 5;
@@ -1454,9 +1454,9 @@ public Builder clearQueryRecord() {
*
*
* - * Name of the query record. + * The name of the answer record. * Format: - * projects/{project}/locations/{location}/queryRecords/{query_record}. + * projects/{project}/locations/{location}/answerRecords/{answer_record} ** *
string query_record = 5;
diff --git a/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/FaqAnswerDataOrBuilder.java b/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/FaqAnswerDataOrBuilder.java
index 6f9698607868..c1516b0c02ff 100644
--- a/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/FaqAnswerDataOrBuilder.java
+++ b/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/FaqAnswerDataOrBuilder.java
@@ -156,9 +156,9 @@ java.lang.String getMetadataOrDefault(
*
*
* - * Name of the query record. + * The name of the answer record. * Format: - * projects/{project}/locations/{location}/queryRecords/{query_record}. + * projects/{project}/locations/{location}/answerRecords/{answer_record} ** *
string query_record = 5;
@@ -170,9 +170,9 @@ java.lang.String getMetadataOrDefault(
*
*
* - * Name of the query record. + * The name of the answer record. * Format: - * projects/{project}/locations/{location}/queryRecords/{query_record}. + * projects/{project}/locations/{location}/answerRecords/{answer_record} ** *
string query_record = 5;
diff --git a/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/SmartComposeSuggestionData.java b/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/SmartComposeSuggestionData.java
index 752425489aa6..2ab6f9e34128 100644
--- a/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/SmartComposeSuggestionData.java
+++ b/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/SmartComposeSuggestionData.java
@@ -331,9 +331,9 @@ public java.lang.String getMetadataOrThrow(java.lang.String key) {
*
*
* - * Name of the query record. + * The name of the answer record. * Format: - * projects/{project}/locations/{location}/queryRecords/{query_record} + * projects/{project}/locations/{location}/answerRecords/{answer_record} ** *
string query_record = 4;
@@ -356,9 +356,9 @@ public java.lang.String getQueryRecord() {
*
*
* - * Name of the query record. + * The name of the answer record. * Format: - * projects/{project}/locations/{location}/queryRecords/{query_record} + * projects/{project}/locations/{location}/answerRecords/{answer_record} ** *
string query_record = 4;
@@ -1119,9 +1119,9 @@ public Builder putAllMetadata(java.util.Map- * Name of the query record. + * The name of the answer record. * Format: - * projects/{project}/locations/{location}/queryRecords/{query_record} + * projects/{project}/locations/{location}/answerRecords/{answer_record} ** *
string query_record = 4;
@@ -1143,9 +1143,9 @@ public java.lang.String getQueryRecord() {
*
*
* - * Name of the query record. + * The name of the answer record. * Format: - * projects/{project}/locations/{location}/queryRecords/{query_record} + * projects/{project}/locations/{location}/answerRecords/{answer_record} ** *
string query_record = 4;
@@ -1167,9 +1167,9 @@ public com.google.protobuf.ByteString getQueryRecordBytes() {
*
*
* - * Name of the query record. + * The name of the answer record. * Format: - * projects/{project}/locations/{location}/queryRecords/{query_record} + * projects/{project}/locations/{location}/answerRecords/{answer_record} ** *
string query_record = 4;
@@ -1190,9 +1190,9 @@ public Builder setQueryRecord(java.lang.String value) {
*
*
* - * Name of the query record. + * The name of the answer record. * Format: - * projects/{project}/locations/{location}/queryRecords/{query_record} + * projects/{project}/locations/{location}/answerRecords/{answer_record} ** *
string query_record = 4;
@@ -1209,9 +1209,9 @@ public Builder clearQueryRecord() {
*
*
* - * Name of the query record. + * The name of the answer record. * Format: - * projects/{project}/locations/{location}/queryRecords/{query_record} + * projects/{project}/locations/{location}/answerRecords/{answer_record} ** *
string query_record = 4;
diff --git a/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/SmartComposeSuggestionDataOrBuilder.java b/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/SmartComposeSuggestionDataOrBuilder.java
index 091bf128a98f..efd043937211 100644
--- a/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/SmartComposeSuggestionDataOrBuilder.java
+++ b/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/SmartComposeSuggestionDataOrBuilder.java
@@ -131,9 +131,9 @@ java.lang.String getMetadataOrDefault(
*
*
* - * Name of the query record. + * The name of the answer record. * Format: - * projects/{project}/locations/{location}/queryRecords/{query_record} + * projects/{project}/locations/{location}/answerRecords/{answer_record} ** *
string query_record = 4;
@@ -145,9 +145,9 @@ java.lang.String getMetadataOrDefault(
*
*
* - * Name of the query record. + * The name of the answer record. * Format: - * projects/{project}/locations/{location}/queryRecords/{query_record} + * projects/{project}/locations/{location}/answerRecords/{answer_record} ** *
string query_record = 4;
diff --git a/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/SmartReplyData.java b/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/SmartReplyData.java
index 7845080c7cf1..30a318259cb4 100644
--- a/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/SmartReplyData.java
+++ b/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/SmartReplyData.java
@@ -331,9 +331,9 @@ public java.lang.String getMetadataOrThrow(java.lang.String key) {
*
*
* - * Name of the query record. + * The name of the answer record. * Format: - * projects/{project}/locations/{location}/queryRecords/{query_record} + * projects/{project}/locations/{location}/answerRecords/{answer_record} ** *
string query_record = 4;
@@ -356,9 +356,9 @@ public java.lang.String getQueryRecord() {
*
*
* - * Name of the query record. + * The name of the answer record. * Format: - * projects/{project}/locations/{location}/queryRecords/{query_record} + * projects/{project}/locations/{location}/answerRecords/{answer_record} ** *
string query_record = 4;
@@ -1111,9 +1111,9 @@ public Builder putAllMetadata(java.util.Map- * Name of the query record. + * The name of the answer record. * Format: - * projects/{project}/locations/{location}/queryRecords/{query_record} + * projects/{project}/locations/{location}/answerRecords/{answer_record} ** *
string query_record = 4;
@@ -1135,9 +1135,9 @@ public java.lang.String getQueryRecord() {
*
*
* - * Name of the query record. + * The name of the answer record. * Format: - * projects/{project}/locations/{location}/queryRecords/{query_record} + * projects/{project}/locations/{location}/answerRecords/{answer_record} ** *
string query_record = 4;
@@ -1159,9 +1159,9 @@ public com.google.protobuf.ByteString getQueryRecordBytes() {
*
*
* - * Name of the query record. + * The name of the answer record. * Format: - * projects/{project}/locations/{location}/queryRecords/{query_record} + * projects/{project}/locations/{location}/answerRecords/{answer_record} ** *
string query_record = 4;
@@ -1182,9 +1182,9 @@ public Builder setQueryRecord(java.lang.String value) {
*
*
* - * Name of the query record. + * The name of the answer record. * Format: - * projects/{project}/locations/{location}/queryRecords/{query_record} + * projects/{project}/locations/{location}/answerRecords/{answer_record} ** *
string query_record = 4;
@@ -1201,9 +1201,9 @@ public Builder clearQueryRecord() {
*
*
* - * Name of the query record. + * The name of the answer record. * Format: - * projects/{project}/locations/{location}/queryRecords/{query_record} + * projects/{project}/locations/{location}/answerRecords/{answer_record} ** *
string query_record = 4;
diff --git a/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/SmartReplyDataOrBuilder.java b/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/SmartReplyDataOrBuilder.java
index 6eb98568aac8..dde4f8e65ffc 100644
--- a/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/SmartReplyDataOrBuilder.java
+++ b/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/SmartReplyDataOrBuilder.java
@@ -131,9 +131,9 @@ java.lang.String getMetadataOrDefault(
*
*
* - * Name of the query record. + * The name of the answer record. * Format: - * projects/{project}/locations/{location}/queryRecords/{query_record} + * projects/{project}/locations/{location}/answerRecords/{answer_record} ** *
string query_record = 4;
@@ -145,9 +145,9 @@ java.lang.String getMetadataOrDefault(
*
*
* - * Name of the query record. + * The name of the answer record. * Format: - * projects/{project}/locations/{location}/queryRecords/{query_record} + * projects/{project}/locations/{location}/answerRecords/{answer_record} ** *
string query_record = 4;
diff --git a/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/proto/google/cloud/contactcenterinsights/v1/resources.proto b/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/proto/google/cloud/contactcenterinsights/v1/resources.proto
index 34a6e46da63b..bac8515aab50 100644
--- a/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/proto/google/cloud/contactcenterinsights/v1/resources.proto
+++ b/java-contact-center-insights/proto-google-cloud-contact-center-insights-v1/src/main/proto/google/cloud/contactcenterinsights/v1/resources.proto
@@ -957,9 +957,9 @@ message ArticleSuggestionData {
// that it originates from.
map