Show / Hide Table of Contents

Class PullResponse

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

Inheritance
object
PullResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Pubsub.v1beta1a.Data
Assembly: Google.Apis.Pubsub.v1beta1a.dll
Syntax
public class PullResponse : IDirectResponseSchema

Properties

AckId

This ID must be used to acknowledge the received event or message.

Declaration
[JsonProperty("ackId")]
public virtual string AckId { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PubsubEvent

A pubsub message or truncation event.

Declaration
[JsonProperty("pubsubEvent")]
public virtual PubsubEvent PubsubEvent { get; set; }
Property Value
Type Description
PubsubEvent

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX