Class FulfillmentsGrpc.FulfillmentsFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<FulfillmentsGrpc.FulfillmentsFutureStub>
-
- com.google.cloud.dialogflow.v2beta1.FulfillmentsGrpc.FulfillmentsFutureStub
-
- Enclosing class:
- FulfillmentsGrpc
public static final class FulfillmentsGrpc.FulfillmentsFutureStub extends io.grpc.stub.AbstractFutureStub<FulfillmentsGrpc.FulfillmentsFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service Fulfillments.Service for managing [Fulfillments][google.cloud.dialogflow.v2beta1.Fulfillment].
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FulfillmentsGrpc.FulfillmentsFutureStub
build(io.grpc.Channel channel, io.grpc.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.
-
-
-
Method Detail
-
build
protected FulfillmentsGrpc.FulfillmentsFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<FulfillmentsGrpc.FulfillmentsFutureStub>
-
getFulfillment
public com.google.common.util.concurrent.ListenableFuture<Fulfillment> getFulfillment(GetFulfillmentRequest request)
Retrieves the fulfillment.
-
updateFulfillment
public com.google.common.util.concurrent.ListenableFuture<Fulfillment> updateFulfillment(UpdateFulfillmentRequest request)
Updates the fulfillment.
-
-