public static final class FulfillmentsGrpc.FulfillmentsFutureStub extends AbstractFutureStub<FulfillmentsGrpc.FulfillmentsFutureStub>
Service for managing [Fulfillments][google.cloud.dialogflow.v2beta1.Fulfillment].
AbstractStub.StubFactory<T extends AbstractStub<T>>
Modifier and Type | Method and Description |
---|---|
protected FulfillmentsGrpc.FulfillmentsFutureStub |
build(Channel channel,
CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<Fulfillment> |
getFulfillment(GetFulfillmentRequest request)
Retrieves the fulfillment.
|
com.google.common.util.concurrent.ListenableFuture<Fulfillment> |
updateFulfillment(UpdateFulfillmentRequest request)
Updates the fulfillment.
|
newStub, newStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
protected FulfillmentsGrpc.FulfillmentsFutureStub build(Channel channel, CallOptions callOptions)
build
in class AbstractStub<FulfillmentsGrpc.FulfillmentsFutureStub>
public com.google.common.util.concurrent.ListenableFuture<Fulfillment> getFulfillment(GetFulfillmentRequest request)
Retrieves the fulfillment.
public com.google.common.util.concurrent.ListenableFuture<Fulfillment> updateFulfillment(UpdateFulfillmentRequest request)
Updates the fulfillment.
Copyright © 2022 Google LLC. All rights reserved.