Class ConversationProfilesGrpc
- java.lang.Object
-
- com.google.cloud.dialogflow.v2beta1.ConversationProfilesGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/dialogflow/v2beta1/conversation_profile.proto") public final class ConversationProfilesGrpc extends Object
Service for managing [ConversationProfiles][google.cloud.dialogflow.v2beta1.ConversationProfile].
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ConversationProfilesGrpc.AsyncService
Service for managing [ConversationProfiles][google.cloud.dialogflow.v2beta1.ConversationProfile].static class
ConversationProfilesGrpc.ConversationProfilesBlockingStub
A stub to allow clients to do synchronous rpc calls to service ConversationProfiles.static class
ConversationProfilesGrpc.ConversationProfilesFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service ConversationProfiles.static class
ConversationProfilesGrpc.ConversationProfilesImplBase
Base class for the server implementation of the service ConversationProfiles.static class
ConversationProfilesGrpc.ConversationProfilesStub
A stub to allow clients to do asynchronous rpc calls to service ConversationProfiles.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(ConversationProfilesGrpc.AsyncService service)
static io.grpc.MethodDescriptor<ClearSuggestionFeatureConfigRequest,com.google.longrunning.Operation>
getClearSuggestionFeatureConfigMethod()
static io.grpc.MethodDescriptor<CreateConversationProfileRequest,ConversationProfile>
getCreateConversationProfileMethod()
static io.grpc.MethodDescriptor<DeleteConversationProfileRequest,com.google.protobuf.Empty>
getDeleteConversationProfileMethod()
static io.grpc.MethodDescriptor<GetConversationProfileRequest,ConversationProfile>
getGetConversationProfileMethod()
static io.grpc.MethodDescriptor<ListConversationProfilesRequest,ListConversationProfilesResponse>
getListConversationProfilesMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<SetSuggestionFeatureConfigRequest,com.google.longrunning.Operation>
getSetSuggestionFeatureConfigMethod()
static io.grpc.MethodDescriptor<UpdateConversationProfileRequest,ConversationProfile>
getUpdateConversationProfileMethod()
static ConversationProfilesGrpc.ConversationProfilesBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic ConversationProfilesGrpc.ConversationProfilesFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic ConversationProfilesGrpc.ConversationProfilesStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getListConversationProfilesMethod
public static io.grpc.MethodDescriptor<ListConversationProfilesRequest,ListConversationProfilesResponse> getListConversationProfilesMethod()
-
getGetConversationProfileMethod
public static io.grpc.MethodDescriptor<GetConversationProfileRequest,ConversationProfile> getGetConversationProfileMethod()
-
getCreateConversationProfileMethod
public static io.grpc.MethodDescriptor<CreateConversationProfileRequest,ConversationProfile> getCreateConversationProfileMethod()
-
getUpdateConversationProfileMethod
public static io.grpc.MethodDescriptor<UpdateConversationProfileRequest,ConversationProfile> getUpdateConversationProfileMethod()
-
getDeleteConversationProfileMethod
public static io.grpc.MethodDescriptor<DeleteConversationProfileRequest,com.google.protobuf.Empty> getDeleteConversationProfileMethod()
-
getSetSuggestionFeatureConfigMethod
public static io.grpc.MethodDescriptor<SetSuggestionFeatureConfigRequest,com.google.longrunning.Operation> getSetSuggestionFeatureConfigMethod()
-
getClearSuggestionFeatureConfigMethod
public static io.grpc.MethodDescriptor<ClearSuggestionFeatureConfigRequest,com.google.longrunning.Operation> getClearSuggestionFeatureConfigMethod()
-
newStub
public static ConversationProfilesGrpc.ConversationProfilesStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static ConversationProfilesGrpc.ConversationProfilesBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static ConversationProfilesGrpc.ConversationProfilesFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(ConversationProfilesGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-