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