Interface MemoryStoreServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface MemoryStoreServiceAsync.WithRawResponseA view of MemoryStoreServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract MemoryStoreServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
memories
abstract MemoryServiceAsync.WithRawResponse memories()
-
memoryVersions
abstract MemoryVersionServiceAsync.WithRawResponse memoryVersions()
-
create
CompletableFuture<HttpResponseFor<BetaManagedAgentsMemoryStore>> create(MemoryStoreCreateParams params)
Returns a raw HTTP response for
post /v1/memory_stores?beta=true, but is otherwise the same as MemoryStoreServiceAsync.create.
-
create
abstract CompletableFuture<HttpResponseFor<BetaManagedAgentsMemoryStore>> create(MemoryStoreCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<BetaManagedAgentsMemoryStore>> retrieve(String memoryStoreId)
Returns a raw HTTP response for
get /v1/memory_stores/{memory_store_id}?beta=true, but is otherwise the same as MemoryStoreServiceAsync.retrieve.
-
retrieve
CompletableFuture<HttpResponseFor<BetaManagedAgentsMemoryStore>> retrieve(String memoryStoreId, MemoryStoreRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<BetaManagedAgentsMemoryStore>> retrieve(String memoryStoreId, MemoryStoreRetrieveParams params)
-
retrieve
abstract CompletableFuture<HttpResponseFor<BetaManagedAgentsMemoryStore>> retrieve(MemoryStoreRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<BetaManagedAgentsMemoryStore>> retrieve(MemoryStoreRetrieveParams params)
-
retrieve
CompletableFuture<HttpResponseFor<BetaManagedAgentsMemoryStore>> retrieve(String memoryStoreId, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<BetaManagedAgentsMemoryStore>> update(String memoryStoreId)
Returns a raw HTTP response for
post /v1/memory_stores/{memory_store_id}?beta=true, but is otherwise the same as MemoryStoreServiceAsync.update.
-
update
CompletableFuture<HttpResponseFor<BetaManagedAgentsMemoryStore>> update(String memoryStoreId, MemoryStoreUpdateParams params, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<BetaManagedAgentsMemoryStore>> update(String memoryStoreId, MemoryStoreUpdateParams params)
-
update
abstract CompletableFuture<HttpResponseFor<BetaManagedAgentsMemoryStore>> update(MemoryStoreUpdateParams params, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<BetaManagedAgentsMemoryStore>> update(MemoryStoreUpdateParams params)
-
update
CompletableFuture<HttpResponseFor<BetaManagedAgentsMemoryStore>> update(String memoryStoreId, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<MemoryStoreListPageAsync>> list()
Returns a raw HTTP response for
get /v1/memory_stores?beta=true, but is otherwise the same as MemoryStoreServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<MemoryStoreListPageAsync>> list(MemoryStoreListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<MemoryStoreListPageAsync>> list(MemoryStoreListParams params)
-
list
CompletableFuture<HttpResponseFor<MemoryStoreListPageAsync>> list(RequestOptions requestOptions)
-
delete
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeletedMemoryStore>> delete(String memoryStoreId)
Returns a raw HTTP response for
delete /v1/memory_stores/{memory_store_id}?beta=true, but is otherwise the same as MemoryStoreServiceAsync.delete.
-
delete
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeletedMemoryStore>> delete(String memoryStoreId, MemoryStoreDeleteParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeletedMemoryStore>> delete(String memoryStoreId, MemoryStoreDeleteParams params)
-
delete
abstract CompletableFuture<HttpResponseFor<BetaManagedAgentsDeletedMemoryStore>> delete(MemoryStoreDeleteParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeletedMemoryStore>> delete(MemoryStoreDeleteParams params)
-
delete
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeletedMemoryStore>> delete(String memoryStoreId, RequestOptions requestOptions)
-
archive
CompletableFuture<HttpResponseFor<BetaManagedAgentsMemoryStore>> archive(String memoryStoreId)
Returns a raw HTTP response for
post /v1/memory_stores/{memory_store_id}/archive?beta=true, but is otherwise the same as MemoryStoreServiceAsync.archive.
-
archive
CompletableFuture<HttpResponseFor<BetaManagedAgentsMemoryStore>> archive(String memoryStoreId, MemoryStoreArchiveParams params, RequestOptions requestOptions)
-
archive
CompletableFuture<HttpResponseFor<BetaManagedAgentsMemoryStore>> archive(String memoryStoreId, MemoryStoreArchiveParams params)
-
archive
abstract CompletableFuture<HttpResponseFor<BetaManagedAgentsMemoryStore>> archive(MemoryStoreArchiveParams params, RequestOptions requestOptions)
-
archive
CompletableFuture<HttpResponseFor<BetaManagedAgentsMemoryStore>> archive(MemoryStoreArchiveParams params)
-
archive
CompletableFuture<HttpResponseFor<BetaManagedAgentsMemoryStore>> archive(String memoryStoreId, RequestOptions requestOptions)
-
-
-
-