Reference documentation and code samples for the Cloud Pub/Sub API class Google::Cloud::PubSub::SubscriptionAdmin::Client.
The SubscriptionAdmin client is used to manage subscriptions.
This client is a subclass of the auto-generated SubscriptionAdmin client, and provides the same methods. However, it raises errors on data plane operations to prevent misuse.
Inherits
- Google::Cloud::PubSub::V1::SubscriptionAdmin::Client
Methods
#acknowledge
def acknowledge(*args, **kwargs)
The acknowledge
method is a data plane operation.
- (NotImplementedError) — This method is not implemented on the admin client. Use Google::Cloud::PubSub::Subscriber instead.
#modify_ack_deadline
def modify_ack_deadline(*args, **kwargs)
The modify_ack_deadline
method is a data plane operation.
- (NotImplementedError) — This method is not implemented on the admin client. Use Google::Cloud::PubSub::Subscriber instead.
#pull
def pull(*args, **kwargs)
The pull
method is a data plane operation.
- (NotImplementedError) — This method is not implemented on the admin client. Use Google::Cloud::PubSub::Subscriber instead.
#streaming_pull
def streaming_pull(*args, **kwargs)
The streaming_pull
method is a data plane operation.
- (NotImplementedError) — This method is not implemented on the admin client. Use Google::Cloud::PubSub::Subscriber instead.