View Source GoogleApi.PubSub.V1.Model.PublishResponse (google_api_pub_sub v0.38.0)

Response for the Publish method.

Attributes

  • messageIds (type: list(String.t), default: nil) - Optional. The server-assigned ID of each published message, in the same order as the messages in the request. IDs are guaranteed to be unique within the topic.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.PubSub.V1.Model.PublishResponse{
  messageIds: [String.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.