From def3f9d3c683072d09b15f8c8192b6f11dd95f0f Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 21:52:24 +0000 Subject: [PATCH] docs: Updating comments (#330) - [ ] Regenerate this pull request now. chore:remove LRO to API list PiperOrigin-RevId: 463893258 Source-Link: https://github.com/googleapis/googleapis/commit/e47c0cdef77eb713e9d76adafda26d98d15bd4ac Source-Link: https://github.com/googleapis/googleapis-gen/commit/8df6a6a605ff4032486c8e9a30366a99b4874666 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOGRmNmE2YTYwNWZmNDAzMjQ4NmM4ZTlhMzAzNjZhOTliNDg3NDY2NiJ9 --- .../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/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/ArticleSuggestionData.java b/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/ArticleSuggestionData.java index be63818f..e00a1aae 100644 --- a/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/ArticleSuggestionData.java +++ b/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) { * * *
-   * The name of the answer record.
+   * Name of the query record.
    * Format:
-   * projects/{project}/locations/{location}/answerRecords/{answer_record}
+   * projects/{project}/locations/{location}/queryRecords/{query_record}
    * 
* * string query_record = 5; @@ -421,9 +421,9 @@ public java.lang.String getQueryRecord() { * * *
-   * The name of the answer record.
+   * Name of the query record.
    * Format:
-   * projects/{project}/locations/{location}/answerRecords/{answer_record}
+   * projects/{project}/locations/{location}/queryRecords/{query_record}
    * 
* * string query_record = 5; @@ -1368,9 +1368,9 @@ public Builder putAllMetadata(java.util.Map * * *
-     * The name of the answer record.
+     * Name of the query record.
      * Format:
-     * projects/{project}/locations/{location}/answerRecords/{answer_record}
+     * projects/{project}/locations/{location}/queryRecords/{query_record}
      * 
* * string query_record = 5; @@ -1392,9 +1392,9 @@ public java.lang.String getQueryRecord() { * * *
-     * The name of the answer record.
+     * Name of the query record.
      * Format:
-     * projects/{project}/locations/{location}/answerRecords/{answer_record}
+     * projects/{project}/locations/{location}/queryRecords/{query_record}
      * 
* * string query_record = 5; @@ -1416,9 +1416,9 @@ public com.google.protobuf.ByteString getQueryRecordBytes() { * * *
-     * The name of the answer record.
+     * Name of the query record.
      * Format:
-     * projects/{project}/locations/{location}/answerRecords/{answer_record}
+     * projects/{project}/locations/{location}/queryRecords/{query_record}
      * 
* * string query_record = 5; @@ -1439,9 +1439,9 @@ public Builder setQueryRecord(java.lang.String value) { * * *
-     * The name of the answer record.
+     * Name of the query record.
      * Format:
-     * projects/{project}/locations/{location}/answerRecords/{answer_record}
+     * projects/{project}/locations/{location}/queryRecords/{query_record}
      * 
* * string query_record = 5; @@ -1458,9 +1458,9 @@ public Builder clearQueryRecord() { * * *
-     * The name of the answer record.
+     * Name of the query record.
      * Format:
-     * projects/{project}/locations/{location}/answerRecords/{answer_record}
+     * projects/{project}/locations/{location}/queryRecords/{query_record}
      * 
* * string query_record = 5; diff --git a/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/ArticleSuggestionDataOrBuilder.java b/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/ArticleSuggestionDataOrBuilder.java index b9567d83..96af9b49 100644 --- a/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/ArticleSuggestionDataOrBuilder.java +++ b/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( * * *
-   * The name of the answer record.
+   * Name of the query record.
    * Format:
-   * projects/{project}/locations/{location}/answerRecords/{answer_record}
+   * projects/{project}/locations/{location}/queryRecords/{query_record}
    * 
* * string query_record = 5; @@ -170,9 +170,9 @@ java.lang.String getMetadataOrDefault( * * *
-   * The name of the answer record.
+   * Name of the query record.
    * Format:
-   * projects/{project}/locations/{location}/answerRecords/{answer_record}
+   * projects/{project}/locations/{location}/queryRecords/{query_record}
    * 
* * string query_record = 5; diff --git a/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/FaqAnswerData.java b/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/FaqAnswerData.java index 39fabb52..3a316bf6 100644 --- a/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/FaqAnswerData.java +++ b/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) { * * *
-   * The name of the answer record.
+   * Name of the query record.
    * Format:
-   * projects/{project}/locations/{location}/answerRecords/{answer_record}
+   * projects/{project}/locations/{location}/queryRecords/{query_record}.
    * 
* * string query_record = 5; @@ -421,9 +421,9 @@ public java.lang.String getQueryRecord() { * * *
-   * The name of the answer record.
+   * Name of the query record.
    * Format:
-   * projects/{project}/locations/{location}/answerRecords/{answer_record}
+   * projects/{project}/locations/{location}/queryRecords/{query_record}.
    * 
* * string query_record = 5; @@ -1364,9 +1364,9 @@ public Builder putAllMetadata(java.util.Map * * *
-     * The name of the answer record.
+     * Name of the query record.
      * Format:
-     * projects/{project}/locations/{location}/answerRecords/{answer_record}
+     * projects/{project}/locations/{location}/queryRecords/{query_record}.
      * 
* * string query_record = 5; @@ -1388,9 +1388,9 @@ public java.lang.String getQueryRecord() { * * *
-     * The name of the answer record.
+     * Name of the query record.
      * Format:
-     * projects/{project}/locations/{location}/answerRecords/{answer_record}
+     * projects/{project}/locations/{location}/queryRecords/{query_record}.
      * 
* * string query_record = 5; @@ -1412,9 +1412,9 @@ public com.google.protobuf.ByteString getQueryRecordBytes() { * * *
-     * The name of the answer record.
+     * Name of the query record.
      * Format:
-     * projects/{project}/locations/{location}/answerRecords/{answer_record}
+     * projects/{project}/locations/{location}/queryRecords/{query_record}.
      * 
* * string query_record = 5; @@ -1435,9 +1435,9 @@ public Builder setQueryRecord(java.lang.String value) { * * *
-     * The name of the answer record.
+     * Name of the query record.
      * Format:
-     * projects/{project}/locations/{location}/answerRecords/{answer_record}
+     * projects/{project}/locations/{location}/queryRecords/{query_record}.
      * 
* * string query_record = 5; @@ -1454,9 +1454,9 @@ public Builder clearQueryRecord() { * * *
-     * The name of the answer record.
+     * Name of the query record.
      * Format:
-     * projects/{project}/locations/{location}/answerRecords/{answer_record}
+     * projects/{project}/locations/{location}/queryRecords/{query_record}.
      * 
* * string query_record = 5; diff --git a/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/FaqAnswerDataOrBuilder.java b/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/FaqAnswerDataOrBuilder.java index c1516b0c..6f969860 100644 --- a/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/FaqAnswerDataOrBuilder.java +++ b/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( * * *
-   * The name of the answer record.
+   * Name of the query record.
    * Format:
-   * projects/{project}/locations/{location}/answerRecords/{answer_record}
+   * projects/{project}/locations/{location}/queryRecords/{query_record}.
    * 
* * string query_record = 5; @@ -170,9 +170,9 @@ java.lang.String getMetadataOrDefault( * * *
-   * The name of the answer record.
+   * Name of the query record.
    * Format:
-   * projects/{project}/locations/{location}/answerRecords/{answer_record}
+   * projects/{project}/locations/{location}/queryRecords/{query_record}.
    * 
* * string query_record = 5; diff --git a/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/SmartComposeSuggestionData.java b/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/SmartComposeSuggestionData.java index 2ab6f9e3..75242548 100644 --- a/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/SmartComposeSuggestionData.java +++ b/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) { * * *
-   * The name of the answer record.
+   * Name of the query record.
    * Format:
-   * projects/{project}/locations/{location}/answerRecords/{answer_record}
+   * projects/{project}/locations/{location}/queryRecords/{query_record}
    * 
* * string query_record = 4; @@ -356,9 +356,9 @@ public java.lang.String getQueryRecord() { * * *
-   * The name of the answer record.
+   * Name of the query record.
    * Format:
-   * projects/{project}/locations/{location}/answerRecords/{answer_record}
+   * projects/{project}/locations/{location}/queryRecords/{query_record}
    * 
* * string query_record = 4; @@ -1119,9 +1119,9 @@ public Builder putAllMetadata(java.util.Map * * *
-     * The name of the answer record.
+     * Name of the query record.
      * Format:
-     * projects/{project}/locations/{location}/answerRecords/{answer_record}
+     * projects/{project}/locations/{location}/queryRecords/{query_record}
      * 
* * string query_record = 4; @@ -1143,9 +1143,9 @@ public java.lang.String getQueryRecord() { * * *
-     * The name of the answer record.
+     * Name of the query record.
      * Format:
-     * projects/{project}/locations/{location}/answerRecords/{answer_record}
+     * projects/{project}/locations/{location}/queryRecords/{query_record}
      * 
* * string query_record = 4; @@ -1167,9 +1167,9 @@ public com.google.protobuf.ByteString getQueryRecordBytes() { * * *
-     * The name of the answer record.
+     * Name of the query record.
      * Format:
-     * projects/{project}/locations/{location}/answerRecords/{answer_record}
+     * projects/{project}/locations/{location}/queryRecords/{query_record}
      * 
* * string query_record = 4; @@ -1190,9 +1190,9 @@ public Builder setQueryRecord(java.lang.String value) { * * *
-     * The name of the answer record.
+     * Name of the query record.
      * Format:
-     * projects/{project}/locations/{location}/answerRecords/{answer_record}
+     * projects/{project}/locations/{location}/queryRecords/{query_record}
      * 
* * string query_record = 4; @@ -1209,9 +1209,9 @@ public Builder clearQueryRecord() { * * *
-     * The name of the answer record.
+     * Name of the query record.
      * Format:
-     * projects/{project}/locations/{location}/answerRecords/{answer_record}
+     * projects/{project}/locations/{location}/queryRecords/{query_record}
      * 
* * string query_record = 4; diff --git a/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/SmartComposeSuggestionDataOrBuilder.java b/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/SmartComposeSuggestionDataOrBuilder.java index efd04393..091bf128 100644 --- a/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/SmartComposeSuggestionDataOrBuilder.java +++ b/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( * * *
-   * The name of the answer record.
+   * Name of the query record.
    * Format:
-   * projects/{project}/locations/{location}/answerRecords/{answer_record}
+   * projects/{project}/locations/{location}/queryRecords/{query_record}
    * 
* * string query_record = 4; @@ -145,9 +145,9 @@ java.lang.String getMetadataOrDefault( * * *
-   * The name of the answer record.
+   * Name of the query record.
    * Format:
-   * projects/{project}/locations/{location}/answerRecords/{answer_record}
+   * projects/{project}/locations/{location}/queryRecords/{query_record}
    * 
* * string query_record = 4; diff --git a/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/SmartReplyData.java b/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/SmartReplyData.java index 30a31825..7845080c 100644 --- a/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/SmartReplyData.java +++ b/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) { * * *
-   * The name of the answer record.
+   * Name of the query record.
    * Format:
-   * projects/{project}/locations/{location}/answerRecords/{answer_record}
+   * projects/{project}/locations/{location}/queryRecords/{query_record}
    * 
* * string query_record = 4; @@ -356,9 +356,9 @@ public java.lang.String getQueryRecord() { * * *
-   * The name of the answer record.
+   * Name of the query record.
    * Format:
-   * projects/{project}/locations/{location}/answerRecords/{answer_record}
+   * projects/{project}/locations/{location}/queryRecords/{query_record}
    * 
* * string query_record = 4; @@ -1111,9 +1111,9 @@ public Builder putAllMetadata(java.util.Map * * *
-     * The name of the answer record.
+     * Name of the query record.
      * Format:
-     * projects/{project}/locations/{location}/answerRecords/{answer_record}
+     * projects/{project}/locations/{location}/queryRecords/{query_record}
      * 
* * string query_record = 4; @@ -1135,9 +1135,9 @@ public java.lang.String getQueryRecord() { * * *
-     * The name of the answer record.
+     * Name of the query record.
      * Format:
-     * projects/{project}/locations/{location}/answerRecords/{answer_record}
+     * projects/{project}/locations/{location}/queryRecords/{query_record}
      * 
* * string query_record = 4; @@ -1159,9 +1159,9 @@ public com.google.protobuf.ByteString getQueryRecordBytes() { * * *
-     * The name of the answer record.
+     * Name of the query record.
      * Format:
-     * projects/{project}/locations/{location}/answerRecords/{answer_record}
+     * projects/{project}/locations/{location}/queryRecords/{query_record}
      * 
* * string query_record = 4; @@ -1182,9 +1182,9 @@ public Builder setQueryRecord(java.lang.String value) { * * *
-     * The name of the answer record.
+     * Name of the query record.
      * Format:
-     * projects/{project}/locations/{location}/answerRecords/{answer_record}
+     * projects/{project}/locations/{location}/queryRecords/{query_record}
      * 
* * string query_record = 4; @@ -1201,9 +1201,9 @@ public Builder clearQueryRecord() { * * *
-     * The name of the answer record.
+     * Name of the query record.
      * Format:
-     * projects/{project}/locations/{location}/answerRecords/{answer_record}
+     * projects/{project}/locations/{location}/queryRecords/{query_record}
      * 
* * string query_record = 4; diff --git a/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/SmartReplyDataOrBuilder.java b/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/SmartReplyDataOrBuilder.java index dde4f8e6..6eb98568 100644 --- a/proto-google-cloud-contact-center-insights-v1/src/main/java/com/google/cloud/contactcenterinsights/v1/SmartReplyDataOrBuilder.java +++ b/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( * * *
-   * The name of the answer record.
+   * Name of the query record.
    * Format:
-   * projects/{project}/locations/{location}/answerRecords/{answer_record}
+   * projects/{project}/locations/{location}/queryRecords/{query_record}
    * 
* * string query_record = 4; @@ -145,9 +145,9 @@ java.lang.String getMetadataOrDefault( * * *
-   * The name of the answer record.
+   * Name of the query record.
    * Format:
-   * projects/{project}/locations/{location}/answerRecords/{answer_record}
+   * projects/{project}/locations/{location}/queryRecords/{query_record}
    * 
* * string query_record = 4; diff --git a/proto-google-cloud-contact-center-insights-v1/src/main/proto/google/cloud/contactcenterinsights/v1/resources.proto b/proto-google-cloud-contact-center-insights-v1/src/main/proto/google/cloud/contactcenterinsights/v1/resources.proto index bac8515a..34a6e46d 100644 --- a/proto-google-cloud-contact-center-insights-v1/src/main/proto/google/cloud/contactcenterinsights/v1/resources.proto +++ b/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 metadata = 4; - // The name of the answer record. + // Name of the query record. // Format: - // projects/{project}/locations/{location}/answerRecords/{answer_record} + // projects/{project}/locations/{location}/queryRecords/{query_record} string query_record = 5; // The knowledge document that this answer was extracted from. @@ -985,9 +985,9 @@ message FaqAnswerData { // it originates from. map metadata = 4; - // The name of the answer record. + // Name of the query record. // Format: - // projects/{project}/locations/{location}/answerRecords/{answer_record} + // projects/{project}/locations/{location}/queryRecords/{query_record}. string query_record = 5; // The knowledge document that this answer was extracted from. @@ -1010,9 +1010,9 @@ message SmartReplyData { // which it originates. map metadata = 3; - // The name of the answer record. + // Name of the query record. // Format: - // projects/{project}/locations/{location}/answerRecords/{answer_record} + // projects/{project}/locations/{location}/queryRecords/{query_record} string query_record = 4; } @@ -1030,9 +1030,9 @@ message SmartComposeSuggestionData { // document from which it originates. map metadata = 3; - // The name of the answer record. + // Name of the query record. // Format: - // projects/{project}/locations/{location}/answerRecords/{answer_record} + // projects/{project}/locations/{location}/queryRecords/{query_record} string query_record = 4; }