Interface BuildSuccessOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface BuildSuccessOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract booleanhasModule()Module schema for the built module.xyz.block.ftl.schema.v1.Module module = 1;abstract ModulegetModule()Module schema for the built module.xyz.block.ftl.schema.v1.Module module = 1;abstract ModuleOrBuildergetModuleOrBuilder()Module schema for the built module.xyz.block.ftl.schema.v1.Module module = 1;abstract List<String>getDeployList()Paths for files/directories to be deployedrepeated string deploy = 2;abstract intgetDeployCount()Paths for files/directories to be deployedrepeated string deploy = 2;abstract StringgetDeploy(int index)Paths for files/directories to be deployedrepeated string deploy = 2;abstract ByteStringgetDeployBytes(int index)Paths for files/directories to be deployedrepeated string deploy = 2;abstract StringgetDockerImage()Name of the docker image to use for the runnerstring docker_image = 3;abstract ByteStringgetDockerImageBytes()Name of the docker image to use for the runnerstring docker_image = 3;abstract booleanhasErrors()Errors contains any errors that occurred during the build No errors can have a level of ERROR, instead a BuildFailure should be sent Instead this is useful for INFO and WARN level errors..xyz.block.ftl.language.v1.ErrorList errors = 4;abstract ErrorListgetErrors()Errors contains any errors that occurred during the build No errors can have a level of ERROR, instead a BuildFailure should be sent Instead this is useful for INFO and WARN level errors..xyz.block.ftl.language.v1.ErrorList errors = 4;abstract ErrorListOrBuildergetErrorsOrBuilder()Errors contains any errors that occurred during the build No errors can have a level of ERROR, instead a BuildFailure should be sent Instead this is useful for INFO and WARN level errors..xyz.block.ftl.language.v1.ErrorList errors = 4;abstract booleanhasDevEndpoint()Dev mode endpoint URI. If this is set then rather than trying to deploy the module, FTL will start a runner that connects to this endpoint.optional string dev_endpoint = 5;abstract StringgetDevEndpoint()Dev mode endpoint URI. If this is set then rather than trying to deploy the module, FTL will start a runner that connects to this endpoint.optional string dev_endpoint = 5;abstract ByteStringgetDevEndpointBytes()Dev mode endpoint URI. If this is set then rather than trying to deploy the module, FTL will start a runner that connects to this endpoint.optional string dev_endpoint = 5;abstract booleanhasDebugPort()Dev mode debug portoptional int32 debug_port = 6;abstract intgetDebugPort()Dev mode debug portoptional int32 debug_port = 6;abstract booleanhasDevHotReloadEndpoint()Dev mode hot reload endpoint, this is used to allow the runner to communicate info back to the running processoptional string dev_hot_reload_endpoint = 7;abstract StringgetDevHotReloadEndpoint()Dev mode hot reload endpoint, this is used to allow the runner to communicate info back to the running processoptional string dev_hot_reload_endpoint = 7;abstract ByteStringgetDevHotReloadEndpointBytes()Dev mode hot reload endpoint, this is used to allow the runner to communicate info back to the running processoptional string dev_hot_reload_endpoint = 7;abstract booleanhasDevHotReloadVersion()optional int64 dev_hot_reload_version = 8;abstract longgetDevHotReloadVersion()optional int64 dev_hot_reload_version = 8;abstract List<String>getModifiedFilesList()Files modified during the build, relative to the build dirrepeated string modified_files = 9;abstract intgetModifiedFilesCount()Files modified during the build, relative to the build dirrepeated string modified_files = 9;abstract StringgetModifiedFiles(int index)Files modified during the build, relative to the build dirrepeated string modified_files = 9;abstract ByteStringgetModifiedFilesBytes(int index)Files modified during the build, relative to the build dirrepeated string modified_files = 9;abstract booleangetRedeployNotRequired()If there have been no structural changes it is possible that no further action is requiredbool redeploy_not_required = 10;-
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
-
hasModule
abstract boolean hasModule()
Module schema for the built module.xyz.block.ftl.schema.v1.Module module = 1;- Returns:
Whether the module field is set.
-
getModule
abstract Module getModule()
Module schema for the built module.xyz.block.ftl.schema.v1.Module module = 1;- Returns:
The module.
-
getModuleOrBuilder
abstract ModuleOrBuilder getModuleOrBuilder()
Module schema for the built module.xyz.block.ftl.schema.v1.Module module = 1;
-
getDeployList
abstract List<String> getDeployList()
Paths for files/directories to be deployedrepeated string deploy = 2;- Returns:
A list containing the deploy.
-
getDeployCount
abstract int getDeployCount()
Paths for files/directories to be deployedrepeated string deploy = 2;- Returns:
The count of deploy.
-
getDeploy
abstract String getDeploy(int index)
Paths for files/directories to be deployedrepeated string deploy = 2;- Parameters:
index- The index of the element to return.- Returns:
The deploy at the given index.
-
getDeployBytes
abstract ByteString getDeployBytes(int index)
Paths for files/directories to be deployedrepeated string deploy = 2;- Parameters:
index- The index of the value to return.- Returns:
The bytes of the deploy at the given index.
-
getDockerImage
abstract String getDockerImage()
Name of the docker image to use for the runnerstring docker_image = 3;- Returns:
The dockerImage.
-
getDockerImageBytes
abstract ByteString getDockerImageBytes()
Name of the docker image to use for the runnerstring docker_image = 3;- Returns:
The bytes for dockerImage.
-
hasErrors
abstract boolean hasErrors()
Errors contains any errors that occurred during the build No errors can have a level of ERROR, instead a BuildFailure should be sent Instead this is useful for INFO and WARN level errors..xyz.block.ftl.language.v1.ErrorList errors = 4;- Returns:
Whether the errors field is set.
-
getErrors
abstract ErrorList getErrors()
Errors contains any errors that occurred during the build No errors can have a level of ERROR, instead a BuildFailure should be sent Instead this is useful for INFO and WARN level errors..xyz.block.ftl.language.v1.ErrorList errors = 4;- Returns:
The errors.
-
getErrorsOrBuilder
abstract ErrorListOrBuilder getErrorsOrBuilder()
Errors contains any errors that occurred during the build No errors can have a level of ERROR, instead a BuildFailure should be sent Instead this is useful for INFO and WARN level errors..xyz.block.ftl.language.v1.ErrorList errors = 4;
-
hasDevEndpoint
abstract boolean hasDevEndpoint()
Dev mode endpoint URI. If this is set then rather than trying to deploy the module, FTL will start a runner that connects to this endpoint.optional string dev_endpoint = 5;- Returns:
Whether the devEndpoint field is set.
-
getDevEndpoint
abstract String getDevEndpoint()
Dev mode endpoint URI. If this is set then rather than trying to deploy the module, FTL will start a runner that connects to this endpoint.optional string dev_endpoint = 5;- Returns:
The devEndpoint.
-
getDevEndpointBytes
abstract ByteString getDevEndpointBytes()
Dev mode endpoint URI. If this is set then rather than trying to deploy the module, FTL will start a runner that connects to this endpoint.optional string dev_endpoint = 5;- Returns:
The bytes for devEndpoint.
-
hasDebugPort
abstract boolean hasDebugPort()
Dev mode debug portoptional int32 debug_port = 6;- Returns:
Whether the debugPort field is set.
-
getDebugPort
abstract int getDebugPort()
Dev mode debug portoptional int32 debug_port = 6;- Returns:
The debugPort.
-
hasDevHotReloadEndpoint
abstract boolean hasDevHotReloadEndpoint()
Dev mode hot reload endpoint, this is used to allow the runner to communicate info back to the running processoptional string dev_hot_reload_endpoint = 7;- Returns:
Whether the devHotReloadEndpoint field is set.
-
getDevHotReloadEndpoint
abstract String getDevHotReloadEndpoint()
Dev mode hot reload endpoint, this is used to allow the runner to communicate info back to the running processoptional string dev_hot_reload_endpoint = 7;- Returns:
The devHotReloadEndpoint.
-
getDevHotReloadEndpointBytes
abstract ByteString getDevHotReloadEndpointBytes()
Dev mode hot reload endpoint, this is used to allow the runner to communicate info back to the running processoptional string dev_hot_reload_endpoint = 7;- Returns:
The bytes for devHotReloadEndpoint.
-
hasDevHotReloadVersion
abstract boolean hasDevHotReloadVersion()
optional int64 dev_hot_reload_version = 8;- Returns:
Whether the devHotReloadVersion field is set.
-
getDevHotReloadVersion
abstract long getDevHotReloadVersion()
optional int64 dev_hot_reload_version = 8;- Returns:
The devHotReloadVersion.
-
getModifiedFilesList
abstract List<String> getModifiedFilesList()
Files modified during the build, relative to the build dirrepeated string modified_files = 9;- Returns:
A list containing the modifiedFiles.
-
getModifiedFilesCount
abstract int getModifiedFilesCount()
Files modified during the build, relative to the build dirrepeated string modified_files = 9;- Returns:
The count of modifiedFiles.
-
getModifiedFiles
abstract String getModifiedFiles(int index)
Files modified during the build, relative to the build dirrepeated string modified_files = 9;- Parameters:
index- The index of the element to return.- Returns:
The modifiedFiles at the given index.
-
getModifiedFilesBytes
abstract ByteString getModifiedFilesBytes(int index)
Files modified during the build, relative to the build dirrepeated string modified_files = 9;- Parameters:
index- The index of the value to return.- Returns:
The bytes of the modifiedFiles at the given index.
-
getRedeployNotRequired
abstract boolean getRedeployNotRequired()
If there have been no structural changes it is possible that no further action is requiredbool redeploy_not_required = 10;- Returns:
The redeployNotRequired.
-
-
-
-