public static final class EnvironmentsGrpc.EnvironmentsStub extends AbstractAsyncStub<EnvironmentsGrpc.EnvironmentsStub>
Service for managing [Environments][google.cloud.dialogflow.v2beta1.Environment].
AbstractStub.StubFactory<T extends AbstractStub<T>>
Modifier and Type | Method and Description |
---|---|
protected EnvironmentsGrpc.EnvironmentsStub |
build(Channel channel,
CallOptions callOptions) |
void |
listEnvironments(ListEnvironmentsRequest request,
StreamObserver<ListEnvironmentsResponse> responseObserver)
Returns the list of all non-draft environments of the specified agent.
|
newStub, newStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
protected EnvironmentsGrpc.EnvironmentsStub build(Channel channel, CallOptions callOptions)
build
in class AbstractStub<EnvironmentsGrpc.EnvironmentsStub>
public void listEnvironments(ListEnvironmentsRequest request, StreamObserver<ListEnvironmentsResponse> responseObserver)
Returns the list of all non-draft environments of the specified agent.
Copyright © 2021 Google LLC. All rights reserved.