deb-python-openstacksdk/doc/source/users/proxies/message_v2.rst
Brian Curtin 6f59061ec4 Implement message docs
This change organizes the message docs by topic rather than letting
autodoc organize methods by the order they appear in the _proxy.py file.

These were not previously included so they're technically all brand new.
There are some minor adjustments made to the docstrings as they weren't
known to be raising warnings before due to not actually being included
anywhere.

Change-Id: Id4b8f08015a6f00b8134fcd2a01506562d9787fb
2017-02-16 15:39:31 -05:00

1.8 KiB

Message API v2

For details on how to use message, see /users/guides/message

openstack.message.v2._proxy

The Message v2 Class

The message high-level interface is available through the message member of a ~openstack.connection.Connection object. The message member will only be added if the service is detected.

Message Operations

openstack.message.v2._proxy.Proxy

openstack.message.v2._proxy.Proxy.post_message

openstack.message.v2._proxy.Proxy.delete_message

openstack.message.v2._proxy.Proxy.get_message

openstack.message.v2._proxy.Proxy.messages

Queue Operations

openstack.message.v2._proxy.Proxy

openstack.message.v2._proxy.Proxy.create_queue

openstack.message.v2._proxy.Proxy.delete_queue

openstack.message.v2._proxy.Proxy.get_queue

openstack.message.v2._proxy.Proxy.queues

Claim Operations

openstack.message.v2._proxy.Proxy

openstack.message.v2._proxy.Proxy.create_claim

openstack.message.v2._proxy.Proxy.update_claim

openstack.message.v2._proxy.Proxy.delete_claim

openstack.message.v2._proxy.Proxy.get_claim

Subscription Operations

openstack.message.v2._proxy.Proxy

openstack.message.v2._proxy.Proxy.create_subscription

openstack.message.v2._proxy.Proxy.delete_subscription

openstack.message.v2._proxy.Proxy.get_subscription

openstack.message.v2._proxy.Proxy.subscriptions