Interface DeploymentRunService.WithRawResponse
-
- All Implemented Interfaces:
public interface DeploymentRunService.WithRawResponseA view of DeploymentRunService that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract DeploymentRunService.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
@MustBeClosed() 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 DeploymentRunService.retrieve.
-
retrieve
@MustBeClosed() HttpResponseFor<BetaManagedAgentsDeploymentRun> retrieve(String deploymentRunId, DeploymentRunRetrieveParams params, RequestOptions requestOptions)
-
retrieve
@MustBeClosed() HttpResponseFor<BetaManagedAgentsDeploymentRun> retrieve(String deploymentRunId, DeploymentRunRetrieveParams params)
-
retrieve
@MustBeClosed() abstract HttpResponseFor<BetaManagedAgentsDeploymentRun> retrieve(DeploymentRunRetrieveParams params, RequestOptions requestOptions)
-
retrieve
@MustBeClosed() HttpResponseFor<BetaManagedAgentsDeploymentRun> retrieve(DeploymentRunRetrieveParams params)
-
retrieve
@MustBeClosed() HttpResponseFor<BetaManagedAgentsDeploymentRun> retrieve(String deploymentRunId, RequestOptions requestOptions)
-
list
@MustBeClosed() HttpResponseFor<DeploymentRunListPage> list()
Returns a raw HTTP response for
get /v1/deployment_runs?beta=true, but is otherwise the same as DeploymentRunService.list.
-
list
@MustBeClosed() abstract HttpResponseFor<DeploymentRunListPage> list(DeploymentRunListParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() HttpResponseFor<DeploymentRunListPage> list(DeploymentRunListParams params)
-
list
@MustBeClosed() HttpResponseFor<DeploymentRunListPage> list(RequestOptions requestOptions)
-
-
-
-