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