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