PHP Google\Cloud\PubSub Namespace

Nested Namespaces

Google\Cloud\PubSub\Connection
Google\Cloud\PubSub\V1

Classes

Name Description
Message Represents a PubSub Message.
PubSubClient Google Cloud Pub/Sub client. Allows you to send and receive messages between independent applications. Find more information at [Google Cloud Pub/Sub docs](https://cloud.google.com/pubsub/docs/).
Subscription A named resource representing the stream of messages from a single, specific topic, to be delivered to the subscribing application.
Topic A named resource to which messages are sent by publishers.

Traits

Name Description
IncomingMessageTrait Provides a factory to build messages.
ResourceNameTrait Trait which provides helpers around PubSub resource names.