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

feat: [dialogflow-cx] Update Compute Engine API to revision 20221224 (#760) #8985

Merged
merged 12 commits into from
Jan 20, 2023
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 3 additions & 3 deletions java-dialogflow-cx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-dialogflow-cx</artifactId>
<version>0.18.0</version>
<version>0.19.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-dialogflow-cx:0.18.0'
implementation 'com.google.cloud:google-cloud-dialogflow-cx:0.19.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-dialogflow-cx" % "0.18.0"
libraryDependencies += "com.google.cloud" % "google-cloud-dialogflow-cx" % "0.19.0"
```

## Authentication
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,8 @@ public void deleteAgent(
* The returned `Operation` type has the following method-specific fields:
* - `metadata`: An empty [Struct
* message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
* - `response`: [ExportAgentResponse][google.cloud.dialogflow.cx.v3.ExportAgentResponse]
* - `response`:
* [ExportAgentResponse][google.cloud.dialogflow.cx.v3.ExportAgentResponse]
* </pre>
*/
public void exportAgent(
Expand Down Expand Up @@ -815,7 +816,8 @@ public void deleteAgent(
* The returned `Operation` type has the following method-specific fields:
* - `metadata`: An empty [Struct
* message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
* - `response`: [ExportAgentResponse][google.cloud.dialogflow.cx.v3.ExportAgentResponse]
* - `response`:
* [ExportAgentResponse][google.cloud.dialogflow.cx.v3.ExportAgentResponse]
* </pre>
*/
public void exportAgent(
Expand Down Expand Up @@ -992,7 +994,8 @@ public com.google.protobuf.Empty deleteAgent(
* The returned `Operation` type has the following method-specific fields:
* - `metadata`: An empty [Struct
* message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
* - `response`: [ExportAgentResponse][google.cloud.dialogflow.cx.v3.ExportAgentResponse]
* - `response`:
* [ExportAgentResponse][google.cloud.dialogflow.cx.v3.ExportAgentResponse]
* </pre>
*/
public com.google.longrunning.Operation exportAgent(
Expand Down Expand Up @@ -1159,7 +1162,8 @@ protected AgentsFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions ca
* The returned `Operation` type has the following method-specific fields:
* - `metadata`: An empty [Struct
* message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
* - `response`: [ExportAgentResponse][google.cloud.dialogflow.cx.v3.ExportAgentResponse]
* - `response`:
* [ExportAgentResponse][google.cloud.dialogflow.cx.v3.ExportAgentResponse]
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@ public abstract static class DeploymentsImplBase implements io.grpc.BindableServ
*
*
* <pre>
* Returns the list of all deployments in the specified [Environment][google.cloud.dialogflow.cx.v3.Environment].
* Returns the list of all deployments in the specified
* [Environment][google.cloud.dialogflow.cx.v3.Environment].
* </pre>
*/
public void listDeployments(
Expand All @@ -195,7 +196,8 @@ public void listDeployments(
*
*
* <pre>
* Retrieves the specified [Deployment][google.cloud.dialogflow.cx.v3.Deployment].
* Retrieves the specified
* [Deployment][google.cloud.dialogflow.cx.v3.Deployment].
* </pre>
*/
public void getDeployment(
Expand Down Expand Up @@ -248,7 +250,8 @@ protected DeploymentsStub build(io.grpc.Channel channel, io.grpc.CallOptions cal
*
*
* <pre>
* Returns the list of all deployments in the specified [Environment][google.cloud.dialogflow.cx.v3.Environment].
* Returns the list of all deployments in the specified
* [Environment][google.cloud.dialogflow.cx.v3.Environment].
* </pre>
*/
public void listDeployments(
Expand All @@ -265,7 +268,8 @@ public void listDeployments(
*
*
* <pre>
* Retrieves the specified [Deployment][google.cloud.dialogflow.cx.v3.Deployment].
* Retrieves the specified
* [Deployment][google.cloud.dialogflow.cx.v3.Deployment].
* </pre>
*/
public void getDeployment(
Expand Down Expand Up @@ -302,7 +306,8 @@ protected DeploymentsBlockingStub build(
*
*
* <pre>
* Returns the list of all deployments in the specified [Environment][google.cloud.dialogflow.cx.v3.Environment].
* Returns the list of all deployments in the specified
* [Environment][google.cloud.dialogflow.cx.v3.Environment].
* </pre>
*/
public com.google.cloud.dialogflow.cx.v3.ListDeploymentsResponse listDeployments(
Expand All @@ -315,7 +320,8 @@ public com.google.cloud.dialogflow.cx.v3.ListDeploymentsResponse listDeployments
*
*
* <pre>
* Retrieves the specified [Deployment][google.cloud.dialogflow.cx.v3.Deployment].
* Retrieves the specified
* [Deployment][google.cloud.dialogflow.cx.v3.Deployment].
* </pre>
*/
public com.google.cloud.dialogflow.cx.v3.Deployment getDeployment(
Expand Down Expand Up @@ -348,7 +354,8 @@ protected DeploymentsFutureStub build(
*
*
* <pre>
* Returns the list of all deployments in the specified [Environment][google.cloud.dialogflow.cx.v3.Environment].
* Returns the list of all deployments in the specified
* [Environment][google.cloud.dialogflow.cx.v3.Environment].
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<
Expand All @@ -362,7 +369,8 @@ protected DeploymentsFutureStub build(
*
*
* <pre>
* Retrieves the specified [Deployment][google.cloud.dialogflow.cx.v3.Deployment].
* Retrieves the specified
* [Deployment][google.cloud.dialogflow.cx.v3.Deployment].
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<
Expand Down
Loading