Class GetModuleConfigDefaultsResponse

  • All Implemented Interfaces:
    com.google.protobuf.Message , com.google.protobuf.MessageLite , com.google.protobuf.MessageLiteOrBuilder , com.google.protobuf.MessageOrBuilder , java.io.Serializable , xyz.block.ftl.language.v1.GetModuleConfigDefaultsResponseOrBuilder

    
    public final class GetModuleConfigDefaultsResponse
    extends GeneratedMessageV3 implements GetModuleConfigDefaultsResponseOrBuilder
                        
    GetModuleConfigDefaultsResponse provides defaults for ModuleConfig.
    
    The result may be cached by FTL, so defaulting logic should not be changing due to normal module changes.
    For example, it is valid to return defaults based on which build tool is configured within the module directory,
    as that is not expected to change during normal operation.
    It is not recommended to read the module's toml file to determine defaults, as when the toml file is updated,
    the module defaults will not be recalculated.
    
    Protobuf type xyz.block.ftl.language.v1.GetModuleConfigDefaultsResponse