Show / Hide Table of Contents

Class ReceivedMessage

A message and its corresponding acknowledgment ID.

Inheritance
object
ReceivedMessage
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.v1beta2.Data
Assembly: Google.Apis.Pubsub.v1beta2.dll
Syntax
public class ReceivedMessage : IDirectResponseSchema

Properties

AckId

This ID can be used to acknowledge the received 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

Message

The message.

Declaration
[JsonProperty("message")]
public virtual PubsubMessage Message { get; set; }
Property Value
Type Description
PubsubMessage

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX