TextFormat
import type { TextFormat } from "https://googleapis.deno.dev/v1/pubsub:v1.ts";
Configuration for reading Cloud Storage data in text format. Each line of
text as specified by the delimiter will be set to the data
field of a
Pub/Sub message.
interface TextFormat {
delimiter?: string;
}