Class KnowledgeBasesGrpc
- java.lang.Object
-
- com.google.cloud.dialogflow.v2beta1.KnowledgeBasesGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/dialogflow/v2beta1/knowledge_base.proto") public final class KnowledgeBasesGrpc extends Object
Service for managing [KnowledgeBases][google.cloud.dialogflow.v2beta1.KnowledgeBase].
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
KnowledgeBasesGrpc.AsyncService
Service for managing [KnowledgeBases][google.cloud.dialogflow.v2beta1.KnowledgeBase].static class
KnowledgeBasesGrpc.KnowledgeBasesBlockingStub
A stub to allow clients to do synchronous rpc calls to service KnowledgeBases.static class
KnowledgeBasesGrpc.KnowledgeBasesFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service KnowledgeBases.static class
KnowledgeBasesGrpc.KnowledgeBasesImplBase
Base class for the server implementation of the service KnowledgeBases.static class
KnowledgeBasesGrpc.KnowledgeBasesStub
A stub to allow clients to do asynchronous rpc calls to service KnowledgeBases.
-
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(KnowledgeBasesGrpc.AsyncService service)
static io.grpc.MethodDescriptor<CreateKnowledgeBaseRequest,KnowledgeBase>
getCreateKnowledgeBaseMethod()
static io.grpc.MethodDescriptor<DeleteKnowledgeBaseRequest,com.google.protobuf.Empty>
getDeleteKnowledgeBaseMethod()
static io.grpc.MethodDescriptor<GetKnowledgeBaseRequest,KnowledgeBase>
getGetKnowledgeBaseMethod()
static io.grpc.MethodDescriptor<ListKnowledgeBasesRequest,ListKnowledgeBasesResponse>
getListKnowledgeBasesMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<UpdateKnowledgeBaseRequest,KnowledgeBase>
getUpdateKnowledgeBaseMethod()
static KnowledgeBasesGrpc.KnowledgeBasesBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic KnowledgeBasesGrpc.KnowledgeBasesFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic KnowledgeBasesGrpc.KnowledgeBasesStub
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
-
getListKnowledgeBasesMethod
public static io.grpc.MethodDescriptor<ListKnowledgeBasesRequest,ListKnowledgeBasesResponse> getListKnowledgeBasesMethod()
-
getGetKnowledgeBaseMethod
public static io.grpc.MethodDescriptor<GetKnowledgeBaseRequest,KnowledgeBase> getGetKnowledgeBaseMethod()
-
getCreateKnowledgeBaseMethod
public static io.grpc.MethodDescriptor<CreateKnowledgeBaseRequest,KnowledgeBase> getCreateKnowledgeBaseMethod()
-
getDeleteKnowledgeBaseMethod
public static io.grpc.MethodDescriptor<DeleteKnowledgeBaseRequest,com.google.protobuf.Empty> getDeleteKnowledgeBaseMethod()
-
getUpdateKnowledgeBaseMethod
public static io.grpc.MethodDescriptor<UpdateKnowledgeBaseRequest,KnowledgeBase> getUpdateKnowledgeBaseMethod()
-
newStub
public static KnowledgeBasesGrpc.KnowledgeBasesStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static KnowledgeBasesGrpc.KnowledgeBasesBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static KnowledgeBasesGrpc.KnowledgeBasesFutureStub 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(KnowledgeBasesGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-