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

Commit

Permalink
feat(v1p1beta1): Add speech adaptation, phrase sets, and custom class…
Browse files Browse the repository at this point in the history
…es (#156)

This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/1c84af50-9aa2-4fc6-bdbf-c12d2ad27edb/targets
  • Loading branch information
yoshi-automation committed Apr 21, 2020
1 parent 10b6412 commit ad9a2aa
Show file tree
Hide file tree
Showing 30 changed files with 7,782 additions and 308 deletions.
2 changes: 1 addition & 1 deletion google-cloud-speech-bom/pom.xml
Expand Up @@ -11,7 +11,7 @@
<version>0.5.0</version>
</parent>

<name>Google Cloud speech BOM</name>
<name>Google Cloud Speech BOM</name>
<url>https://github.com/googleapis/java-speech</url>
<description>
BOM for Google Cloud Speech
Expand Down
19 changes: 19 additions & 0 deletions proto-google-cloud-speech-v1p1beta1/clirr-ignored-differences.xml
@@ -0,0 +1,19 @@
<?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/speech/v1p1beta1/*OrBuilder</className>
<method>* get*(*)</method>
</difference>
<difference>
<differenceType>7012</differenceType>
<className>com/google/cloud/speech/v1p1beta1/*OrBuilder</className>
<method>boolean contains*(*)</method>
</difference>
<difference>
<differenceType>7012</differenceType>
<className>com/google/cloud/speech/v1p1beta1/*OrBuilder</className>
<method>boolean has*(*)</method>
</difference>
</differences>
8 changes: 8 additions & 0 deletions proto-google-cloud-speech-v1p1beta1/pom.xml
Expand Up @@ -23,5 +23,13 @@
<artifactId>proto-google-common-protos</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>api-common</artifactId>
</dependency>
</dependencies>
</project>

0 comments on commit ad9a2aa

Please sign in to comment.