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 booleanhasEgressRuntime().xyz.block.ftl.schema.v1.EgressRuntime egress_runtime = 7;abstract EgressRuntimegetEgressRuntime().xyz.block.ftl.schema.v1.EgressRuntime egress_runtime = 7;abstract EgressRuntimeOrBuildergetEgressRuntimeOrBuilder().xyz.block.ftl.schema.v1.EgressRuntime egress_runtime = 7;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 booleanhasModuleRuntimeImage().xyz.block.ftl.schema.v1.ModuleRuntimeImage module_runtime_image = 4;abstract ModuleRuntimeImagegetModuleRuntimeImage().xyz.block.ftl.schema.v1.ModuleRuntimeImage module_runtime_image = 4;abstract ModuleRuntimeImageOrBuildergetModuleRuntimeImageOrBuilder().xyz.block.ftl.schema.v1.ModuleRuntimeImage module_runtime_image = 4;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 booleanhasPlaintextKafkaSubscriptionConnector().xyz.block.ftl.schema.v1.PlaintextKafkaSubscriptionConnector plaintext_kafka_subscription_connector = 8;abstract PlaintextKafkaSubscriptionConnectorgetPlaintextKafkaSubscriptionConnector().xyz.block.ftl.schema.v1.PlaintextKafkaSubscriptionConnector plaintext_kafka_subscription_connector = 8;abstract PlaintextKafkaSubscriptionConnectorOrBuildergetPlaintextKafkaSubscriptionConnectorOrBuilder().xyz.block.ftl.schema.v1.PlaintextKafkaSubscriptionConnector plaintext_kafka_subscription_connector = 8;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 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;
-
hasEgressRuntime
abstract boolean hasEgressRuntime()
.xyz.block.ftl.schema.v1.EgressRuntime egress_runtime = 7;- Returns:
Whether the egressRuntime field is set.
-
getEgressRuntime
abstract EgressRuntime getEgressRuntime()
.xyz.block.ftl.schema.v1.EgressRuntime egress_runtime = 7;- Returns:
The egressRuntime.
-
getEgressRuntimeOrBuilder
abstract EgressRuntimeOrBuilder getEgressRuntimeOrBuilder()
.xyz.block.ftl.schema.v1.EgressRuntime egress_runtime = 7;
-
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;
-
hasModuleRuntimeImage
abstract boolean hasModuleRuntimeImage()
.xyz.block.ftl.schema.v1.ModuleRuntimeImage module_runtime_image = 4;- Returns:
Whether the moduleRuntimeImage field is set.
-
getModuleRuntimeImage
abstract ModuleRuntimeImage getModuleRuntimeImage()
.xyz.block.ftl.schema.v1.ModuleRuntimeImage module_runtime_image = 4;- Returns:
The moduleRuntimeImage.
-
getModuleRuntimeImageOrBuilder
abstract ModuleRuntimeImageOrBuilder getModuleRuntimeImageOrBuilder()
.xyz.block.ftl.schema.v1.ModuleRuntimeImage module_runtime_image = 4;
-
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;
-
hasPlaintextKafkaSubscriptionConnector
abstract boolean hasPlaintextKafkaSubscriptionConnector()
.xyz.block.ftl.schema.v1.PlaintextKafkaSubscriptionConnector plaintext_kafka_subscription_connector = 8;- Returns:
Whether the plaintextKafkaSubscriptionConnector field is set.
-
getPlaintextKafkaSubscriptionConnector
abstract PlaintextKafkaSubscriptionConnector getPlaintextKafkaSubscriptionConnector()
.xyz.block.ftl.schema.v1.PlaintextKafkaSubscriptionConnector plaintext_kafka_subscription_connector = 8;- Returns:
The plaintextKafkaSubscriptionConnector.
-
getPlaintextKafkaSubscriptionConnectorOrBuilder
abstract PlaintextKafkaSubscriptionConnectorOrBuilder getPlaintextKafkaSubscriptionConnectorOrBuilder()
.xyz.block.ftl.schema.v1.PlaintextKafkaSubscriptionConnector plaintext_kafka_subscription_connector = 8;
-
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;
-
getValueCase
abstract Runtime.ValueCase getValueCase()
-
-
-
-