Show / Hide Table of Contents

Namespace Google.Apis.Pubsub.v1beta1a.Data

Classes

AcknowledgeRequest

Request for the Acknowledge method.

Empty

An empty message that you can re-use to avoid defining duplicated empty messages in your project. A typical example is to use it as argument or the return value of a service API. For instance: service Foo { rpc Bar (proto2.Empty) returns (proto2.Empty) { }; }; BEGIN GOOGLE-INTERNAL The difference between this one and net/rpc/empty-message.proto is that 1) The generated message here is in proto2 C++ API. 2) The proto2.Empty has minimum dependencies (no message_set or net/rpc dependencies) END GOOGLE-INTERNAL

Label

A key-value pair applied to a given object.

ListSubscriptionsResponse

Response for the ListSubscriptions method.

ListTopicsResponse

Response for the ListTopics method.

ModifyAckDeadlineRequest

Request for the ModifyAckDeadline method.

ModifyPushConfigRequest

Request for the ModifyPushConfig method.

PublishBatchRequest

Request for the PublishBatch method.

PublishBatchResponse

Response for the PublishBatch method.

PublishRequest

Request for the Publish method.

PubsubEvent

An event indicating a received message or truncation event.

PubsubMessage

A message data and its labels.

PullBatchRequest

Request for the PullBatch method.

PullBatchResponse

Response for the PullBatch method.

PullRequest

Request for the Pull method.

PullResponse

Either a PubsubMessage or a truncation event. One of these two must be populated.

PushConfig

Configuration for a push delivery endpoint.

Subscription

A subscription resource.

Topic

A topic resource.

In this article
Back to top Generated by DocFX