Uses of Class
com.google.cloud.dialogflow.v2.ListDocumentsRequest
-
Packages that use ListDocumentsRequest Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow APIcom.google.cloud.dialogflow.v2.stub -
-
Uses of ListDocumentsRequest in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return ListDocumentsRequest Modifier and Type Method Description ListDocumentsRequest
ListDocumentsRequest.Builder. build()
ListDocumentsRequest
ListDocumentsRequest.Builder. buildPartial()
static ListDocumentsRequest
ListDocumentsRequest. getDefaultInstance()
ListDocumentsRequest
ListDocumentsRequest.Builder. getDefaultInstanceForType()
ListDocumentsRequest
ListDocumentsRequest. getDefaultInstanceForType()
static ListDocumentsRequest
ListDocumentsRequest. parseDelimitedFrom(InputStream input)
static ListDocumentsRequest
ListDocumentsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDocumentsRequest
ListDocumentsRequest. parseFrom(byte[] data)
static ListDocumentsRequest
ListDocumentsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDocumentsRequest
ListDocumentsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListDocumentsRequest
ListDocumentsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDocumentsRequest
ListDocumentsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListDocumentsRequest
ListDocumentsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDocumentsRequest
ListDocumentsRequest. parseFrom(InputStream input)
static ListDocumentsRequest
ListDocumentsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDocumentsRequest
ListDocumentsRequest. parseFrom(ByteBuffer data)
static ListDocumentsRequest
ListDocumentsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type ListDocumentsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListDocumentsRequest,ListDocumentsResponse>
DocumentsGrpc. getListDocumentsMethod()
com.google.protobuf.Parser<ListDocumentsRequest>
ListDocumentsRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListDocumentsRequest,ListDocumentsResponse>
DocumentsClient. listDocumentsCallable()
Returns the list of all documents of the knowledge base.com.google.api.gax.rpc.UnaryCallable<ListDocumentsRequest,DocumentsClient.ListDocumentsPagedResponse>
DocumentsClient. listDocumentsPagedCallable()
Returns the list of all documents of the knowledge base.com.google.api.gax.rpc.PagedCallSettings.Builder<ListDocumentsRequest,ListDocumentsResponse,DocumentsClient.ListDocumentsPagedResponse>
DocumentsSettings.Builder. listDocumentsSettings()
Returns the builder for the settings used for calls to listDocuments.com.google.api.gax.rpc.PagedCallSettings<ListDocumentsRequest,ListDocumentsResponse,DocumentsClient.ListDocumentsPagedResponse>
DocumentsSettings. listDocumentsSettings()
Returns the object with the settings used for calls to listDocuments.static com.google.protobuf.Parser<ListDocumentsRequest>
ListDocumentsRequest. parser()
Methods in com.google.cloud.dialogflow.v2 with parameters of type ListDocumentsRequest Modifier and Type Method Description DocumentsClient.ListDocumentsPagedResponse
DocumentsClient. listDocuments(ListDocumentsRequest request)
Returns the list of all documents of the knowledge base.default void
DocumentsGrpc.AsyncService. listDocuments(ListDocumentsRequest request, io.grpc.stub.StreamObserver<ListDocumentsResponse> responseObserver)
Returns the list of all documents of the knowledge base.ListDocumentsResponse
DocumentsGrpc.DocumentsBlockingStub. listDocuments(ListDocumentsRequest request)
Returns the list of all documents of the knowledge base.com.google.common.util.concurrent.ListenableFuture<ListDocumentsResponse>
DocumentsGrpc.DocumentsFutureStub. listDocuments(ListDocumentsRequest request)
Returns the list of all documents of the knowledge base.void
DocumentsGrpc.DocumentsStub. listDocuments(ListDocumentsRequest request, io.grpc.stub.StreamObserver<ListDocumentsResponse> responseObserver)
Returns the list of all documents of the knowledge base.ListDocumentsRequest.Builder
ListDocumentsRequest.Builder. mergeFrom(ListDocumentsRequest other)
static ListDocumentsRequest.Builder
ListDocumentsRequest. newBuilder(ListDocumentsRequest prototype)
Method parameters in com.google.cloud.dialogflow.v2 with type arguments of type ListDocumentsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<DocumentsClient.ListDocumentsPagedResponse>
DocumentsClient.ListDocumentsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListDocumentsRequest,ListDocumentsResponse,Document> context, com.google.api.core.ApiFuture<ListDocumentsResponse> futureResponse)
protected DocumentsClient.ListDocumentsPage
DocumentsClient.ListDocumentsPage. createPage(com.google.api.gax.rpc.PageContext<ListDocumentsRequest,ListDocumentsResponse,Document> context, ListDocumentsResponse response)
com.google.api.core.ApiFuture<DocumentsClient.ListDocumentsPage>
DocumentsClient.ListDocumentsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListDocumentsRequest,ListDocumentsResponse,Document> context, com.google.api.core.ApiFuture<ListDocumentsResponse> futureResponse)
-
Uses of ListDocumentsRequest in com.google.cloud.dialogflow.v2.stub
Methods in com.google.cloud.dialogflow.v2.stub that return types with arguments of type ListDocumentsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListDocumentsRequest,ListDocumentsResponse>
DocumentsStub. listDocumentsCallable()
com.google.api.gax.rpc.UnaryCallable<ListDocumentsRequest,ListDocumentsResponse>
GrpcDocumentsStub. listDocumentsCallable()
com.google.api.gax.rpc.UnaryCallable<ListDocumentsRequest,ListDocumentsResponse>
HttpJsonDocumentsStub. listDocumentsCallable()
com.google.api.gax.rpc.UnaryCallable<ListDocumentsRequest,DocumentsClient.ListDocumentsPagedResponse>
DocumentsStub. listDocumentsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListDocumentsRequest,DocumentsClient.ListDocumentsPagedResponse>
GrpcDocumentsStub. listDocumentsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListDocumentsRequest,DocumentsClient.ListDocumentsPagedResponse>
HttpJsonDocumentsStub. listDocumentsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListDocumentsRequest,ListDocumentsResponse,DocumentsClient.ListDocumentsPagedResponse>
DocumentsStubSettings.Builder. listDocumentsSettings()
Returns the builder for the settings used for calls to listDocuments.com.google.api.gax.rpc.PagedCallSettings<ListDocumentsRequest,ListDocumentsResponse,DocumentsClient.ListDocumentsPagedResponse>
DocumentsStubSettings. listDocumentsSettings()
Returns the object with the settings used for calls to listDocuments.
-