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