Close httplib2 connections.
getwatchdetails(x__xgafv=None)
Returns all the details of the watch corresponding to the reseller.
register(serviceAccountEmailAddress=None, x__xgafv=None)
Registers a Reseller for receiving notifications.
unregister(serviceAccountEmailAddress=None, x__xgafv=None)
Unregisters a Reseller for receiving notifications.
close()
Close httplib2 connections.
getwatchdetails(x__xgafv=None)
Returns all the details of the watch corresponding to the reseller. Args: x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # JSON template for resellernotify getwatchdetails response. "serviceAccountEmailAddresses": [ # List of registered service accounts. "A String", ], "topicName": "A String", # Topic name of the PubSub }
register(serviceAccountEmailAddress=None, x__xgafv=None)
Registers a Reseller for receiving notifications. Args: serviceAccountEmailAddress: string, The service account which will own the created Cloud-PubSub topic. x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # JSON template for resellernotify response. "topicName": "A String", # Topic name of the PubSub }
unregister(serviceAccountEmailAddress=None, x__xgafv=None)
Unregisters a Reseller for receiving notifications. Args: serviceAccountEmailAddress: string, The service account which owns the Cloud-PubSub topic. x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # JSON template for resellernotify response. "topicName": "A String", # Topic name of the PubSub }