Interface ProjectService.WithRawResponse
-
- All Implemented Interfaces:
public interface ProjectService.WithRawResponseA view of ProjectService that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract ProjectService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
@MustBeClosed() HttpResponse create(ProjectCreateParams params)
Returns a raw HTTP response for
post /applications/v1/projects, but is otherwise the same as ProjectService.create.
-
create
@MustBeClosed() abstract HttpResponse create(ProjectCreateParams params, RequestOptions requestOptions)
-
retrieve
@MustBeClosed() HttpResponse retrieve(String id)
Returns a raw HTTP response for
get /applications/v1/projects/{id}, but is otherwise the same as ProjectService.retrieve.
-
retrieve
@MustBeClosed() HttpResponse retrieve(String id, ProjectRetrieveParams params, RequestOptions requestOptions)
-
retrieve
@MustBeClosed() HttpResponse retrieve(String id, ProjectRetrieveParams params)
-
retrieve
@MustBeClosed() abstract HttpResponse retrieve(ProjectRetrieveParams params, RequestOptions requestOptions)
-
retrieve
@MustBeClosed() HttpResponse retrieve(ProjectRetrieveParams params)
-
retrieve
@MustBeClosed() HttpResponse retrieve(String id, RequestOptions requestOptions)
-
list
@MustBeClosed() HttpResponseFor<ProjectListResponse> list()
Returns a raw HTTP response for
get /applications/v1/projects, but is otherwise the same as ProjectService.list.
-
list
@MustBeClosed() abstract HttpResponseFor<ProjectListResponse> list(ProjectListParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() HttpResponseFor<ProjectListResponse> list(ProjectListParams params)
-
list
@MustBeClosed() HttpResponseFor<ProjectListResponse> list(RequestOptions requestOptions)
-
delete
@MustBeClosed() HttpResponse delete(String id)
Returns a raw HTTP response for
delete /applications/v1/projects/{id}, but is otherwise the same as ProjectService.delete.
-
delete
@MustBeClosed() HttpResponse delete(String id, ProjectDeleteParams params, RequestOptions requestOptions)
-
delete
@MustBeClosed() HttpResponse delete(String id, ProjectDeleteParams params)
-
delete
@MustBeClosed() abstract HttpResponse delete(ProjectDeleteParams params, RequestOptions requestOptions)
-
delete
@MustBeClosed() HttpResponse delete(ProjectDeleteParams params)
-
delete
@MustBeClosed() HttpResponse delete(String id, RequestOptions requestOptions)
-
createDeployment
@MustBeClosed() HttpResponse createDeployment(String id)
Returns a raw HTTP response for
post /applications/v1/projects/{id}/deployments, but is otherwise the same as ProjectService.createDeployment.
-
createDeployment
@MustBeClosed() HttpResponse createDeployment(String id, ProjectCreateDeploymentParams params, RequestOptions requestOptions)
-
createDeployment
@MustBeClosed() HttpResponse createDeployment(String id, ProjectCreateDeploymentParams params)
-
createDeployment
@MustBeClosed() abstract HttpResponse createDeployment(ProjectCreateDeploymentParams params, RequestOptions requestOptions)
-
createDeployment
@MustBeClosed() HttpResponse createDeployment(ProjectCreateDeploymentParams params)
-
createDeployment
@MustBeClosed() HttpResponse createDeployment(String id, RequestOptions requestOptions)
-
createDomain
@MustBeClosed() HttpResponse createDomain(String id, ProjectCreateDomainParams params)
Returns a raw HTTP response for
post /applications/v1/projects/{id}/domains, but is otherwise the same as ProjectService.createDomain.
-
createDomain
@MustBeClosed() HttpResponse createDomain(String id, ProjectCreateDomainParams params, RequestOptions requestOptions)
-
createDomain
@MustBeClosed() HttpResponse createDomain(ProjectCreateDomainParams params)
-
createDomain
@MustBeClosed() abstract HttpResponse createDomain(ProjectCreateDomainParams params, RequestOptions requestOptions)
-
createEnv
@MustBeClosed() HttpResponse createEnv(String id, ProjectCreateEnvParams params)
Returns a raw HTTP response for
post /applications/v1/projects/{id}/env, but is otherwise the same as ProjectService.createEnv.
-
createEnv
@MustBeClosed() HttpResponse createEnv(String id, ProjectCreateEnvParams params, RequestOptions requestOptions)
-
createEnv
@MustBeClosed() HttpResponse createEnv(ProjectCreateEnvParams params)
-
createEnv
@MustBeClosed() abstract HttpResponse createEnv(ProjectCreateEnvParams params, RequestOptions requestOptions)
-
deleteDomain
@MustBeClosed() HttpResponse deleteDomain(String domain, ProjectDeleteDomainParams params)
Returns a raw HTTP response for
delete /applications/v1/projects/{id}/domains/{domain}, but is otherwise the same as ProjectService.deleteDomain.
-
deleteDomain
@MustBeClosed() HttpResponse deleteDomain(String domain, ProjectDeleteDomainParams params, RequestOptions requestOptions)
-
deleteDomain
@MustBeClosed() HttpResponse deleteDomain(ProjectDeleteDomainParams params)
-
deleteDomain
@MustBeClosed() abstract HttpResponse deleteDomain(ProjectDeleteDomainParams params, RequestOptions requestOptions)
-
deleteEnv
@MustBeClosed() HttpResponse deleteEnv(String envId, ProjectDeleteEnvParams params)
Returns a raw HTTP response for
delete /applications/v1/projects/{id}/env/{envId}, but is otherwise the same as ProjectService.deleteEnv.
-
deleteEnv
@MustBeClosed() HttpResponse deleteEnv(String envId, ProjectDeleteEnvParams params, RequestOptions requestOptions)
-
deleteEnv
@MustBeClosed() HttpResponse deleteEnv(ProjectDeleteEnvParams params)
-
deleteEnv
@MustBeClosed() abstract HttpResponse deleteEnv(ProjectDeleteEnvParams params, RequestOptions requestOptions)
-
getRuntimeLogs
@MustBeClosed() HttpResponse getRuntimeLogs(String id)
Returns a raw HTTP response for
get /applications/v1/projects/{id}/runtime-logs, but is otherwise the same as ProjectService.getRuntimeLogs.
-
getRuntimeLogs
@MustBeClosed() HttpResponse getRuntimeLogs(String id, ProjectGetRuntimeLogsParams params, RequestOptions requestOptions)
-
getRuntimeLogs
@MustBeClosed() HttpResponse getRuntimeLogs(String id, ProjectGetRuntimeLogsParams params)
-
getRuntimeLogs
@MustBeClosed() abstract HttpResponse getRuntimeLogs(ProjectGetRuntimeLogsParams params, RequestOptions requestOptions)
-
getRuntimeLogs
@MustBeClosed() HttpResponse getRuntimeLogs(ProjectGetRuntimeLogsParams params)
-
getRuntimeLogs
@MustBeClosed() HttpResponse getRuntimeLogs(String id, RequestOptions requestOptions)
-
listDeployments
@MustBeClosed() HttpResponse listDeployments(String id)
Returns a raw HTTP response for
get /applications/v1/projects/{id}/deployments, but is otherwise the same as ProjectService.listDeployments.
-
listDeployments
@MustBeClosed() HttpResponse listDeployments(String id, ProjectListDeploymentsParams params, RequestOptions requestOptions)
-
listDeployments
@MustBeClosed() HttpResponse listDeployments(String id, ProjectListDeploymentsParams params)
-
listDeployments
@MustBeClosed() abstract HttpResponse listDeployments(ProjectListDeploymentsParams params, RequestOptions requestOptions)
-
listDeployments
@MustBeClosed() HttpResponse listDeployments(ProjectListDeploymentsParams params)
-
listDeployments
@MustBeClosed() HttpResponse listDeployments(String id, RequestOptions requestOptions)
-
listDomains
@MustBeClosed() HttpResponse listDomains(String id)
Returns a raw HTTP response for
get /applications/v1/projects/{id}/domains, but is otherwise the same as ProjectService.listDomains.
-
listDomains
@MustBeClosed() HttpResponse listDomains(String id, ProjectListDomainsParams params, RequestOptions requestOptions)
-
listDomains
@MustBeClosed() HttpResponse listDomains(String id, ProjectListDomainsParams params)
-
listDomains
@MustBeClosed() abstract HttpResponse listDomains(ProjectListDomainsParams params, RequestOptions requestOptions)
-
listDomains
@MustBeClosed() HttpResponse listDomains(ProjectListDomainsParams params)
-
listDomains
@MustBeClosed() HttpResponse listDomains(String id, RequestOptions requestOptions)
-
listEnv
@MustBeClosed() HttpResponse listEnv(String id)
Returns a raw HTTP response for
get /applications/v1/projects/{id}/env, but is otherwise the same as ProjectService.listEnv.
-
listEnv
@MustBeClosed() HttpResponse listEnv(String id, ProjectListEnvParams params, RequestOptions requestOptions)
-
listEnv
@MustBeClosed() HttpResponse listEnv(String id, ProjectListEnvParams params)
-
listEnv
@MustBeClosed() abstract HttpResponse listEnv(ProjectListEnvParams params, RequestOptions requestOptions)
-
listEnv
@MustBeClosed() HttpResponse listEnv(ProjectListEnvParams params)
-
listEnv
@MustBeClosed() HttpResponse listEnv(String id, RequestOptions requestOptions)
-
-
-
-