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

Version

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

The Data Fusion version. This proto message stores information about certain Data Fusion version, which is used for Data Fusion version upgrade.

interface Version {
availableFeatures?: string[];
defaultVersion?: boolean;
type?: "TYPE_UNSPECIFIED" | "TYPE_PREVIEW" | "TYPE_GENERAL_AVAILABILITY";
versionNumber?: string;
}

§Properties

§
availableFeatures?: string[]
[src]

Represents a list of available feature names for a given version.

§
defaultVersion?: boolean
[src]

Whether this is currently the default version for Cloud Data Fusion

§
type?: "TYPE_UNSPECIFIED" | "TYPE_PREVIEW" | "TYPE_GENERAL_AVAILABILITY"
[src]

Type represents the release availability of the version

§
versionNumber?: string
[src]

The version number of the Data Fusion instance, such as '6.0.1.0'.