Interface DataRetentionServiceAsync
-
- All Implemented Interfaces:
public interface DataRetentionServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceDataRetentionServiceAsync.WithRawResponseA view of DataRetentionServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
-
-
Method Detail
-
withRawResponse
abstract DataRetentionServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract DataRetentionServiceAsync 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<ProjectDataRetention> retrieve(String projectId)
Retrieves project data retention controls.
-
retrieve
CompletableFuture<ProjectDataRetention> retrieve(String projectId, DataRetentionRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<ProjectDataRetention> retrieve(String projectId, DataRetentionRetrieveParams params)
-
retrieve
abstract CompletableFuture<ProjectDataRetention> retrieve(DataRetentionRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<ProjectDataRetention> retrieve(DataRetentionRetrieveParams params)
-
retrieve
CompletableFuture<ProjectDataRetention> retrieve(String projectId, RequestOptions requestOptions)
-
update
CompletableFuture<ProjectDataRetention> update(String projectId, DataRetentionUpdateParams params)
Updates project data retention controls.
-
update
CompletableFuture<ProjectDataRetention> update(String projectId, DataRetentionUpdateParams params, RequestOptions requestOptions)
-
update
CompletableFuture<ProjectDataRetention> update(DataRetentionUpdateParams params)
-
update
abstract CompletableFuture<ProjectDataRetention> update(DataRetentionUpdateParams params, RequestOptions requestOptions)
-
-
-
-