Interface PythonSettings.ExperimentalFeaturesOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getRestAsyncIoEnabled()
      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 Detail

      • 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.