public static final class DeploymentsGrpc.DeploymentsStub extends io.grpc.stub.AbstractAsyncStub<DeploymentsGrpc.DeploymentsStub>
Service for managing [Deployments][google.cloud.dialogflow.cx.v3.Deployment].
| Modifier and Type | Method and Description |
|---|---|
protected DeploymentsGrpc.DeploymentsStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
void |
getDeployment(GetDeploymentRequest request,
io.grpc.stub.StreamObserver<Deployment> responseObserver)
Retrieves the specified
[Deployment][google.cloud.dialogflow.cx.v3.Deployment].
|
void |
listDeployments(ListDeploymentsRequest request,
io.grpc.stub.StreamObserver<ListDeploymentsResponse> responseObserver)
Returns the list of all deployments in the specified
[Environment][google.cloud.dialogflow.cx.v3.Environment].
|
protected DeploymentsGrpc.DeploymentsStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<DeploymentsGrpc.DeploymentsStub>public void listDeployments(ListDeploymentsRequest request, io.grpc.stub.StreamObserver<ListDeploymentsResponse> responseObserver)
Returns the list of all deployments in the specified [Environment][google.cloud.dialogflow.cx.v3.Environment].
public void getDeployment(GetDeploymentRequest request, io.grpc.stub.StreamObserver<Deployment> responseObserver)
Retrieves the specified [Deployment][google.cloud.dialogflow.cx.v3.Deployment].
Copyright © 2023 Google LLC. All rights reserved.