Skip to content

Commit b0b9eb0

Browse files
feat: [dialogflow-cx] Update Compute Engine API to revision 20221224 (#760) (#8985)
- [ ] Regenerate this pull request now. Source-Link: https://togithub.com/googleapis/googleapis/commit/17d56133af13ea8e541f646095f3621b61ac4948 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/42cd552fa5be95be5ce5136ba93e83388b7591d8 Copy-Tag: eyJwIjoiamF2YS1kaWFsb2dmbG93LWN4Ly5Pd2xCb3QueWFtbCIsImgiOiI0MmNkNTUyZmE1YmU5NWJlNWNlNTEzNmJhOTNlODMzODhiNzU5MWQ4In0= BEGIN_NESTED_COMMIT chore(bazel): [dialogflow-cx] update protobuf to v3.21.12 PiperOrigin-RevId: 503267695 Source-Link: https://togithub.com/googleapis/googleapis/commit/c79059008c6d2e66d4cc65a1a7d8bee7160e3f83 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/b98230b9e68a3828cf138296e9a20e03749ae0a0 Copy-Tag: eyJwIjoiamF2YS1kaWFsb2dmbG93LWN4Ly5Pd2xCb3QueWFtbCIsImgiOiJiOTgyMzBiOWU2OGEzODI4Y2YxMzgyOTZlOWEyMGUwMzc0OWFlMGEwIn0= END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: [dialogflow-cx] ResponseMessage proto contains channel information docs: updated go library package PiperOrigin-RevId: 501638939 Source-Link: https://togithub.com/googleapis/googleapis/commit/529c07a642e26b46f7907c8c37f7bef8826b7461 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/6dc5598facecce2e5204c35acbe2e460f9eca71c Copy-Tag: eyJwIjoiamF2YS1kaWFsb2dmbG93LWN4Ly5Pd2xCb3QueWFtbCIsImgiOiI2ZGM1NTk4ZmFjZWNjZTJlNTIwNGMzNWFjYmUyZTQ2MGY5ZWNhNzFjIn0= END_NESTED_COMMIT
1 parent 97d92e8 commit b0b9eb0

File tree

518 files changed

+32337
-21785
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

518 files changed

+32337
-21785
lines changed

java-dialogflow-cx/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
2222
<dependency>
2323
<groupId>com.google.cloud</groupId>
2424
<artifactId>google-cloud-dialogflow-cx</artifactId>
25-
<version>0.18.0</version>
25+
<version>0.19.0</version>
2626
</dependency>
2727
```
2828

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

3131
```Groovy
32-
implementation 'com.google.cloud:google-cloud-dialogflow-cx:0.18.0'
32+
implementation 'com.google.cloud:google-cloud-dialogflow-cx:0.19.0'
3333
```
3434

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

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

4141
## Authentication

java-dialogflow-cx/grpc-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/AgentsGrpc.java

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,8 @@ public void deleteAgent(
572572
* The returned `Operation` type has the following method-specific fields:
573573
* - `metadata`: An empty [Struct
574574
* message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
575-
* - `response`: [ExportAgentResponse][google.cloud.dialogflow.cx.v3.ExportAgentResponse]
575+
* - `response`:
576+
* [ExportAgentResponse][google.cloud.dialogflow.cx.v3.ExportAgentResponse]
576577
* </pre>
577578
*/
578579
public void exportAgent(
@@ -815,7 +816,8 @@ public void deleteAgent(
815816
* The returned `Operation` type has the following method-specific fields:
816817
* - `metadata`: An empty [Struct
817818
* message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
818-
* - `response`: [ExportAgentResponse][google.cloud.dialogflow.cx.v3.ExportAgentResponse]
819+
* - `response`:
820+
* [ExportAgentResponse][google.cloud.dialogflow.cx.v3.ExportAgentResponse]
819821
* </pre>
820822
*/
821823
public void exportAgent(
@@ -992,7 +994,8 @@ public com.google.protobuf.Empty deleteAgent(
992994
* The returned `Operation` type has the following method-specific fields:
993995
* - `metadata`: An empty [Struct
994996
* message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
995-
* - `response`: [ExportAgentResponse][google.cloud.dialogflow.cx.v3.ExportAgentResponse]
997+
* - `response`:
998+
* [ExportAgentResponse][google.cloud.dialogflow.cx.v3.ExportAgentResponse]
996999
* </pre>
9971000
*/
9981001
public com.google.longrunning.Operation exportAgent(
@@ -1159,7 +1162,8 @@ protected AgentsFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions ca
11591162
* The returned `Operation` type has the following method-specific fields:
11601163
* - `metadata`: An empty [Struct
11611164
* message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
1162-
* - `response`: [ExportAgentResponse][google.cloud.dialogflow.cx.v3.ExportAgentResponse]
1165+
* - `response`:
1166+
* [ExportAgentResponse][google.cloud.dialogflow.cx.v3.ExportAgentResponse]
11631167
* </pre>
11641168
*/
11651169
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>

java-dialogflow-cx/grpc-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/DeploymentsGrpc.java

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,8 @@ public abstract static class DeploymentsImplBase implements io.grpc.BindableServ
180180
*
181181
*
182182
* <pre>
183-
* Returns the list of all deployments in the specified [Environment][google.cloud.dialogflow.cx.v3.Environment].
183+
* Returns the list of all deployments in the specified
184+
* [Environment][google.cloud.dialogflow.cx.v3.Environment].
184185
* </pre>
185186
*/
186187
public void listDeployments(
@@ -195,7 +196,8 @@ public void listDeployments(
195196
*
196197
*
197198
* <pre>
198-
* Retrieves the specified [Deployment][google.cloud.dialogflow.cx.v3.Deployment].
199+
* Retrieves the specified
200+
* [Deployment][google.cloud.dialogflow.cx.v3.Deployment].
199201
* </pre>
200202
*/
201203
public void getDeployment(
@@ -248,7 +250,8 @@ protected DeploymentsStub build(io.grpc.Channel channel, io.grpc.CallOptions cal
248250
*
249251
*
250252
* <pre>
251-
* Returns the list of all deployments in the specified [Environment][google.cloud.dialogflow.cx.v3.Environment].
253+
* Returns the list of all deployments in the specified
254+
* [Environment][google.cloud.dialogflow.cx.v3.Environment].
252255
* </pre>
253256
*/
254257
public void listDeployments(
@@ -265,7 +268,8 @@ public void listDeployments(
265268
*
266269
*
267270
* <pre>
268-
* Retrieves the specified [Deployment][google.cloud.dialogflow.cx.v3.Deployment].
271+
* Retrieves the specified
272+
* [Deployment][google.cloud.dialogflow.cx.v3.Deployment].
269273
* </pre>
270274
*/
271275
public void getDeployment(
@@ -302,7 +306,8 @@ protected DeploymentsBlockingStub build(
302306
*
303307
*
304308
* <pre>
305-
* Returns the list of all deployments in the specified [Environment][google.cloud.dialogflow.cx.v3.Environment].
309+
* Returns the list of all deployments in the specified
310+
* [Environment][google.cloud.dialogflow.cx.v3.Environment].
306311
* </pre>
307312
*/
308313
public com.google.cloud.dialogflow.cx.v3.ListDeploymentsResponse listDeployments(
@@ -315,7 +320,8 @@ public com.google.cloud.dialogflow.cx.v3.ListDeploymentsResponse listDeployments
315320
*
316321
*
317322
* <pre>
318-
* Retrieves the specified [Deployment][google.cloud.dialogflow.cx.v3.Deployment].
323+
* Retrieves the specified
324+
* [Deployment][google.cloud.dialogflow.cx.v3.Deployment].
319325
* </pre>
320326
*/
321327
public com.google.cloud.dialogflow.cx.v3.Deployment getDeployment(
@@ -348,7 +354,8 @@ protected DeploymentsFutureStub build(
348354
*
349355
*
350356
* <pre>
351-
* Returns the list of all deployments in the specified [Environment][google.cloud.dialogflow.cx.v3.Environment].
357+
* Returns the list of all deployments in the specified
358+
* [Environment][google.cloud.dialogflow.cx.v3.Environment].
352359
* </pre>
353360
*/
354361
public com.google.common.util.concurrent.ListenableFuture<
@@ -362,7 +369,8 @@ protected DeploymentsFutureStub build(
362369
*
363370
*
364371
* <pre>
365-
* Retrieves the specified [Deployment][google.cloud.dialogflow.cx.v3.Deployment].
372+
* Retrieves the specified
373+
* [Deployment][google.cloud.dialogflow.cx.v3.Deployment].
366374
* </pre>
367375
*/
368376
public com.google.common.util.concurrent.ListenableFuture<

0 commit comments

Comments
 (0)