With Raw Response
interface WithRawResponse
A view of NetworkProgramServiceAsync that provides access to raw HTTP responses for each method.
Inheritors
Functions
Link copied to clipboard
@MustBeClosed
@MustBeClosed
Returns a raw HTTP response for get /v1/network_programs, but is otherwise the same as NetworkProgramServiceAsync.list.
Link copied to clipboard
@MustBeClosed
@MustBeClosed
@MustBeClosed
Returns a raw HTTP response for get /v1/network_programs/{network_program_token}, but is otherwise the same as NetworkProgramServiceAsync.retrieve.
Link copied to clipboard
abstract fun withOptions(modifier: (ClientOptions.Builder) -> Unit): NetworkProgramServiceAsync.WithRawResponse
Returns a view of this service with the given option modifications applied.