package google.pubsub.v1

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

service Publisher

pubsub.proto:37

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

service Subscriber

pubsub.proto:111

The service that an application uses to manipulate subscriptions and to consume messages from a subscription via the `Pull` method or by establishing a bi-directional stream using the `StreamingPull` method.

message ExpirationPolicy

pubsub.proto:568

A policy that specifies the conditions for resource expiration (i.e., automatic resource deletion).

Used in: Subscription

message MessageStoragePolicy

pubsub.proto:304

Used in: Topic

message PubsubMessage

pubsub.proto:340

A message that is published by publishers and consumed by subscribers. The message must contain either a non-empty data field or at least one attribute. See <a href="/pubsub/quotas">Quotas and limits</a> for more information about message limits.

Used in: PublishRequest, ReceivedMessage

message PushConfig

pubsub.proto:579

Configuration for a push delivery endpoint.

Used in: ModifyPushConfigRequest, Subscription

message ReceivedMessage

pubsub.proto:609

A message and its corresponding acknowledgment ID.

Used in: PullResponse, StreamingPullResponse

message Snapshot

pubsub.proto:834

A snapshot resource.<br><br> <b>ALPHA:</b> This feature is part of an alpha release. This API might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy.

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

Used as field type in: ListSnapshotsResponse, UpdateSnapshotRequest

message Subscription

pubsub.proto:489

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:315

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