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

Commit

Permalink
fix(v2beta1): removed ImportAgentResponse which was not ready for use…
Browse files Browse the repository at this point in the history
… 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
  • Loading branch information
yoshi-automation authored Oct 30, 2020
1 parent 487e1bf commit 5ef9d64
Show file tree
Hide file tree
Showing 10 changed files with 122 additions and 962 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ public final UnaryCallable<GetDocumentRequest, Document> getDocumentCallable() {
* }
* </code></pre>
*
* @param parent Required. The knoweldge base to create a document for. Format:
* @param parent Required. The knowledge base to create a document for. Format:
* `projects/&lt;Project ID&gt;/knowledgeBases/&lt;Knowledge Base ID&gt;`.
* @param document Required. The document to create.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
Expand Down Expand Up @@ -471,7 +471,7 @@ public final OperationFuture<Document, KnowledgeOperationMetadata> createDocumen
* }
* </code></pre>
*
* @param parent Required. The knoweldge base to create a document for. Format:
* @param parent Required. The knowledge base to create a document for. Format:
* `projects/&lt;Project ID&gt;/knowledgeBases/&lt;Knowledge Base ID&gt;`.
* @param document Required. The document to create.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
Expand Down
36 changes: 21 additions & 15 deletions proto-google-cloud-dialogflow-v2beta1/clirr-ignored-differences.xml
Original file line number Diff line number Diff line change
@@ -1,19 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
<differences>
<difference>
<differenceType>7012</differenceType>
<className>com/google/cloud/dialogflow/v2beta1/*OrBuilder</className>
<method>* get*(*)</method>
</difference>
<difference>
<differenceType>7012</differenceType>
<className>com/google/cloud/dialogflow/v2beta1/*OrBuilder</className>
<method>boolean contains*(*)</method>
</difference>
<difference>
<differenceType>7012</differenceType>
<className>com/google/cloud/dialogflow/v2beta1/*OrBuilder</className>
<method>boolean has*(*)</method>
</difference>
<difference>
<differenceType>7012</differenceType>
<className>com/google/cloud/dialogflow/v2beta1/*OrBuilder</className>
<method>* get*(*)</method>
</difference>
<difference>
<differenceType>7012</differenceType>
<className>com/google/cloud/dialogflow/v2beta1/*OrBuilder</className>
<method>boolean contains*(*)</method>
</difference>
<difference>
<differenceType>7012</differenceType>
<className>com/google/cloud/dialogflow/v2beta1/*OrBuilder</className>
<method>boolean has*(*)</method>
</difference>

<!-- TODO: remove after 2.4.0 is released -->
<difference>
<differenceType>8001</differenceType>
<className>com/google/cloud/dialogflow/v2beta1/AutoApproveSmartMessagingEntriesResponse*</className>
</difference>
</differences>
Loading

0 comments on commit 5ef9d64

Please sign in to comment.