Package xyz.block.ftl.language.v1
Interface SyncStubReferencesRequestOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface SyncStubReferencesRequestOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract booleanhasModuleConfig().xyz.block.ftl.language.v1.ModuleConfig module_config = 1;abstract ModuleConfiggetModuleConfig().xyz.block.ftl.language.v1.ModuleConfig module_config = 1;abstract ModuleConfigOrBuildergetModuleConfigOrBuilder().xyz.block.ftl.language.v1.ModuleConfig module_config = 1;abstract StringgetStubsRoot()The path of the directory containing all module stubs. Each module is in a subdirectorystring stubs_root = 2;abstract ByteStringgetStubsRootBytes()The path of the directory containing all module stubs. Each module is in a subdirectorystring stubs_root = 2;abstract List<String>getModulesList()The names of all modules that have had stubs generatedrepeated string modules = 3;abstract intgetModulesCount()The names of all modules that have had stubs generatedrepeated string modules = 3;abstract StringgetModules(int index)The names of all modules that have had stubs generatedrepeated string modules = 3;abstract ByteStringgetModulesBytes(int index)The names of all modules that have had stubs generatedrepeated string modules = 3;abstract booleanhasSchema()The complete FTL schema.xyz.block.ftl.schema.v1.Schema schema = 4;abstract SchemagetSchema()The complete FTL schema.xyz.block.ftl.schema.v1.Schema schema = 4;abstract SchemaOrBuildergetSchemaOrBuilder()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
-
-
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.
-
getModuleConfigOrBuilder
abstract ModuleConfigOrBuilder getModuleConfigOrBuilder()
.xyz.block.ftl.language.v1.ModuleConfig module_config = 1;
-
getStubsRoot
abstract String getStubsRoot()
The path of the directory containing all module stubs. Each module is in a subdirectorystring stubs_root = 2;- Returns:
The stubsRoot.
-
getStubsRootBytes
abstract ByteString getStubsRootBytes()
The path of the directory containing all module stubs. Each module is in a subdirectorystring stubs_root = 2;- Returns:
The bytes for stubsRoot.
-
getModulesList
abstract List<String> getModulesList()
The names of all modules that have had stubs generatedrepeated string modules = 3;- Returns:
A list containing the modules.
-
getModulesCount
abstract int getModulesCount()
The names of all modules that have had stubs generatedrepeated string modules = 3;- Returns:
The count of modules.
-
getModules
abstract String getModules(int index)
The names of all modules that have had stubs generatedrepeated 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 generatedrepeated 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.
-
getSchemaOrBuilder
abstract SchemaOrBuilder getSchemaOrBuilder()
The complete FTL schema.xyz.block.ftl.schema.v1.Schema schema = 4;
-
-
-
-