Uses of Class
com.google.cloud.dialogflow.v2beta1.ListDocumentsResponse
-
Packages that use ListDocumentsResponse Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.v2beta1.stub -
-
Uses of ListDocumentsResponse in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return ListDocumentsResponse Modifier and Type Method Description ListDocumentsResponse
ListDocumentsResponse.Builder. build()
ListDocumentsResponse
ListDocumentsResponse.Builder. buildPartial()
static ListDocumentsResponse
ListDocumentsResponse. getDefaultInstance()
ListDocumentsResponse
ListDocumentsResponse.Builder. getDefaultInstanceForType()
ListDocumentsResponse
ListDocumentsResponse. getDefaultInstanceForType()
ListDocumentsResponse
DocumentsGrpc.DocumentsBlockingStub. listDocuments(ListDocumentsRequest request)
Returns the list of all documents of the knowledge base.static ListDocumentsResponse
ListDocumentsResponse. parseDelimitedFrom(InputStream input)
static ListDocumentsResponse
ListDocumentsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDocumentsResponse
ListDocumentsResponse. parseFrom(byte[] data)
static ListDocumentsResponse
ListDocumentsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDocumentsResponse
ListDocumentsResponse. parseFrom(com.google.protobuf.ByteString data)
static ListDocumentsResponse
ListDocumentsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDocumentsResponse
ListDocumentsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListDocumentsResponse
ListDocumentsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDocumentsResponse
ListDocumentsResponse. parseFrom(InputStream input)
static ListDocumentsResponse
ListDocumentsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDocumentsResponse
ListDocumentsResponse. parseFrom(ByteBuffer data)
static ListDocumentsResponse
ListDocumentsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type ListDocumentsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListDocumentsRequest,ListDocumentsResponse>
DocumentsGrpc. getListDocumentsMethod()
com.google.protobuf.Parser<ListDocumentsResponse>
ListDocumentsResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListDocumentsResponse>
DocumentsGrpc.DocumentsFutureStub. listDocuments(ListDocumentsRequest request)
Returns the list of all documents of the knowledge base.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.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<ListDocumentsResponse>
ListDocumentsResponse. parser()
Methods in com.google.cloud.dialogflow.v2beta1 with parameters of type ListDocumentsResponse Modifier and Type Method Description protected DocumentsClient.ListDocumentsPage
DocumentsClient.ListDocumentsPage. createPage(com.google.api.gax.rpc.PageContext<ListDocumentsRequest,ListDocumentsResponse,Document> context, ListDocumentsResponse response)
ListDocumentsResponse.Builder
ListDocumentsResponse.Builder. mergeFrom(ListDocumentsResponse other)
static ListDocumentsResponse.Builder
ListDocumentsResponse. newBuilder(ListDocumentsResponse prototype)
Method parameters in com.google.cloud.dialogflow.v2beta1 with type arguments of type ListDocumentsResponse 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)
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)
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)
default void
DocumentsGrpc.AsyncService. listDocuments(ListDocumentsRequest request, io.grpc.stub.StreamObserver<ListDocumentsResponse> responseObserver)
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. -
Uses of ListDocumentsResponse in com.google.cloud.dialogflow.v2beta1.stub
Methods in com.google.cloud.dialogflow.v2beta1.stub that return types with arguments of type ListDocumentsResponse 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.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.
-