Interface CensusServiceAsync
-
- All Implemented Interfaces:
public interface CensusServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceCensusServiceAsync.WithRawResponseA view of CensusServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract CensusServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. CompletableFuture<CensusCustomDestinationResponse>customDestination(CensusCustomDestinationParams params)Processes a Census custom destination RPC request. abstract CompletableFuture<CensusCustomDestinationResponse>customDestination(CensusCustomDestinationParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
abstract CensusServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
customDestination
CompletableFuture<CensusCustomDestinationResponse> customDestination(CensusCustomDestinationParams params)
Processes a Census custom destination RPC request.
-
customDestination
abstract CompletableFuture<CensusCustomDestinationResponse> customDestination(CensusCustomDestinationParams params, RequestOptions requestOptions)
-
-
-
-