Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update GAPIC clients #3483

Merged
merged 2 commits into from
Jul 19, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
* and actions.
* You can create an agent using both Dialogflow Standard Edition and
* Dialogflow Enterprise Edition. For details, see
* [Dialogflow Editions](/dialogflow-enterprise/docs/editions).
* [Dialogflow
* Editions](https://cloud.google.com/dialogflow-enterprise/docs/editions).
* You can save your agent for backup or versioning by exporting the agent by
* using the [ExportAgent][google.cloud.dialogflow.v2beta1.Agents.ExportAgent] method. You can import a saved
* agent by using the [ImportAgent][google.cloud.dialogflow.v2beta1.Agents.ImportAgent] method.
Expand Down Expand Up @@ -307,7 +308,8 @@ public static AgentsFutureStub newFutureStub(
* and actions.
* You can create an agent using both Dialogflow Standard Edition and
* Dialogflow Enterprise Edition. For details, see
* [Dialogflow Editions](/dialogflow-enterprise/docs/editions).
* [Dialogflow
* Editions](https://cloud.google.com/dialogflow-enterprise/docs/editions).
* You can save your agent for backup or versioning by exporting the agent by
* using the [ExportAgent][google.cloud.dialogflow.v2beta1.Agents.ExportAgent] method. You can import a saved
* agent by using the [ImportAgent][google.cloud.dialogflow.v2beta1.Agents.ImportAgent] method.
Expand Down Expand Up @@ -459,7 +461,8 @@ public void restoreAgent(com.google.cloud.dialogflow.v2beta1.RestoreAgentRequest
* and actions.
* You can create an agent using both Dialogflow Standard Edition and
* Dialogflow Enterprise Edition. For details, see
* [Dialogflow Editions](/dialogflow-enterprise/docs/editions).
* [Dialogflow
* Editions](https://cloud.google.com/dialogflow-enterprise/docs/editions).
* You can save your agent for backup or versioning by exporting the agent by
* using the [ExportAgent][google.cloud.dialogflow.v2beta1.Agents.ExportAgent] method. You can import a saved
* agent by using the [ImportAgent][google.cloud.dialogflow.v2beta1.Agents.ImportAgent] method.
Expand Down Expand Up @@ -584,7 +587,8 @@ public void restoreAgent(com.google.cloud.dialogflow.v2beta1.RestoreAgentRequest
* and actions.
* You can create an agent using both Dialogflow Standard Edition and
* Dialogflow Enterprise Edition. For details, see
* [Dialogflow Editions](/dialogflow-enterprise/docs/editions).
* [Dialogflow
* Editions](https://cloud.google.com/dialogflow-enterprise/docs/editions).
* You can save your agent for backup or versioning by exporting the agent by
* using the [ExportAgent][google.cloud.dialogflow.v2beta1.Agents.ExportAgent] method. You can import a saved
* agent by using the [ImportAgent][google.cloud.dialogflow.v2beta1.Agents.ImportAgent] method.
Expand Down Expand Up @@ -703,7 +707,8 @@ public com.google.longrunning.Operation restoreAgent(com.google.cloud.dialogflow
* and actions.
* You can create an agent using both Dialogflow Standard Edition and
* Dialogflow Enterprise Edition. For details, see
* [Dialogflow Editions](/dialogflow-enterprise/docs/editions).
* [Dialogflow
* Editions](https://cloud.google.com/dialogflow-enterprise/docs/editions).
* You can save your agent for backup or versioning by exporting the agent by
* using the [ExportAgent][google.cloud.dialogflow.v2beta1.Agents.ExportAgent] method. You can import a saved
* agent by using the [ImportAgent][google.cloud.dialogflow.v2beta1.Agents.ImportAgent] method.
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions google-api-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,16 @@
</dependency>

<!-- API-specific dependencies -->
<!-- <dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-automl-v1beta1</artifactId>
<version>0.19.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-automl-v1beta1</artifactId>
<version>0.19.1-SNAPSHOT</version>
</dependency> -->
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-bigtable-v2</artifactId>
Expand Down Expand Up @@ -446,6 +456,16 @@
<artifactId>grpc-google-cloud-vision-v1p2beta1</artifactId>
<version>1.18.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-vision-v1p2beta1:current} -->
</dependency>
<!-- <dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-vision-v1p3beta1</artifactId>
<version>0.19.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-vision-v1p3beta1</artifactId>
<version>0.19.1-SNAPSHOT</version>
</dependency> -->
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-video-intelligence-v1beta1</artifactId>
Expand Down Expand Up @@ -520,6 +540,7 @@
</dependencyManagement>

<modules>
<!-- <module>grpc-google-cloud-automl-v1beta1</module> -->
<module>grpc-google-cloud-bigquerydatatransfer-v1</module>
<module>grpc-google-cloud-bigtable-admin-v2</module>
<module>grpc-google-cloud-bigtable-v2</module>
Expand Down Expand Up @@ -555,9 +576,12 @@
<module>grpc-google-cloud-vision-v1</module>
<module>grpc-google-cloud-vision-v1p1beta1</module>
<module>grpc-google-cloud-vision-v1p2beta1</module>
<!-- <module>grpc-google-cloud-vision-v1p3beta1</module> -->
<module>grpc-google-cloud-iot-v1</module>
<module>grpc-google-cloud-redis-v1beta1</module>
<module>grpc-google-cloud-websecurityscanner-v1alpha</module>

<!-- <module>proto-google-cloud-automl-v1beta1</module> -->
<module>proto-google-cloud-bigquerydatatransfer-v1</module>
<module>proto-google-cloud-bigtable-admin-v2</module>
<module>proto-google-cloud-bigtable-v2</module>
Expand Down Expand Up @@ -594,6 +618,7 @@
<module>proto-google-cloud-vision-v1</module>
<module>proto-google-cloud-vision-v1p1beta1</module>
<module>proto-google-cloud-vision-v1p2beta1</module>
<!-- <module>proto-google-cloud-vision-v1p3beta1</module> -->
<module>proto-google-cloud-iot-v1</module>
<module>proto-google-cloud-redis-v1beta1</module>
<module>proto-google-cloud-websecurityscanner-v1alpha</module>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading