ProjectsLocationsPipelinesCreateOptions
import type { ProjectsLocationsPipelinesCreateOptions } from "https://googleapis.deno.dev/v1/eventarc:v1.ts";
Additional options for Eventarc#projectsLocationsPipelinesCreate.
interface ProjectsLocationsPipelinesCreateOptions {
pipelineId?: string;
validateOnly?: boolean;
}