Uses of Class
com.google.cloud.discoveryengine.v1.DocumentServiceClient.ListDocumentsPagedResponse
-
Packages that use DocumentServiceClient.ListDocumentsPagedResponse Package Description com.google.cloud.discoveryengine.v1 A client to Discovery Engine APIcom.google.cloud.discoveryengine.v1.stub -
-
Uses of DocumentServiceClient.ListDocumentsPagedResponse in com.google.cloud.discoveryengine.v1
Methods in com.google.cloud.discoveryengine.v1 that return DocumentServiceClient.ListDocumentsPagedResponse Modifier and Type Method Description DocumentServiceClient.ListDocumentsPagedResponse
DocumentServiceClient. listDocuments(BranchName parent)
Gets a list of [Document][google.cloud.discoveryengine.v1.Document]s.DocumentServiceClient.ListDocumentsPagedResponse
DocumentServiceClient. listDocuments(ListDocumentsRequest request)
Gets a list of [Document][google.cloud.discoveryengine.v1.Document]s.DocumentServiceClient.ListDocumentsPagedResponse
DocumentServiceClient. listDocuments(String parent)
Gets a list of [Document][google.cloud.discoveryengine.v1.Document]s.Methods in com.google.cloud.discoveryengine.v1 that return types with arguments of type DocumentServiceClient.ListDocumentsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<DocumentServiceClient.ListDocumentsPagedResponse>
DocumentServiceClient.ListDocumentsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListDocumentsRequest,ListDocumentsResponse,Document> context, com.google.api.core.ApiFuture<ListDocumentsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListDocumentsRequest,DocumentServiceClient.ListDocumentsPagedResponse>
DocumentServiceClient. listDocumentsPagedCallable()
Gets a list of [Document][google.cloud.discoveryengine.v1.Document]s.com.google.api.gax.rpc.PagedCallSettings.Builder<ListDocumentsRequest,ListDocumentsResponse,DocumentServiceClient.ListDocumentsPagedResponse>
DocumentServiceSettings.Builder. listDocumentsSettings()
Returns the builder for the settings used for calls to listDocuments.com.google.api.gax.rpc.PagedCallSettings<ListDocumentsRequest,ListDocumentsResponse,DocumentServiceClient.ListDocumentsPagedResponse>
DocumentServiceSettings. listDocumentsSettings()
Returns the object with the settings used for calls to listDocuments. -
Uses of DocumentServiceClient.ListDocumentsPagedResponse in com.google.cloud.discoveryengine.v1.stub
Methods in com.google.cloud.discoveryengine.v1.stub that return types with arguments of type DocumentServiceClient.ListDocumentsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListDocumentsRequest,DocumentServiceClient.ListDocumentsPagedResponse>
DocumentServiceStub. listDocumentsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListDocumentsRequest,DocumentServiceClient.ListDocumentsPagedResponse>
GrpcDocumentServiceStub. listDocumentsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListDocumentsRequest,DocumentServiceClient.ListDocumentsPagedResponse>
HttpJsonDocumentServiceStub. listDocumentsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListDocumentsRequest,ListDocumentsResponse,DocumentServiceClient.ListDocumentsPagedResponse>
DocumentServiceStubSettings.Builder. listDocumentsSettings()
Returns the builder for the settings used for calls to listDocuments.com.google.api.gax.rpc.PagedCallSettings<ListDocumentsRequest,ListDocumentsResponse,DocumentServiceClient.ListDocumentsPagedResponse>
DocumentServiceStubSettings. listDocumentsSettings()
Returns the object with the settings used for calls to listDocuments.
-