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