Interface DataRetentionService
-
- All Implemented Interfaces:
public interface DataRetentionService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceDataRetentionService.WithRawResponseA view of DataRetentionService that provides access to raw HTTP responses for each method.
-
Method Summary
-
-
Method Detail
-
withRawResponse
abstract DataRetentionService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract DataRetentionService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieve
ProjectDataRetention retrieve(String projectId)
Retrieves project data retention controls.
-
retrieve
ProjectDataRetention retrieve(String projectId, DataRetentionRetrieveParams params, RequestOptions requestOptions)
-
retrieve
ProjectDataRetention retrieve(String projectId, DataRetentionRetrieveParams params)
-
retrieve
abstract ProjectDataRetention retrieve(DataRetentionRetrieveParams params, RequestOptions requestOptions)
-
retrieve
ProjectDataRetention retrieve(DataRetentionRetrieveParams params)
-
retrieve
ProjectDataRetention retrieve(String projectId, RequestOptions requestOptions)
-
update
ProjectDataRetention update(String projectId, DataRetentionUpdateParams params)
Updates project data retention controls.
-
update
ProjectDataRetention update(String projectId, DataRetentionUpdateParams params, RequestOptions requestOptions)
-
update
ProjectDataRetention update(DataRetentionUpdateParams params)
-
update
abstract ProjectDataRetention update(DataRetentionUpdateParams params, RequestOptions requestOptions)
-
-
-
-