FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

docs: clarified some LRO types docs: fixed some wrong update mask descriptions by gcf-owl-bot[bot] · Pull Request #296 · googleapis/java-dialogflow-cx · GitHub

This repository was archived by the owner on Sep 16, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .java  (58) .proto  (39) All 2 file types selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
    • AgentsClient.java
    • FlowsClient.java
    • TestCasesClient.java
    • package-info.java
      • AgentsGrpc.java
      • TestCasesGrpc.java
      • LocationsGrpc.java
        • AdvancedSettingsProto.java
        • AgentProto.java
        • AudioConfigProto.java
        • ConversationTurn.java
        • EntityTypeProto.java
        • EnvironmentProto.java
        • ExperimentProto.java
        • FlowProto.java
        • FulfillmentProto.java
        • IntentProto.java
        • PageProto.java
        • ResponseMessageProto.java
        • RunTestCaseMetadata.java
        • SecuritySettingsProto.java
        • SessionEntityTypeProto.java
        • SessionProto.java
        • TestCaseProto.java
        • TransitionRouteGroupProto.java
        • UpdateFlowRequest.java
        • UpdateFlowRequestOrBuilder.java
        • ValidationMessageProto.java
        • VersionProto.java
        • WebhookProto.java
        • advanced_settings.proto
        • agent.proto
        • audio_config.proto
        • entity_type.proto
        • environment.proto
        • experiment.proto
        • flow.proto
        • fulfillment.proto
        • intent.proto
        • page.proto
        • response_message.proto
        • security_settings.proto
        • session.proto
        • session_entity_type.proto
        • test_case.proto
        • transition_route_group.proto
        • validation_message.proto
        • version.proto
        • webhook.proto
        • locations.proto
      • AdvancedSettingsProto.java
      • AgentProto.java
      • AudioConfigProto.java
      • EntityTypeProto.java
      • EnvironmentProto.java
      • ExperimentProto.java
      • FlowProto.java
      • FulfillmentProto.java
      • IntentProto.java
      • PageProto.java
      • ResponseMessageProto.java
      • SecuritySettingsProto.java
      • SessionEntityTypeProto.java
      • SessionProto.java
      • TestCaseProto.java
      • TransitionRouteGroupProto.java
      • ValidationMessageProto.java
      • VersionProto.java
      • WebhookProto.java
      • advanced_settings.proto
      • agent.proto
      • audio_config.proto
      • entity_type.proto
      • environment.proto
      • experiment.proto
      • flow.proto
      • fulfillment.proto
      • intent.proto
      • page.proto
      • response_message.proto
      • security_settings.proto
      • session.proto
      • session_entity_type.proto
      • test_case.proto
      • transition_route_group.proto
      • validation_message.proto
      • version.proto
      • webhook.proto
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,13 @@ public final UnaryCallable<DeleteAgentRequest, Empty> deleteAgentCallable() {

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Exports the specified agent to a binary file.
* Exports the specified agent to a binary file. This method is a [long-running
* operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). The
* returned `Operation` type has the following method-specific fields:
*
* <p>- `metadata`: An empty [Struct
* message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
* - `response`: [ExportAgentResponse][google.cloud.dialogflow.cx.v3.ExportAgentResponse]
*
* <p>Sample code:
*
Expand Down Expand Up @@ -699,7 +705,13 @@ public final OperationFuture<ExportAgentResponse, Struct> exportAgentAsync(

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Exports the specified agent to a binary file.
* Exports the specified agent to a binary file. This method is a [long-running
* operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). The
* returned `Operation` type has the following method-specific fields:
*
* <p>- `metadata`: An empty [Struct
* message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
* - `response`: [ExportAgentResponse][google.cloud.dialogflow.cx.v3.ExportAgentResponse]
*
* <p>Sample code:
*
Expand Down Expand Up @@ -727,7 +739,13 @@ public final OperationFuture<ExportAgentResponse, Struct> exportAgentAsync(

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Exports the specified agent to a binary file.
* Exports the specified agent to a binary file. This method is a [long-running
* operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). The
* returned `Operation` type has the following method-specific fields:
*
* <p>- `metadata`: An empty [Struct
* message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
* - `response`: [ExportAgentResponse][google.cloud.dialogflow.cx.v3.ExportAgentResponse]
*
* <p>Sample code:
*
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -616,8 +616,8 @@ public final UnaryCallable<GetFlowRequest, Flow> getFlowCallable() {
* }</pre>
*
* @param flow Required. The flow to update.
* @param updateMask Required. The mask to control which fields get updated. If `update_mask` is
* not specified, an error will be returned.
* @param updateMask The mask to control which fields get updated. If the mask is not present, all
* fields will be updated.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final Flow updateFlow(Flow flow, FieldMask updateMask) {
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,12 @@ public final UnaryCallable<UpdateTestCaseRequest, TestCase> updateTestCaseCallab

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Kicks off a test case run.
* Kicks off a test case run. This method is a [long-running
* operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). The
* returned `Operation` type has the following method-specific fields:
*
* <p>- `metadata`: [RunTestCaseMetadata][google.cloud.dialogflow.cx.v3.RunTestCaseMetadata] -
* `response`: [RunTestCaseResponse][google.cloud.dialogflow.cx.v3.RunTestCaseResponse]
*
* <p>Sample code:
*
Expand Down Expand Up @@ -703,7 +708,12 @@ public final OperationFuture<RunTestCaseResponse, RunTestCaseMetadata> runTestCa

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Kicks off a test case run.
* Kicks off a test case run. This method is a [long-running
* operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). The
* returned `Operation` type has the following method-specific fields:
*
* <p>- `metadata`: [RunTestCaseMetadata][google.cloud.dialogflow.cx.v3.RunTestCaseMetadata] -
* `response`: [RunTestCaseResponse][google.cloud.dialogflow.cx.v3.RunTestCaseResponse]
*
* <p>Sample code:
*
Expand Down Expand Up @@ -731,7 +741,12 @@ public final OperationFuture<RunTestCaseResponse, RunTestCaseMetadata> runTestCa

// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
* Kicks off a test case run.
* Kicks off a test case run. This method is a [long-running
* operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). The
* returned `Operation` type has the following method-specific fields:
*
* <p>- `metadata`: [RunTestCaseMetadata][google.cloud.dialogflow.cx.v3.RunTestCaseMetadata] -
* `response`: [RunTestCaseResponse][google.cloud.dialogflow.cx.v3.RunTestCaseResponse]
*
* <p>Sample code:
*
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
*/

/**
* The interfaces provided are listed below, along with usage samples.
* A client to Dialogflow API
*
* <p>The interfaces provided are listed below, along with usage samples.
*
* <p>======================= AgentsClient =======================
*
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,12 @@ public void deleteAgent(
*
* <pre>
* Exports the specified agent to a binary file.
* This method is a [long-running
* operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
* 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]
* </pre>
*/
public void exportAgent(
Expand Down Expand Up @@ -796,6 +802,12 @@ public void deleteAgent(
*
* <pre>
* Exports the specified agent to a binary file.
* This method is a [long-running
* operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
* 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]
* </pre>
*/
public void exportAgent(
Expand Down Expand Up @@ -960,6 +972,12 @@ public com.google.protobuf.Empty deleteAgent(
*
* <pre>
* Exports the specified agent to a binary file.
* This method is a [long-running
* operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
* 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]
* </pre>
*/
public com.google.longrunning.Operation exportAgent(
Expand Down Expand Up @@ -1114,6 +1132,12 @@ protected AgentsFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions ca
*
* <pre>
* Exports the specified agent to a binary file.
* This method is a [long-running
* operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
* 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]
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,11 @@ public void updateTestCase(
*
* <pre>
* Kicks off a test case run.
* This method is a [long-running
* operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
* The returned `Operation` type has the following method-specific fields:
* - `metadata`: [RunTestCaseMetadata][google.cloud.dialogflow.cx.v3.RunTestCaseMetadata]
* - `response`: [RunTestCaseResponse][google.cloud.dialogflow.cx.v3.RunTestCaseResponse]
* </pre>
*/
public void runTestCase(
Expand Down Expand Up @@ -993,6 +998,11 @@ public void updateTestCase(
*
* <pre>
* Kicks off a test case run.
* This method is a [long-running
* operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
* The returned `Operation` type has the following method-specific fields:
* - `metadata`: [RunTestCaseMetadata][google.cloud.dialogflow.cx.v3.RunTestCaseMetadata]
* - `response`: [RunTestCaseResponse][google.cloud.dialogflow.cx.v3.RunTestCaseResponse]
* </pre>
*/
public void runTestCase(
Expand Down Expand Up @@ -1197,6 +1207,11 @@ public com.google.cloud.dialogflow.cx.v3.TestCase updateTestCase(
*
* <pre>
* Kicks off a test case run.
* This method is a [long-running
* operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
* The returned `Operation` type has the following method-specific fields:
* - `metadata`: [RunTestCaseMetadata][google.cloud.dialogflow.cx.v3.RunTestCaseMetadata]
* - `response`: [RunTestCaseResponse][google.cloud.dialogflow.cx.v3.RunTestCaseResponse]
* </pre>
*/
public com.google.longrunning.Operation runTestCase(
Expand Down Expand Up @@ -1381,6 +1396,11 @@ protected TestCasesFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions
*
* <pre>
* Kicks off a test case run.
* This method is a [long-running
* operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
* The returned `Operation` type has the following method-specific fields:
* - `metadata`: [RunTestCaseMetadata][google.cloud.dialogflow.cx.v3.RunTestCaseMetadata]
* - `response`: [RunTestCaseResponse][google.cloud.dialogflow.cx.v3.RunTestCaseResponse]
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
Expand Down
Loading

Back | FazBrowse Home | New Git URL