Class FulfillmentsGrpc.FulfillmentsStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<FulfillmentsGrpc.FulfillmentsStub>
-
- com.google.cloud.dialogflow.v2beta1.FulfillmentsGrpc.FulfillmentsStub
-
- Enclosing class:
- FulfillmentsGrpc
public static final class FulfillmentsGrpc.FulfillmentsStub extends io.grpc.stub.AbstractAsyncStub<FulfillmentsGrpc.FulfillmentsStub>
A stub to allow clients to do asynchronous 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.FulfillmentsStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
void
getFulfillment(GetFulfillmentRequest request, io.grpc.stub.StreamObserver<Fulfillment> responseObserver)
Retrieves the fulfillment.void
updateFulfillment(UpdateFulfillmentRequest request, io.grpc.stub.StreamObserver<Fulfillment> responseObserver)
Updates the fulfillment.
-
-
-
Method Detail
-
build
protected FulfillmentsGrpc.FulfillmentsStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<FulfillmentsGrpc.FulfillmentsStub>
-
getFulfillment
public void getFulfillment(GetFulfillmentRequest request, io.grpc.stub.StreamObserver<Fulfillment> responseObserver)
Retrieves the fulfillment.
-
updateFulfillment
public void updateFulfillment(UpdateFulfillmentRequest request, io.grpc.stub.StreamObserver<Fulfillment> responseObserver)
Updates the fulfillment.
-
-