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

Commit 5ef9d64

Browse files
fix(v2beta1): removed ImportAgentResponse which was not ready for use yet. docs: minor doc changes (#343)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/d7c6164e-9c23-4845-ba54-2a967feb1ca3/targets - [ ] To automatically regenerate this PR, check this box. PiperOrigin-RevId: 339508652 Source-Link: googleapis/googleapis@516017a
1 parent 487e1bf commit 5ef9d64

File tree

10 files changed

+122
-962
lines changed

10 files changed

+122
-962
lines changed

google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/DocumentsClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ public final UnaryCallable<GetDocumentRequest, Document> getDocumentCallable() {
437437
* }
438438
* </code></pre>
439439
*
440-
* @param parent Required. The knoweldge base to create a document for. Format:
440+
* @param parent Required. The knowledge base to create a document for. Format:
441441
* `projects/&lt;Project ID&gt;/knowledgeBases/&lt;Knowledge Base ID&gt;`.
442442
* @param document Required. The document to create.
443443
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
@@ -471,7 +471,7 @@ public final OperationFuture<Document, KnowledgeOperationMetadata> createDocumen
471471
* }
472472
* </code></pre>
473473
*
474-
* @param parent Required. The knoweldge base to create a document for. Format:
474+
* @param parent Required. The knowledge base to create a document for. Format:
475475
* `projects/&lt;Project ID&gt;/knowledgeBases/&lt;Knowledge Base ID&gt;`.
476476
* @param document Required. The document to create.
477477
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,25 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
33
<differences>
4-
<difference>
5-
<differenceType>7012</differenceType>
6-
<className>com/google/cloud/dialogflow/v2beta1/*OrBuilder</className>
7-
<method>* get*(*)</method>
8-
</difference>
9-
<difference>
10-
<differenceType>7012</differenceType>
11-
<className>com/google/cloud/dialogflow/v2beta1/*OrBuilder</className>
12-
<method>boolean contains*(*)</method>
13-
</difference>
14-
<difference>
15-
<differenceType>7012</differenceType>
16-
<className>com/google/cloud/dialogflow/v2beta1/*OrBuilder</className>
17-
<method>boolean has*(*)</method>
18-
</difference>
4+
<difference>
5+
<differenceType>7012</differenceType>
6+
<className>com/google/cloud/dialogflow/v2beta1/*OrBuilder</className>
7+
<method>* get*(*)</method>
8+
</difference>
9+
<difference>
10+
<differenceType>7012</differenceType>
11+
<className>com/google/cloud/dialogflow/v2beta1/*OrBuilder</className>
12+
<method>boolean contains*(*)</method>
13+
</difference>
14+
<difference>
15+
<differenceType>7012</differenceType>
16+
<className>com/google/cloud/dialogflow/v2beta1/*OrBuilder</className>
17+
<method>boolean has*(*)</method>
18+
</difference>
19+
20+
<!-- TODO: remove after 2.4.0 is released -->
21+
<difference>
22+
<differenceType>8001</differenceType>
23+
<className>com/google/cloud/dialogflow/v2beta1/AutoApproveSmartMessagingEntriesResponse*</className>
24+
</difference>
1925
</differences>

0 commit comments

Comments
 (0)