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

Commit

Permalink
feat: add v3 client (#74)
Browse files Browse the repository at this point in the history
Add the v3 (GA) client endpoints.
  • Loading branch information
chingor13 committed Nov 13, 2020
1 parent 5c03e84 commit f1c6142
Show file tree
Hide file tree
Showing 419 changed files with 256,866 additions and 25 deletions.
10 changes: 10 additions & 0 deletions google-cloud-dialogflow-cx-bom/pom.xml
Expand Up @@ -75,11 +75,21 @@
<artifactId>proto-google-cloud-dialogflow-cx-v3beta1</artifactId>
<version>0.3.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-dialogflow-cx-v3beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-dialogflow-cx-v3</artifactId>
<version>0.3.2-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-dialogflow-cx-v3:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-dialogflow-cx-v3beta1</artifactId>
<version>0.3.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-dialogflow-cx-v3beta1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-dialogflow-cx-v3</artifactId>
<version>0.3.2-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-dialogflow-cx-v3:current} -->
</dependency>
</dependencies>
</dependencyManagement>

Expand Down
9 changes: 9 additions & 0 deletions google-cloud-dialogflow-cx/pom.xml
Expand Up @@ -46,6 +46,10 @@
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-dialogflow-cx-v3beta1</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-dialogflow-cx-v3</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
Expand Down Expand Up @@ -81,6 +85,11 @@
<artifactId>grpc-google-cloud-dialogflow-cx-v3beta1</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-dialogflow-cx-v3</artifactId>
<scope>test</scope>
</dependency>
<!-- Need testing utility classes for generated gRPC clients tests -->
<dependency>
<groupId>com.google.api</groupId>
Expand Down

0 comments on commit f1c6142

Please sign in to comment.