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

Commit 9000ad2

Browse files
feat: added support for Deployments with ListDeployments and GetDeployment apis (#327)
feat: added support for DeployFlow api under Environments feat: added support for TestCasesConfig under Environment docs: added long running operation explanation for several apis fix!: marked resource name of security setting as not-required - [ ] Regenerate this pull request now. PiperOrigin-RevId: 399726267 Source-Link: googleapis/googleapis@14829f3 Source-Link: https://github.com/googleapis/googleapis-gen/commit/bba746f8fc7494254decabce122582ad1a717958 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYmJhNzQ2ZjhmYzc0OTQyNTRkZWNhYmNlMTIyNTgyYWQxYTcxNzk1OCJ9
1 parent 529bc03 commit 9000ad2

File tree

70 files changed

+14350
-4692
lines changed

Some content is hidden

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

70 files changed

+14350
-4692
lines changed

google-cloud-dialogflow-cx/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/AgentsClient.java

Lines changed: 36 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,9 @@ public final UnaryCallable<DeleteAgentRequest, Empty> deleteAgentCallable() {
672672

673673
// AUTO-GENERATED DOCUMENTATION AND METHOD.
674674
/**
675-
* Exports the specified agent to a binary file. This method is a [long-running
675+
* Exports the specified agent to a binary file.
676+
*
677+
* <p>This method is a [long-running
676678
* operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). The
677679
* returned `Operation` type has the following method-specific fields:
678680
*
@@ -706,7 +708,9 @@ public final OperationFuture<ExportAgentResponse, Struct> exportAgentAsync(
706708

707709
// AUTO-GENERATED DOCUMENTATION AND METHOD.
708710
/**
709-
* Exports the specified agent to a binary file. This method is a [long-running
711+
* Exports the specified agent to a binary file.
712+
*
713+
* <p>This method is a [long-running
710714
* operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). The
711715
* returned `Operation` type has the following method-specific fields:
712716
*
@@ -740,7 +744,9 @@ public final OperationFuture<ExportAgentResponse, Struct> exportAgentAsync(
740744

741745
// AUTO-GENERATED DOCUMENTATION AND METHOD.
742746
/**
743-
* Exports the specified agent to a binary file. This method is a [long-running
747+
* Exports the specified agent to a binary file.
748+
*
749+
* <p>This method is a [long-running
744750
* operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). The
745751
* returned `Operation` type has the following method-specific fields:
746752
*
@@ -777,6 +783,15 @@ public final UnaryCallable<ExportAgentRequest, Operation> exportAgentCallable()
777783
* <p>Replaces the current agent with a new one. Note that all existing resources in agent (e.g.
778784
* intents, entity types, flows) will be removed.
779785
*
786+
* <p>This method is a [long-running
787+
* operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). The
788+
* returned `Operation` type has the following method-specific fields:
789+
*
790+
* <p>- `metadata`: An empty [Struct
791+
* message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
792+
* - `response`: An [Empty
793+
* message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
794+
*
780795
* <p>Note: You should always train a flow prior to sending it queries. See the [training
781796
* documentation](https://cloud.google.com/dialogflow/cx/docs/concept/training).
782797
*
@@ -806,6 +821,15 @@ public final OperationFuture<Empty, Struct> restoreAgentAsync(RestoreAgentReques
806821
* <p>Replaces the current agent with a new one. Note that all existing resources in agent (e.g.
807822
* intents, entity types, flows) will be removed.
808823
*
824+
* <p>This method is a [long-running
825+
* operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). The
826+
* returned `Operation` type has the following method-specific fields:
827+
*
828+
* <p>- `metadata`: An empty [Struct
829+
* message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
830+
* - `response`: An [Empty
831+
* message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
832+
*
809833
* <p>Note: You should always train a flow prior to sending it queries. See the [training
810834
* documentation](https://cloud.google.com/dialogflow/cx/docs/concept/training).
811835
*
@@ -836,6 +860,15 @@ public final OperationFuture<Empty, Struct> restoreAgentAsync(RestoreAgentReques
836860
* <p>Replaces the current agent with a new one. Note that all existing resources in agent (e.g.
837861
* intents, entity types, flows) will be removed.
838862
*
863+
* <p>This method is a [long-running
864+
* operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). The
865+
* returned `Operation` type has the following method-specific fields:
866+
*
867+
* <p>- `metadata`: An empty [Struct
868+
* message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
869+
* - `response`: An [Empty
870+
* message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#empty)
871+
*
839872
* <p>Note: You should always train a flow prior to sending it queries. See the [training
840873
* documentation](https://cloud.google.com/dialogflow/cx/docs/concept/training).
841874
*

0 commit comments

Comments
 (0)