Interface SyncStubReferencesRequestOrBuilder

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

    
    public interface SyncStubReferencesRequestOrBuilder
     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 boolean hasModuleConfig() .xyz.block.ftl.language.v1.ModuleConfig module_config = 1;
      abstract ModuleConfig getModuleConfig() .xyz.block.ftl.language.v1.ModuleConfig module_config = 1;
      abstract ModuleConfigOrBuilder getModuleConfigOrBuilder() .xyz.block.ftl.language.v1.ModuleConfig module_config = 1;
      abstract String getStubsRoot()
      The path of the directory containing all module stubs. Each module is in a subdirectory
      
      string stubs_root = 2;
      abstract ByteString getStubsRootBytes()
      The path of the directory containing all module stubs. Each module is in a subdirectory
      
      string stubs_root = 2;
      abstract List<String> getModulesList()
      The names of all modules that have had stubs generated
      
      repeated string modules = 3;
      abstract int getModulesCount()
      The names of all modules that have had stubs generated
      
      repeated string modules = 3;
      abstract String getModules(int index)
      The names of all modules that have had stubs generated
      
      repeated string modules = 3;
      abstract ByteString getModulesBytes(int index)
      The names of all modules that have had stubs generated
      
      repeated string modules = 3;
      abstract boolean hasSchema()
      The complete FTL schema
      
      .xyz.block.ftl.schema.v1.Schema schema = 4;
      abstract Schema getSchema()
      The complete FTL schema
      
      .xyz.block.ftl.schema.v1.Schema schema = 4;
      abstract SchemaOrBuilder getSchemaOrBuilder()
      The complete FTL schema
      
      .xyz.block.ftl.schema.v1.Schema schema = 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

      • hasModuleConfig

         abstract boolean hasModuleConfig()

        .xyz.block.ftl.language.v1.ModuleConfig module_config = 1;

        Returns:

        Whether the moduleConfig field is set.

      • getModuleConfig

         abstract ModuleConfig getModuleConfig()

        .xyz.block.ftl.language.v1.ModuleConfig module_config = 1;

        Returns:

        The moduleConfig.

      • getStubsRoot

         abstract String getStubsRoot()
        The path of the directory containing all module stubs. Each module is in a subdirectory
        
        string stubs_root = 2;
        Returns:

        The stubsRoot.

      • getStubsRootBytes

         abstract ByteString getStubsRootBytes()
        The path of the directory containing all module stubs. Each module is in a subdirectory
        
        string stubs_root = 2;
        Returns:

        The bytes for stubsRoot.

      • getModulesList

         abstract List<String> getModulesList()
        The names of all modules that have had stubs generated
        
        repeated string modules = 3;
        Returns:

        A list containing the modules.

      • getModulesCount

         abstract int getModulesCount()
        The names of all modules that have had stubs generated
        
        repeated string modules = 3;
        Returns:

        The count of modules.

      • getModules

         abstract String getModules(int index)
        The names of all modules that have had stubs generated
        
        repeated string modules = 3;
        Parameters:
        index - The index of the element to return.
        Returns:

        The modules at the given index.

      • getModulesBytes

         abstract ByteString getModulesBytes(int index)
        The names of all modules that have had stubs generated
        
        repeated string modules = 3;
        Parameters:
        index - The index of the value to return.
        Returns:

        The bytes of the modules at the given index.

      • hasSchema

         abstract boolean hasSchema()
        The complete FTL schema
        
        .xyz.block.ftl.schema.v1.Schema schema = 4;
        Returns:

        Whether the schema field is set.

      • getSchema

         abstract Schema getSchema()
        The complete FTL schema
        
        .xyz.block.ftl.schema.v1.Schema schema = 4;
        Returns:

        The schema.