Class DocumentsGrpc
- java.lang.Object
-
- com.google.cloud.dialogflow.v2beta1.DocumentsGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/dialogflow/v2beta1/document.proto") public final class DocumentsGrpc extends Object
Service for managing knowledge [Documents][google.cloud.dialogflow.v2beta1.Document].
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DocumentsGrpc.AsyncService
Service for managing knowledge [Documents][google.cloud.dialogflow.v2beta1.Document].static class
DocumentsGrpc.DocumentsBlockingStub
A stub to allow clients to do synchronous rpc calls to service Documents.static class
DocumentsGrpc.DocumentsFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service Documents.static class
DocumentsGrpc.DocumentsImplBase
Base class for the server implementation of the service Documents.static class
DocumentsGrpc.DocumentsStub
A stub to allow clients to do asynchronous rpc calls to service Documents.
-
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(DocumentsGrpc.AsyncService service)
static io.grpc.MethodDescriptor<CreateDocumentRequest,com.google.longrunning.Operation>
getCreateDocumentMethod()
static io.grpc.MethodDescriptor<DeleteDocumentRequest,com.google.longrunning.Operation>
getDeleteDocumentMethod()
static io.grpc.MethodDescriptor<GetDocumentRequest,Document>
getGetDocumentMethod()
static io.grpc.MethodDescriptor<ImportDocumentsRequest,com.google.longrunning.Operation>
getImportDocumentsMethod()
static io.grpc.MethodDescriptor<ListDocumentsRequest,ListDocumentsResponse>
getListDocumentsMethod()
static io.grpc.MethodDescriptor<ReloadDocumentRequest,com.google.longrunning.Operation>
getReloadDocumentMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<UpdateDocumentRequest,com.google.longrunning.Operation>
getUpdateDocumentMethod()
static DocumentsGrpc.DocumentsBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic DocumentsGrpc.DocumentsFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic DocumentsGrpc.DocumentsStub
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
-
getListDocumentsMethod
public static io.grpc.MethodDescriptor<ListDocumentsRequest,ListDocumentsResponse> getListDocumentsMethod()
-
getGetDocumentMethod
public static io.grpc.MethodDescriptor<GetDocumentRequest,Document> getGetDocumentMethod()
-
getCreateDocumentMethod
public static io.grpc.MethodDescriptor<CreateDocumentRequest,com.google.longrunning.Operation> getCreateDocumentMethod()
-
getImportDocumentsMethod
public static io.grpc.MethodDescriptor<ImportDocumentsRequest,com.google.longrunning.Operation> getImportDocumentsMethod()
-
getDeleteDocumentMethod
public static io.grpc.MethodDescriptor<DeleteDocumentRequest,com.google.longrunning.Operation> getDeleteDocumentMethod()
-
getUpdateDocumentMethod
public static io.grpc.MethodDescriptor<UpdateDocumentRequest,com.google.longrunning.Operation> getUpdateDocumentMethod()
-
getReloadDocumentMethod
public static io.grpc.MethodDescriptor<ReloadDocumentRequest,com.google.longrunning.Operation> getReloadDocumentMethod()
-
newStub
public static DocumentsGrpc.DocumentsStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static DocumentsGrpc.DocumentsBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static DocumentsGrpc.DocumentsFutureStub 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(DocumentsGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-