Class LogServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.braintrustdata.api.services.async.projects.LogServiceAsync
public final class LogServiceAsyncImpl implements LogServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLogServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description LogServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. CompletableFuture<FeedbackResponseSchema>feedback(ProjectLogFeedbackParams params, RequestOptions requestOptions)CompletableFuture<FetchProjectLogsEventsResponse>fetch(ProjectLogFetchParams params, RequestOptions requestOptions)CompletableFuture<FetchProjectLogsEventsResponse>fetchPost(ProjectLogFetchPostParams params, RequestOptions requestOptions)CompletableFuture<InsertEventsResponse>insert(ProjectLogInsertParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
LogServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
feedback
CompletableFuture<FeedbackResponseSchema> feedback(ProjectLogFeedbackParams params, RequestOptions requestOptions)
-
fetch
CompletableFuture<FetchProjectLogsEventsResponse> fetch(ProjectLogFetchParams params, RequestOptions requestOptions)
-
fetchPost
CompletableFuture<FetchProjectLogsEventsResponse> fetchPost(ProjectLogFetchPostParams params, RequestOptions requestOptions)
-
insert
CompletableFuture<InsertEventsResponse> insert(ProjectLogInsertParams params, RequestOptions requestOptions)
-
-
-
-