Class PublishRequest
Request for the Publish method.
Implements
Inherited Members
Namespace: Google.Apis.Pubsub.v1beta1a.Data
Assembly: Google.Apis.Pubsub.v1beta1a.dll
Syntax
public class PublishRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Message
The message to publish.
Declaration
[JsonProperty("message")]
public virtual PubsubMessage Message { get; set; }
Property Value
Type | Description |
---|---|
PubsubMessage |
Topic
The message in the request will be published on this topic.
Declaration
[JsonProperty("topic")]
public virtual string Topic { get; set; }
Property Value
Type | Description |
---|---|
string |