package google.pubsub.v1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service Publisher

pubsub.proto:212

The service that an application uses to manipulate topics, and to send messages to a topic.

service Subscriber

pubsub.proto:36

The service that an application uses to manipulate subscriptions and to consume messages from a subscription via the `Pull` method.

message PubsubMessage

pubsub.proto:292

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.

Used in: PublishRequest, ReceivedMessage

message PushConfig

pubsub.proto:465

Configuration for a push delivery endpoint.

Used in: ModifyPushConfigRequest, Subscription

message ReceivedMessage

pubsub.proto:495

A message and its corresponding acknowledgment ID.

Used in: PullResponse, StreamingPullResponse

message Snapshot

pubsub.proto:709

A snapshot resource.

Used as response type in: Subscriber.CreateSnapshot, Subscriber.UpdateSnapshot

Used as field type in: ListSnapshotsResponse, UpdateSnapshotRequest

message Subscription

pubsub.proto:405

A subscription resource.

Used as request type in: Subscriber.CreateSubscription

Used as response type in: Subscriber.CreateSubscription, Subscriber.GetSubscription, Subscriber.UpdateSubscription

Used as field type in: ListSubscriptionsResponse, UpdateSubscriptionRequest

message Topic

pubsub.proto:277

A topic resource.

Used as request type in: Publisher.CreateTopic

Used as response type in: Publisher.CreateTopic, Publisher.GetTopic, Publisher.UpdateTopic

Used as field type in: ListTopicsResponse, UpdateTopicRequest