public static final class EnvironmentsGrpc.EnvironmentsBlockingStub extends io.grpc.stub.AbstractBlockingStub<EnvironmentsGrpc.EnvironmentsBlockingStub>
Service for managing [Environments][google.cloud.dialogflow.cx.v3.Environment].
| Modifier and Type | Method and Description |
|---|---|
protected EnvironmentsGrpc.EnvironmentsBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.longrunning.Operation |
createEnvironment(CreateEnvironmentRequest request)
Creates an [Environment][google.cloud.dialogflow.cx.v3.Environment] in the
specified [Agent][google.cloud.dialogflow.cx.v3.Agent].
|
com.google.protobuf.Empty |
deleteEnvironment(DeleteEnvironmentRequest request)
Deletes the specified
[Environment][google.cloud.dialogflow.cx.v3.Environment].
|
com.google.longrunning.Operation |
deployFlow(DeployFlowRequest request)
Deploys a flow to the specified
[Environment][google.cloud.dialogflow.cx.v3.Environment].
|
Environment |
getEnvironment(GetEnvironmentRequest request)
Retrieves the specified
[Environment][google.cloud.dialogflow.cx.v3.Environment].
|
ListContinuousTestResultsResponse |
listContinuousTestResults(ListContinuousTestResultsRequest request)
Fetches a list of continuous test results for a given environment.
|
ListEnvironmentsResponse |
listEnvironments(ListEnvironmentsRequest request)
Returns the list of all environments in the specified
[Agent][google.cloud.dialogflow.cx.v3.Agent].
|
LookupEnvironmentHistoryResponse |
lookupEnvironmentHistory(LookupEnvironmentHistoryRequest request)
Looks up the history of the specified
[Environment][google.cloud.dialogflow.cx.v3.Environment].
|
com.google.longrunning.Operation |
runContinuousTest(RunContinuousTestRequest request)
Kicks off a continuous test under the specified
[Environment][google.cloud.dialogflow.cx.v3.Environment].
|
com.google.longrunning.Operation |
updateEnvironment(UpdateEnvironmentRequest request)
Updates the specified
[Environment][google.cloud.dialogflow.cx.v3.Environment].
|
protected EnvironmentsGrpc.EnvironmentsBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<EnvironmentsGrpc.EnvironmentsBlockingStub>public ListEnvironmentsResponse listEnvironments(ListEnvironmentsRequest request)
Returns the list of all environments in the specified [Agent][google.cloud.dialogflow.cx.v3.Agent].
public Environment getEnvironment(GetEnvironmentRequest request)
Retrieves the specified [Environment][google.cloud.dialogflow.cx.v3.Environment].
public com.google.longrunning.Operation createEnvironment(CreateEnvironmentRequest request)
Creates an [Environment][google.cloud.dialogflow.cx.v3.Environment] in the specified [Agent][google.cloud.dialogflow.cx.v3.Agent]. 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`: [Environment][google.cloud.dialogflow.cx.v3.Environment]
public com.google.longrunning.Operation updateEnvironment(UpdateEnvironmentRequest request)
Updates the specified [Environment][google.cloud.dialogflow.cx.v3.Environment]. 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`: [Environment][google.cloud.dialogflow.cx.v3.Environment]
public com.google.protobuf.Empty deleteEnvironment(DeleteEnvironmentRequest request)
Deletes the specified [Environment][google.cloud.dialogflow.cx.v3.Environment].
public LookupEnvironmentHistoryResponse lookupEnvironmentHistory(LookupEnvironmentHistoryRequest request)
Looks up the history of the specified [Environment][google.cloud.dialogflow.cx.v3.Environment].
public com.google.longrunning.Operation runContinuousTest(RunContinuousTestRequest request)
Kicks off a continuous test under the specified [Environment][google.cloud.dialogflow.cx.v3.Environment]. 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`: [RunContinuousTestMetadata][google.cloud.dialogflow.cx.v3.RunContinuousTestMetadata] - `response`: [RunContinuousTestResponse][google.cloud.dialogflow.cx.v3.RunContinuousTestResponse]
public ListContinuousTestResultsResponse listContinuousTestResults(ListContinuousTestResultsRequest request)
Fetches a list of continuous test results for a given environment.
public com.google.longrunning.Operation deployFlow(DeployFlowRequest request)
Deploys a flow to the specified [Environment][google.cloud.dialogflow.cx.v3.Environment]. 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`: [DeployFlowMetadata][google.cloud.dialogflow.cx.v3.DeployFlowMetadata] - `response`: [DeployFlowResponse][google.cloud.dialogflow.cx.v3.DeployFlowResponse]
Copyright © 2023 Google LLC. All rights reserved.