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

PubSubIODetails

import type { PubSubIODetails } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";

Metadata for a Pub/Sub connector used by the job.

interface PubSubIODetails {
subscription?: string;
topic?: string;
}

§Properties

§
subscription?: string
[src]

Subscription used in the connection.

§
topic?: string
[src]

Topic accessed in the connection.