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.