@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/dialogflow/v2beta1/fulfillment.proto") public final class FulfillmentsGrpc extends Object
Service for managing [Fulfillments][google.cloud.dialogflow.v2beta1.Fulfillment].
Modifier and Type | Class and Description |
---|---|
static class |
FulfillmentsGrpc.FulfillmentsBlockingStub
Service for managing [Fulfillments][google.cloud.dialogflow.v2beta1.Fulfillment].
|
static class |
FulfillmentsGrpc.FulfillmentsFutureStub
Service for managing [Fulfillments][google.cloud.dialogflow.v2beta1.Fulfillment].
|
static class |
FulfillmentsGrpc.FulfillmentsImplBase
Service for managing [Fulfillments][google.cloud.dialogflow.v2beta1.Fulfillment].
|
static class |
FulfillmentsGrpc.FulfillmentsStub
Service for managing [Fulfillments][google.cloud.dialogflow.v2beta1.Fulfillment].
|
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<GetFulfillmentRequest,Fulfillment> |
getGetFulfillmentMethod() |
static ServiceDescriptor |
getServiceDescriptor() |
static MethodDescriptor<UpdateFulfillmentRequest,Fulfillment> |
getUpdateFulfillmentMethod() |
static FulfillmentsGrpc.FulfillmentsBlockingStub |
newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static FulfillmentsGrpc.FulfillmentsFutureStub |
newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static FulfillmentsGrpc.FulfillmentsStub |
newStub(Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static MethodDescriptor<GetFulfillmentRequest,Fulfillment> getGetFulfillmentMethod()
public static MethodDescriptor<UpdateFulfillmentRequest,Fulfillment> getUpdateFulfillmentMethod()
public static FulfillmentsGrpc.FulfillmentsStub newStub(Channel channel)
public static FulfillmentsGrpc.FulfillmentsBlockingStub newBlockingStub(Channel channel)
public static FulfillmentsGrpc.FulfillmentsFutureStub newFutureStub(Channel channel)
public static ServiceDescriptor getServiceDescriptor()
Copyright © 2022 Google LLC. All rights reserved.