Interface RuntimeOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface RuntimeOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract booleanhasDatabaseRuntime().xyz.block.ftl.schema.v1.DatabaseRuntime database_runtime = 6;abstract DatabaseRuntimegetDatabaseRuntime().xyz.block.ftl.schema.v1.DatabaseRuntime database_runtime = 6;abstract DatabaseRuntimeOrBuildergetDatabaseRuntimeOrBuilder().xyz.block.ftl.schema.v1.DatabaseRuntime database_runtime = 6;abstract booleanhasModuleRuntimeDeployment().xyz.block.ftl.schema.v1.ModuleRuntimeDeployment module_runtime_deployment = 1;abstract ModuleRuntimeDeploymentgetModuleRuntimeDeployment().xyz.block.ftl.schema.v1.ModuleRuntimeDeployment module_runtime_deployment = 1;abstract ModuleRuntimeDeploymentOrBuildergetModuleRuntimeDeploymentOrBuilder().xyz.block.ftl.schema.v1.ModuleRuntimeDeployment module_runtime_deployment = 1;abstract booleanhasModuleRuntimeRunner().xyz.block.ftl.schema.v1.ModuleRuntimeRunner module_runtime_runner = 3;abstract ModuleRuntimeRunnergetModuleRuntimeRunner().xyz.block.ftl.schema.v1.ModuleRuntimeRunner module_runtime_runner = 3;abstract ModuleRuntimeRunnerOrBuildergetModuleRuntimeRunnerOrBuilder().xyz.block.ftl.schema.v1.ModuleRuntimeRunner module_runtime_runner = 3;abstract booleanhasModuleRuntimeScaling().xyz.block.ftl.schema.v1.ModuleRuntimeScaling module_runtime_scaling = 2;abstract ModuleRuntimeScalinggetModuleRuntimeScaling().xyz.block.ftl.schema.v1.ModuleRuntimeScaling module_runtime_scaling = 2;abstract ModuleRuntimeScalingOrBuildergetModuleRuntimeScalingOrBuilder().xyz.block.ftl.schema.v1.ModuleRuntimeScaling module_runtime_scaling = 2;abstract booleanhasTopicRuntime().xyz.block.ftl.schema.v1.TopicRuntime topic_runtime = 5;abstract TopicRuntimegetTopicRuntime().xyz.block.ftl.schema.v1.TopicRuntime topic_runtime = 5;abstract TopicRuntimeOrBuildergetTopicRuntimeOrBuilder().xyz.block.ftl.schema.v1.TopicRuntime topic_runtime = 5;abstract booleanhasVerbRuntime().xyz.block.ftl.schema.v1.VerbRuntime verb_runtime = 4;abstract VerbRuntimegetVerbRuntime().xyz.block.ftl.schema.v1.VerbRuntime verb_runtime = 4;abstract VerbRuntimeOrBuildergetVerbRuntimeOrBuilder().xyz.block.ftl.schema.v1.VerbRuntime verb_runtime = 4;abstract Runtime.ValueCasegetValueCase()-
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
-
hasDatabaseRuntime
abstract boolean hasDatabaseRuntime()
.xyz.block.ftl.schema.v1.DatabaseRuntime database_runtime = 6;- Returns:
Whether the databaseRuntime field is set.
-
getDatabaseRuntime
abstract DatabaseRuntime getDatabaseRuntime()
.xyz.block.ftl.schema.v1.DatabaseRuntime database_runtime = 6;- Returns:
The databaseRuntime.
-
getDatabaseRuntimeOrBuilder
abstract DatabaseRuntimeOrBuilder getDatabaseRuntimeOrBuilder()
.xyz.block.ftl.schema.v1.DatabaseRuntime database_runtime = 6;
-
hasModuleRuntimeDeployment
abstract boolean hasModuleRuntimeDeployment()
.xyz.block.ftl.schema.v1.ModuleRuntimeDeployment module_runtime_deployment = 1;- Returns:
Whether the moduleRuntimeDeployment field is set.
-
getModuleRuntimeDeployment
abstract ModuleRuntimeDeployment getModuleRuntimeDeployment()
.xyz.block.ftl.schema.v1.ModuleRuntimeDeployment module_runtime_deployment = 1;- Returns:
The moduleRuntimeDeployment.
-
getModuleRuntimeDeploymentOrBuilder
abstract ModuleRuntimeDeploymentOrBuilder getModuleRuntimeDeploymentOrBuilder()
.xyz.block.ftl.schema.v1.ModuleRuntimeDeployment module_runtime_deployment = 1;
-
hasModuleRuntimeRunner
abstract boolean hasModuleRuntimeRunner()
.xyz.block.ftl.schema.v1.ModuleRuntimeRunner module_runtime_runner = 3;- Returns:
Whether the moduleRuntimeRunner field is set.
-
getModuleRuntimeRunner
abstract ModuleRuntimeRunner getModuleRuntimeRunner()
.xyz.block.ftl.schema.v1.ModuleRuntimeRunner module_runtime_runner = 3;- Returns:
The moduleRuntimeRunner.
-
getModuleRuntimeRunnerOrBuilder
abstract ModuleRuntimeRunnerOrBuilder getModuleRuntimeRunnerOrBuilder()
.xyz.block.ftl.schema.v1.ModuleRuntimeRunner module_runtime_runner = 3;
-
hasModuleRuntimeScaling
abstract boolean hasModuleRuntimeScaling()
.xyz.block.ftl.schema.v1.ModuleRuntimeScaling module_runtime_scaling = 2;- Returns:
Whether the moduleRuntimeScaling field is set.
-
getModuleRuntimeScaling
abstract ModuleRuntimeScaling getModuleRuntimeScaling()
.xyz.block.ftl.schema.v1.ModuleRuntimeScaling module_runtime_scaling = 2;- Returns:
The moduleRuntimeScaling.
-
getModuleRuntimeScalingOrBuilder
abstract ModuleRuntimeScalingOrBuilder getModuleRuntimeScalingOrBuilder()
.xyz.block.ftl.schema.v1.ModuleRuntimeScaling module_runtime_scaling = 2;
-
hasTopicRuntime
abstract boolean hasTopicRuntime()
.xyz.block.ftl.schema.v1.TopicRuntime topic_runtime = 5;- Returns:
Whether the topicRuntime field is set.
-
getTopicRuntime
abstract TopicRuntime getTopicRuntime()
.xyz.block.ftl.schema.v1.TopicRuntime topic_runtime = 5;- Returns:
The topicRuntime.
-
getTopicRuntimeOrBuilder
abstract TopicRuntimeOrBuilder getTopicRuntimeOrBuilder()
.xyz.block.ftl.schema.v1.TopicRuntime topic_runtime = 5;
-
hasVerbRuntime
abstract boolean hasVerbRuntime()
.xyz.block.ftl.schema.v1.VerbRuntime verb_runtime = 4;- Returns:
Whether the verbRuntime field is set.
-
getVerbRuntime
abstract VerbRuntime getVerbRuntime()
.xyz.block.ftl.schema.v1.VerbRuntime verb_runtime = 4;- Returns:
The verbRuntime.
-
getVerbRuntimeOrBuilder
abstract VerbRuntimeOrBuilder getVerbRuntimeOrBuilder()
.xyz.block.ftl.schema.v1.VerbRuntime verb_runtime = 4;
-
getValueCase
abstract Runtime.ValueCase getValueCase()
-
-
-
-