Google\Pubsub\V1
Classes
Request for the Acknowledge method.
Request for the
CreateSnapshot method.
Request for the
DeleteSnapshot method.
Request for the DeleteSubscription method.
Request for the
DeleteTopic method.
Request for the GetSubscription method.
Request for the GetTopic method.
Request for the
ListSnapshots method.
Response for the
ListSnapshots method.
Request for the
ListSubscriptions method.
Response for the
ListSubscriptions method.
Request for the
ListTopicSubscriptions method.
Response for the
ListTopicSubscriptions method.
Request for the
ListTopics method.
Response for the
ListTopics method.
Request for the ModifyAckDeadline method.
Request for the ModifyPushConfig method.
Request for the Publish method.
Response for the
Publish method.
The service that an application uses to manipulate topics, and to send
messages to a topic.
A message data and its attributes. The message payload must not be empty;
it must contain either a non-empty data field, or at least one attribute.
Request for the
Pull method.
Response for the
Pull method.
Configuration for a push delivery endpoint.
A message and its corresponding acknowledgment ID.
Request for the
Seek method.
Protobuf type
Google\Pubsub\V1\SeekResponse
A snapshot resource.
Request for the
StreamingPull streaming RPC method. This request is used to
establish the initial stream as well as to stream acknowledgements and ack
deadline modifications from the client to the server.
Response for the
StreamingPull method. This response is used to stream
messages from the server to the client.
The service that an application uses to manipulate subscriptions and to
consume messages from a subscription via the
Pull method.
A subscription resource.
A topic resource.
Request for the UpdateSubscription method.