With Raw Response Impl
Functions
Returns a raw HTTP response for post /v1/event_subscriptions, but is otherwise the same as SubscriptionServiceAsync.create.
Returns a raw HTTP response for delete /v1/event_subscriptions/{event_subscription_token}, but is otherwise the same as SubscriptionServiceAsync.delete.
Returns a raw HTTP response for get /v1/event_subscriptions, but is otherwise the same as SubscriptionServiceAsync.list.
Returns a raw HTTP response for get /v1/event_subscriptions/{event_subscription_token}/attempts, but is otherwise the same as SubscriptionServiceAsync.listAttempts.
Returns a raw HTTP response for post /v1/event_subscriptions/{event_subscription_token}/recover, but is otherwise the same as SubscriptionServiceAsync.recover.
Returns a raw HTTP response for post /v1/event_subscriptions/{event_subscription_token}/replay_missing, but is otherwise the same as SubscriptionServiceAsync.replayMissing.
Returns a raw HTTP response for get /v1/event_subscriptions/{event_subscription_token}, but is otherwise the same as SubscriptionServiceAsync.retrieve.
Returns a raw HTTP response for get /v1/event_subscriptions/{event_subscription_token}/secret, but is otherwise the same as SubscriptionServiceAsync.retrieveSecret.
Returns a raw HTTP response for post /v1/event_subscriptions/{event_subscription_token}/secret/rotate, but is otherwise the same as SubscriptionServiceAsync.rotateSecret.
Returns a raw HTTP response for post /v1/simulate/event_subscriptions/{event_subscription_token}/send_example, but is otherwise the same as SubscriptionServiceAsync.sendSimulatedExample.
Returns a raw HTTP response for patch /v1/event_subscriptions/{event_subscription_token}, but is otherwise the same as SubscriptionServiceAsync.update.
Returns a view of this service with the given option modifications applied.