Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PublishResponse

import type { PublishResponse } from "https://googleapis.deno.dev/v1/pubsub:v1.ts";

Response for the Publish method.

interface PublishResponse {
messageIds?: string[];
}

§Properties

§
messageIds?: string[]
[src]

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.