Optional
requestFactory: SubscriptionsApiRequestFactoryOptional
responseProcessor: SubscriptionsApiResponseProcessorPrivate
apiOptional
_options: ConfigurationCreates a trigger for the given subscription. This object represents the trigger where the subscription owner has subscribed to. Create trigger for subscription.
Specifies the unique subscription ID (starts with sub_).
Optional
_options: ConfigurationDeletes a subscription for the given project. This object represents the subscription where the project owner has subscribed to. Delete subscription of project.
Specifies the unique subscription ID (starts with sub_).
Optional
_options: ConfigurationDeletes a trigger for the given subscription. This object represents the trigger where the subscription owner has subscribed to. Delete trigger of subscription.
Specifies the unique subscription ID (starts with sub_).
Specifies the unique subscription ID (starts with sub_).
Optional
_options: ConfigurationReturns a subscription for the given project. This object represents the subscription where the project owner has subscribed to. Get subscription of project.
Specifies the unique subscription ID (starts with sub_).
Optional
_options: ConfigurationReturns a list of subscriptions for the given project. This object represents the subscriptions where the project owner has subscribed to. Subscriptions are returned sorted by creation date, with the most recently created subscriptions appearing first. By default, a maximum of 10 subscriptions are shown per page. List subscriptions of project.
Optional
_options: ConfigurationReturns a trigger for the given id. This object represents the trigger where the subscription owner has subscribed to. Get trigger by id.
Specifies the unique subscription ID (starts with sub_).
Specifies the unique subscription ID (starts with sub_).
Optional
_options: ConfigurationReturns a list of triggers for the given subscription. This object represents the triggers where the subscription owner has subscribed to. Triggers are returned sorted by creation date, with the most recently created triggers appearing first. By default, a maximum of 10 triggers are shown per page. List triggers of subscription.
Specifies the unique subscription ID (starts with sub_).
Optional
_options: ConfigurationLists logs of the triggered subscriptions for the given project. This object represents the logs of the triggered subscriptions where the project owner has subscribed to. List logs of triggered subscriptions.
Optional
limit: numberSpecifies the maximum number of records to return.
Optional
skip: numberSpecifies the offset for the first records to return.
Optional
order: SortOrderSpecifies the order in which to sort the results.
Optional
topic: APITopicSpecifies the topic of the subscription logs
Optional
status: StatusSpecifies the status of the subscription logs
Optional
object: stringSpecifies the object ID of the object related to triggered notification
Optional
subscription: stringSpecifies the subscription ID
Optional
trigger: stringSpecifies the trigger ID
Optional
requestID: stringSpecifies the request ID
Optional
_options: ConfigurationTest a trigger Returns a trigger for the given id. Test trigger by id.
Optional
_options: Configuration
Creates a subscription for the given project. This object represents the subscription where the project owner has subscribed to. Create subscription for project.