Interface DeploymentRunServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface DeploymentRunServiceAsync.WithRawResponseA view of DeploymentRunServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract DeploymentRunServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieve
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeploymentRun>> retrieve(String deploymentRunId)
Returns a raw HTTP response for
get /v1/deployment_runs/{deployment_run_id}?beta=true, but is otherwise the same as DeploymentRunServiceAsync.retrieve.
-
retrieve
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeploymentRun>> retrieve(String deploymentRunId, DeploymentRunRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeploymentRun>> retrieve(String deploymentRunId, DeploymentRunRetrieveParams params)
-
retrieve
abstract CompletableFuture<HttpResponseFor<BetaManagedAgentsDeploymentRun>> retrieve(DeploymentRunRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeploymentRun>> retrieve(DeploymentRunRetrieveParams params)
-
retrieve
CompletableFuture<HttpResponseFor<BetaManagedAgentsDeploymentRun>> retrieve(String deploymentRunId, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<DeploymentRunListPageAsync>> list()
Returns a raw HTTP response for
get /v1/deployment_runs?beta=true, but is otherwise the same as DeploymentRunServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<DeploymentRunListPageAsync>> list(DeploymentRunListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<DeploymentRunListPageAsync>> list(DeploymentRunListParams params)
-
list
CompletableFuture<HttpResponseFor<DeploymentRunListPageAsync>> list(RequestOptions requestOptions)
-
-
-
-