Interface PythonSettings.ExperimentalFeaturesOrBuilder (2.44.0)

public static interface PythonSettings.ExperimentalFeaturesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRestAsyncIoEnabled()

public abstract boolean getRestAsyncIoEnabled()

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.

bool rest_async_io_enabled = 1;

Returns
Type Description
boolean

The restAsyncIoEnabled.