public static final class EnvironmentsGrpc.EnvironmentsFutureStub extends AbstractFutureStub<EnvironmentsGrpc.EnvironmentsFutureStub>
Service for managing [Environments][google.cloud.dialogflow.v2.Environment].
AbstractStub.StubFactory<T extends AbstractStub<T>>
Modifier and Type | Method and Description |
---|---|
protected EnvironmentsGrpc.EnvironmentsFutureStub |
build(Channel channel,
CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<ListEnvironmentsResponse> |
listEnvironments(ListEnvironmentsRequest request)
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.EnvironmentsFutureStub build(Channel channel, CallOptions callOptions)
build
in class AbstractStub<EnvironmentsGrpc.EnvironmentsFutureStub>
public com.google.common.util.concurrent.ListenableFuture<ListEnvironmentsResponse> listEnvironments(ListEnvironmentsRequest request)
Returns the list of all non-draft environments of the specified agent.
Copyright © 2021 Google LLC. All rights reserved.