public abstract static class EnvironmentsGrpc.EnvironmentsImplBase extends Object implements BindableService
Service for managing [Environments][google.cloud.dialogflow.v2.Environment].
Constructor and Description |
---|
EnvironmentsImplBase() |
Modifier and Type | Method and Description |
---|---|
ServerServiceDefinition |
bindService() |
void |
listEnvironments(ListEnvironmentsRequest request,
StreamObserver<ListEnvironmentsResponse> responseObserver)
Returns the list of all non-draft environments of the specified agent.
|
public void listEnvironments(ListEnvironmentsRequest request, StreamObserver<ListEnvironmentsResponse> responseObserver)
Returns the list of all non-draft environments of the specified agent.
public final ServerServiceDefinition bindService()
bindService
in interface BindableService
Copyright © 2021 Google LLC. All rights reserved.