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

GetTemplateResponse

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

The response to a GetTemplate request.

interface GetTemplateResponse {
metadata?: TemplateMetadata;
runtimeMetadata?: RuntimeMetadata;
status?: Status;
templateType?: "UNKNOWN" | "LEGACY" | "FLEX";
}

§Properties

§

The template metadata describing the template name, available parameters, etc.

§
runtimeMetadata?: RuntimeMetadata
[src]

Describes the runtime metadata with SDKInfo and available parameters.

§
status?: Status
[src]

The status of the get template request. Any problems with the request will be indicated in the error_details.

§
templateType?: "UNKNOWN" | "LEGACY" | "FLEX"
[src]

Template Type.