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

ProjectsLocationsPipelinesCreateOptions

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

Additional options for Eventarc#projectsLocationsPipelinesCreate.

interface ProjectsLocationsPipelinesCreateOptions {
pipelineId?: string;
validateOnly?: boolean;
}

§Properties

§
pipelineId?: string
[src]

Required. The user-provided ID to be assigned to the Pipeline. It should match the format ^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$.

§
validateOnly?: boolean
[src]

Optional. If set, validate the request and preview the review, but do not post it.