Interface BuildContextOrBuilder

  • All Implemented Interfaces:
    com.google.protobuf.MessageLiteOrBuilder , com.google.protobuf.MessageOrBuilder

    
    public interface BuildContextOrBuilder
     implements MessageOrBuilder
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract String getId() string id = 1;
      abstract ByteString getIdBytes() string id = 1;
      abstract boolean hasModuleConfig()
      The configuration for the module
      
      .xyz.block.ftl.v1.language.ModuleConfig module_config = 2;
      abstract ModuleConfig getModuleConfig()
      The configuration for the module
      
      .xyz.block.ftl.v1.language.ModuleConfig module_config = 2;
      abstract ModuleConfigOrBuilder getModuleConfigOrBuilder()
      The configuration for the module
      
      .xyz.block.ftl.v1.language.ModuleConfig module_config = 2;
      abstract boolean hasSchema()
      The FTL schema including all dependencies
      
      .xyz.block.ftl.v1.schema.Schema schema = 3;
      abstract Schema getSchema()
      The FTL schema including all dependencies
      
      .xyz.block.ftl.v1.schema.Schema schema = 3;
      abstract SchemaOrBuilder getSchemaOrBuilder()
      The FTL schema including all dependencies
      
      .xyz.block.ftl.v1.schema.Schema schema = 3;
      abstract List<String> getDependenciesList()
      The dependencies for the module
      
      repeated string dependencies = 4;
      abstract int getDependenciesCount()
      The dependencies for the module
      
      repeated string dependencies = 4;
      abstract String getDependencies(int index)
      The dependencies for the module
      
      repeated string dependencies = 4;
      abstract ByteString getDependenciesBytes(int index)
      The dependencies for the module
      
      repeated string dependencies = 4;
      • Methods inherited from class com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getId

         abstract String getId()

        string id = 1;

        Returns:

        The id.

      • getIdBytes

         abstract ByteString getIdBytes()

        string id = 1;

        Returns:

        The bytes for id.

      • hasModuleConfig

         abstract boolean hasModuleConfig()
        The configuration for the module
        
        .xyz.block.ftl.v1.language.ModuleConfig module_config = 2;
        Returns:

        Whether the moduleConfig field is set.

      • getModuleConfig

         abstract ModuleConfig getModuleConfig()
        The configuration for the module
        
        .xyz.block.ftl.v1.language.ModuleConfig module_config = 2;
        Returns:

        The moduleConfig.

      • hasSchema

         abstract boolean hasSchema()
        The FTL schema including all dependencies
        
        .xyz.block.ftl.v1.schema.Schema schema = 3;
        Returns:

        Whether the schema field is set.

      • getSchema

         abstract Schema getSchema()
        The FTL schema including all dependencies
        
        .xyz.block.ftl.v1.schema.Schema schema = 3;
        Returns:

        The schema.

      • getDependenciesList

         abstract List<String> getDependenciesList()
        The dependencies for the module
        
        repeated string dependencies = 4;
        Returns:

        A list containing the dependencies.

      • getDependenciesCount

         abstract int getDependenciesCount()
        The dependencies for the module
        
        repeated string dependencies = 4;
        Returns:

        The count of dependencies.

      • getDependencies

         abstract String getDependencies(int index)
        The dependencies for the module
        
        repeated string dependencies = 4;
        Parameters:
        index - The index of the element to return.
        Returns:

        The dependencies at the given index.

      • getDependenciesBytes

         abstract ByteString getDependenciesBytes(int index)
        The dependencies for the module
        
        repeated string dependencies = 4;
        Parameters:
        index - The index of the value to return.
        Returns:

        The bytes of the dependencies at the given index.