Package com.google.api
Interface PythonSettings.ExperimentalFeaturesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PythonSettings.ExperimentalFeatures
,PythonSettings.ExperimentalFeatures.Builder
- Enclosing class:
PythonSettings
public static interface PythonSettings.ExperimentalFeaturesOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Enables generation of asynchronous REST clients if `rest` transport is enabled.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getRestAsyncIoEnabled
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:
- The restAsyncIoEnabled.
-