Interface ServiceAccountServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface ServiceAccountServiceAsync.WithRawResponseA view of ServiceAccountServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract ServiceAccountServiceAsync.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
CompletableFuture<HttpResponseFor<ServiceAccountCreateResponse>> create(String projectId, ServiceAccountCreateParams params)
Returns a raw HTTP response for
post /organization/projects/{project_id}/service_accounts, but is otherwise the same as ServiceAccountServiceAsync.create.
-
create
CompletableFuture<HttpResponseFor<ServiceAccountCreateResponse>> create(String projectId, ServiceAccountCreateParams params, RequestOptions requestOptions)
-
create
CompletableFuture<HttpResponseFor<ServiceAccountCreateResponse>> create(ServiceAccountCreateParams params)
-
create
abstract CompletableFuture<HttpResponseFor<ServiceAccountCreateResponse>> create(ServiceAccountCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<ProjectServiceAccount>> retrieve(String serviceAccountId, ServiceAccountRetrieveParams params)
Returns a raw HTTP response for
get /organization/projects/{project_id}/service_accounts/{service_account_id}, but is otherwise the same as ServiceAccountServiceAsync.retrieve.
-
retrieve
CompletableFuture<HttpResponseFor<ProjectServiceAccount>> retrieve(String serviceAccountId, ServiceAccountRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<ProjectServiceAccount>> retrieve(ServiceAccountRetrieveParams params)
-
retrieve
abstract CompletableFuture<HttpResponseFor<ProjectServiceAccount>> retrieve(ServiceAccountRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<ProjectServiceAccount>> update(String serviceAccountId, ServiceAccountUpdateParams params)
Returns a raw HTTP response for
post /organization/projects/{project_id}/service_accounts/{service_account_id}, but is otherwise the same as ServiceAccountServiceAsync.update.
-
update
CompletableFuture<HttpResponseFor<ProjectServiceAccount>> update(String serviceAccountId, ServiceAccountUpdateParams params, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<ProjectServiceAccount>> update(ServiceAccountUpdateParams params)
-
update
abstract CompletableFuture<HttpResponseFor<ProjectServiceAccount>> update(ServiceAccountUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<ServiceAccountListPageAsync>> list(String projectId)
Returns a raw HTTP response for
get /organization/projects/{project_id}/service_accounts, but is otherwise the same as ServiceAccountServiceAsync.list.
-
list
CompletableFuture<HttpResponseFor<ServiceAccountListPageAsync>> list(String projectId, ServiceAccountListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<ServiceAccountListPageAsync>> list(String projectId, ServiceAccountListParams params)
-
list
abstract CompletableFuture<HttpResponseFor<ServiceAccountListPageAsync>> list(ServiceAccountListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<ServiceAccountListPageAsync>> list(ServiceAccountListParams params)
-
list
CompletableFuture<HttpResponseFor<ServiceAccountListPageAsync>> list(String projectId, RequestOptions requestOptions)
-
delete
CompletableFuture<HttpResponseFor<ServiceAccountDeleteResponse>> delete(String serviceAccountId, ServiceAccountDeleteParams params)
Returns a raw HTTP response for
delete /organization/projects/{project_id}/service_accounts/{service_account_id}, but is otherwise the same as ServiceAccountServiceAsync.delete.
-
delete
CompletableFuture<HttpResponseFor<ServiceAccountDeleteResponse>> delete(String serviceAccountId, ServiceAccountDeleteParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<HttpResponseFor<ServiceAccountDeleteResponse>> delete(ServiceAccountDeleteParams params)
-
delete
abstract CompletableFuture<HttpResponseFor<ServiceAccountDeleteResponse>> delete(ServiceAccountDeleteParams params, RequestOptions requestOptions)
-
-
-
-