Interface CreateModuleRequestOrBuilder

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

    
    public interface CreateModuleRequestOrBuilder
     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 getName() string name = 1;
      abstract ByteString getNameBytes() string name = 1;
      abstract String getDir()
      The root directory for the module, which does not yet exist.
      The plugin should create the directory.
      
      string dir = 2;
      abstract ByteString getDirBytes()
      The root directory for the module, which does not yet exist.
      The plugin should create the directory.
      
      string dir = 2;
      abstract boolean hasProjectConfig()
      The project configuration
      
      .xyz.block.ftl.language.v1.ProjectConfig project_config = 3;
      abstract ProjectConfig getProjectConfig()
      The project configuration
      
      .xyz.block.ftl.language.v1.ProjectConfig project_config = 3;
      abstract ProjectConfigOrBuilder getProjectConfigOrBuilder()
      The project configuration
      
      .xyz.block.ftl.language.v1.ProjectConfig project_config = 3;
      abstract boolean hasFlags()
      Flags contains any values set for those configured in the GetCreateModuleFlags call
      
      .google.protobuf.Struct flags = 4;
      abstract Struct getFlags()
      Flags contains any values set for those configured in the GetCreateModuleFlags call
      
      .google.protobuf.Struct flags = 4;
      abstract StructOrBuilder getFlagsOrBuilder()
      Flags contains any values set for those configured in the GetCreateModuleFlags call
      
      .google.protobuf.Struct flags = 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

      • getName

         abstract String getName()

        string name = 1;

        Returns:

        The name.

      • getNameBytes

         abstract ByteString getNameBytes()

        string name = 1;

        Returns:

        The bytes for name.

      • getDir

         abstract String getDir()
        The root directory for the module, which does not yet exist.
        The plugin should create the directory.
        
        string dir = 2;
        Returns:

        The dir.

      • getDirBytes

         abstract ByteString getDirBytes()
        The root directory for the module, which does not yet exist.
        The plugin should create the directory.
        
        string dir = 2;
        Returns:

        The bytes for dir.

      • hasProjectConfig

         abstract boolean hasProjectConfig()
        The project configuration
        
        .xyz.block.ftl.language.v1.ProjectConfig project_config = 3;
        Returns:

        Whether the projectConfig field is set.

      • getProjectConfig

         abstract ProjectConfig getProjectConfig()
        The project configuration
        
        .xyz.block.ftl.language.v1.ProjectConfig project_config = 3;
        Returns:

        The projectConfig.

      • hasFlags

         abstract boolean hasFlags()
        Flags contains any values set for those configured in the GetCreateModuleFlags call
        
        .google.protobuf.Struct flags = 4;
        Returns:

        Whether the flags field is set.

      • getFlags

         abstract Struct getFlags()
        Flags contains any values set for those configured in the GetCreateModuleFlags call
        
        .google.protobuf.Struct flags = 4;
        Returns:

        The flags.

      • getFlagsOrBuilder

         abstract StructOrBuilder getFlagsOrBuilder()
        Flags contains any values set for those configured in the GetCreateModuleFlags call
        
        .google.protobuf.Struct flags = 4;