Interface Application.FeatureSettingsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getSplitHealthChecks()
      Boolean value indicating if split health checks should be used instead of the legacy health checks.
      boolean getUseContainerOptimizedOs()
      If true, use [Container-Optimized OS](https://cloud.google.com/container-optimized-os/) base image for VMs, rather than a base Debian image.
      • 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

      • getSplitHealthChecks

        boolean getSplitHealthChecks()
         Boolean value indicating if split health checks should be used instead
         of the legacy health checks. At an app.yaml level, this means defaulting
         to 'readiness_check' and 'liveness_check' values instead of
         'health_check' ones. Once the legacy 'health_check' behavior is
         deprecated, and this value is always true, this setting can
         be removed.
         
        bool split_health_checks = 1;
        Returns:
        The splitHealthChecks.
      • getUseContainerOptimizedOs

        boolean getUseContainerOptimizedOs()
         If true, use [Container-Optimized OS](https://cloud.google.com/container-optimized-os/)
         base image for VMs, rather than a base Debian image.
         
        bool use_container_optimized_os = 2;
        Returns:
        The useContainerOptimizedOs.