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

ExperimentalFeatures

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

Experimental features to be included during client library generation. These fields will be deprecated once the feature graduates and is enabled by default.

interface ExperimentalFeatures {
protobufPythonicTypesEnabled?: boolean;
restAsyncIoEnabled?: boolean;
unversionedPackageDisabled?: boolean;
}

§Properties

§
protobufPythonicTypesEnabled?: boolean
[src]

Enables generation of protobuf code using new types that are more Pythonic which are included in protobuf>=5.29.x. This feature will be enabled by default 1 month after launching the feature in preview packages.

§
restAsyncIoEnabled?: boolean
[src]

Enables generation of asynchronous REST clients if rest transport is enabled. By default, asynchronous REST clients will not be generated. This feature will be enabled by default 1 month after launching the feature in preview packages.

§
unversionedPackageDisabled?: boolean
[src]

Disables generation of an unversioned Python package for this client library. This means that the module names will need to be versioned in import statements. For example import google.cloud.library_v2 instead of import google.cloud.library.