Skip to content

Commit

Permalink
chore: Integrate new gapic-generator-java and rules_gapic (googleapis…
Browse files Browse the repository at this point in the history
…#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
  • Loading branch information
gcf-owl-bot[bot] committed Jun 14, 2022
1 parent f0445ef commit 13f7937
Show file tree
Hide file tree
Showing 10 changed files with 84 additions and 84 deletions.
Expand Up @@ -640,7 +640,7 @@ public final ListConversationsPagedResponse listConversations(ListConversationsR
* while (true) {
* ListConversationsResponse response =
* contactCenterInsightsClient.listConversationsCallable().call(request);
* for (Conversation element : response.getResponsesList()) {
* for (Conversation element : response.getConversationsList()) {
* // doThingsWith(element);
* }
* String nextPageToken = response.getNextPageToken();
Expand Down Expand Up @@ -1158,7 +1158,7 @@ public final ListAnalysesPagedResponse listAnalyses(ListAnalysesRequest request)
* while (true) {
* ListAnalysesResponse response =
* contactCenterInsightsClient.listAnalysesCallable().call(request);
* for (Analysis element : response.getResponsesList()) {
* for (Analysis element : response.getAnalysesList()) {
* // doThingsWith(element);
* }
* String nextPageToken = response.getNextPageToken();
Expand Down Expand Up @@ -3036,7 +3036,7 @@ public final ListPhraseMatchersPagedResponse listPhraseMatchers(
* while (true) {
* ListPhraseMatchersResponse response =
* contactCenterInsightsClient.listPhraseMatchersCallable().call(request);
* for (PhraseMatcher element : response.getResponsesList()) {
* for (PhraseMatcher element : response.getPhraseMatchersList()) {
* // doThingsWith(element);
* }
* String nextPageToken = response.getNextPageToken();
Expand Down Expand Up @@ -3882,7 +3882,7 @@ public final UnaryCallable<ListViewsRequest, ListViewsPagedResponse> listViewsPa
* .build();
* while (true) {
* ListViewsResponse response = contactCenterInsightsClient.listViewsCallable().call(request);
* for (View element : response.getResponsesList()) {
* for (View element : response.getViewsList()) {
* // doThingsWith(element);
* }
* String nextPageToken = response.getNextPageToken();
Expand Down
Expand Up @@ -396,9 +396,9 @@ public java.lang.String getMetadataOrThrow(java.lang.String key) {
*
*
* <pre>
* 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}
* </pre>
*
* <code>string query_record = 5;</code>
Expand All @@ -421,9 +421,9 @@ public java.lang.String getQueryRecord() {
*
*
* <pre>
* 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}
* </pre>
*
* <code>string query_record = 5;</code>
Expand Down Expand Up @@ -1368,9 +1368,9 @@ public Builder putAllMetadata(java.util.Map<java.lang.String, java.lang.String>
*
*
* <pre>
* 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}
* </pre>
*
* <code>string query_record = 5;</code>
Expand All @@ -1392,9 +1392,9 @@ public java.lang.String getQueryRecord() {
*
*
* <pre>
* 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}
* </pre>
*
* <code>string query_record = 5;</code>
Expand All @@ -1416,9 +1416,9 @@ public com.google.protobuf.ByteString getQueryRecordBytes() {
*
*
* <pre>
* 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}
* </pre>
*
* <code>string query_record = 5;</code>
Expand All @@ -1439,9 +1439,9 @@ public Builder setQueryRecord(java.lang.String value) {
*
*
* <pre>
* 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}
* </pre>
*
* <code>string query_record = 5;</code>
Expand All @@ -1458,9 +1458,9 @@ public Builder clearQueryRecord() {
*
*
* <pre>
* 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}
* </pre>
*
* <code>string query_record = 5;</code>
Expand Down
Expand Up @@ -156,9 +156,9 @@ java.lang.String getMetadataOrDefault(
*
*
* <pre>
* 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}
* </pre>
*
* <code>string query_record = 5;</code>
Expand All @@ -170,9 +170,9 @@ java.lang.String getMetadataOrDefault(
*
*
* <pre>
* 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}
* </pre>
*
* <code>string query_record = 5;</code>
Expand Down
Expand Up @@ -396,9 +396,9 @@ public java.lang.String getMetadataOrThrow(java.lang.String key) {
*
*
* <pre>
* 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}
* </pre>
*
* <code>string query_record = 5;</code>
Expand All @@ -421,9 +421,9 @@ public java.lang.String getQueryRecord() {
*
*
* <pre>
* 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}
* </pre>
*
* <code>string query_record = 5;</code>
Expand Down Expand Up @@ -1364,9 +1364,9 @@ public Builder putAllMetadata(java.util.Map<java.lang.String, java.lang.String>
*
*
* <pre>
* 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}
* </pre>
*
* <code>string query_record = 5;</code>
Expand All @@ -1388,9 +1388,9 @@ public java.lang.String getQueryRecord() {
*
*
* <pre>
* 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}
* </pre>
*
* <code>string query_record = 5;</code>
Expand All @@ -1412,9 +1412,9 @@ public com.google.protobuf.ByteString getQueryRecordBytes() {
*
*
* <pre>
* 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}
* </pre>
*
* <code>string query_record = 5;</code>
Expand All @@ -1435,9 +1435,9 @@ public Builder setQueryRecord(java.lang.String value) {
*
*
* <pre>
* 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}
* </pre>
*
* <code>string query_record = 5;</code>
Expand All @@ -1454,9 +1454,9 @@ public Builder clearQueryRecord() {
*
*
* <pre>
* 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}
* </pre>
*
* <code>string query_record = 5;</code>
Expand Down
Expand Up @@ -156,9 +156,9 @@ java.lang.String getMetadataOrDefault(
*
*
* <pre>
* 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}
* </pre>
*
* <code>string query_record = 5;</code>
Expand All @@ -170,9 +170,9 @@ java.lang.String getMetadataOrDefault(
*
*
* <pre>
* 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}
* </pre>
*
* <code>string query_record = 5;</code>
Expand Down
Expand Up @@ -331,9 +331,9 @@ public java.lang.String getMetadataOrThrow(java.lang.String key) {
*
*
* <pre>
* 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}
* </pre>
*
* <code>string query_record = 4;</code>
Expand All @@ -356,9 +356,9 @@ public java.lang.String getQueryRecord() {
*
*
* <pre>
* 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}
* </pre>
*
* <code>string query_record = 4;</code>
Expand Down Expand Up @@ -1119,9 +1119,9 @@ public Builder putAllMetadata(java.util.Map<java.lang.String, java.lang.String>
*
*
* <pre>
* 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}
* </pre>
*
* <code>string query_record = 4;</code>
Expand All @@ -1143,9 +1143,9 @@ public java.lang.String getQueryRecord() {
*
*
* <pre>
* 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}
* </pre>
*
* <code>string query_record = 4;</code>
Expand All @@ -1167,9 +1167,9 @@ public com.google.protobuf.ByteString getQueryRecordBytes() {
*
*
* <pre>
* 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}
* </pre>
*
* <code>string query_record = 4;</code>
Expand All @@ -1190,9 +1190,9 @@ public Builder setQueryRecord(java.lang.String value) {
*
*
* <pre>
* 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}
* </pre>
*
* <code>string query_record = 4;</code>
Expand All @@ -1209,9 +1209,9 @@ public Builder clearQueryRecord() {
*
*
* <pre>
* 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}
* </pre>
*
* <code>string query_record = 4;</code>
Expand Down
Expand Up @@ -131,9 +131,9 @@ java.lang.String getMetadataOrDefault(
*
*
* <pre>
* 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}
* </pre>
*
* <code>string query_record = 4;</code>
Expand All @@ -145,9 +145,9 @@ java.lang.String getMetadataOrDefault(
*
*
* <pre>
* 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}
* </pre>
*
* <code>string query_record = 4;</code>
Expand Down

0 comments on commit 13f7937

Please sign in to comment.