ListPipelinesResponse
import type { ListPipelinesResponse } from "https://googleapis.deno.dev/v1/eventarc:v1.ts";
The response message for the ListPipelines method.
interface ListPipelinesResponse {
nextPageToken?: string;
pipelines?: Pipeline[];
unreachable?: string[];
}