Class Runtime
-
- All Implemented Interfaces:
-
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable,xyz.block.ftl.schema.v1.RuntimeOrBuilder
public final class Runtime extends GeneratedMessageV3 implements RuntimeOrBuilder
Protobuf type
xyz.block.ftl.schema.v1.Runtime
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumRuntime.ValueCasepublic final classRuntime.BuilderProtobuf type
xyz.block.ftl.schema.v1.Runtime
-
Field Summary
Fields Modifier and Type Field Description public final static intDATABASE_RUNTIME_FIELD_NUMBERpublic final static intEGRESS_RUNTIME_FIELD_NUMBERpublic final static intMODULE_RUNTIME_DEPLOYMENT_FIELD_NUMBERpublic final static intMODULE_RUNTIME_RUNNER_FIELD_NUMBERpublic final static intMODULE_RUNTIME_SCALING_FIELD_NUMBERpublic final static intPLAINTEXT_KAFKA_SUBSCRIPTION_CONNECTOR_FIELD_NUMBERpublic final static intTOPIC_RUNTIME_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()Runtime.ValueCasegetValueCase()booleanhasDatabaseRuntime().xyz.block.ftl.schema.v1.DatabaseRuntime database_runtime = 6;DatabaseRuntimegetDatabaseRuntime().xyz.block.ftl.schema.v1.DatabaseRuntime database_runtime = 6;DatabaseRuntimeOrBuildergetDatabaseRuntimeOrBuilder().xyz.block.ftl.schema.v1.DatabaseRuntime database_runtime = 6;booleanhasEgressRuntime().xyz.block.ftl.schema.v1.EgressRuntime egress_runtime = 7;EgressRuntimegetEgressRuntime().xyz.block.ftl.schema.v1.EgressRuntime egress_runtime = 7;EgressRuntimeOrBuildergetEgressRuntimeOrBuilder().xyz.block.ftl.schema.v1.EgressRuntime egress_runtime = 7;booleanhasModuleRuntimeDeployment().xyz.block.ftl.schema.v1.ModuleRuntimeDeployment module_runtime_deployment = 1;ModuleRuntimeDeploymentgetModuleRuntimeDeployment().xyz.block.ftl.schema.v1.ModuleRuntimeDeployment module_runtime_deployment = 1;ModuleRuntimeDeploymentOrBuildergetModuleRuntimeDeploymentOrBuilder().xyz.block.ftl.schema.v1.ModuleRuntimeDeployment module_runtime_deployment = 1;booleanhasModuleRuntimeRunner().xyz.block.ftl.schema.v1.ModuleRuntimeRunner module_runtime_runner = 3;ModuleRuntimeRunnergetModuleRuntimeRunner().xyz.block.ftl.schema.v1.ModuleRuntimeRunner module_runtime_runner = 3;ModuleRuntimeRunnerOrBuildergetModuleRuntimeRunnerOrBuilder().xyz.block.ftl.schema.v1.ModuleRuntimeRunner module_runtime_runner = 3;booleanhasModuleRuntimeScaling().xyz.block.ftl.schema.v1.ModuleRuntimeScaling module_runtime_scaling = 2;ModuleRuntimeScalinggetModuleRuntimeScaling().xyz.block.ftl.schema.v1.ModuleRuntimeScaling module_runtime_scaling = 2;ModuleRuntimeScalingOrBuildergetModuleRuntimeScalingOrBuilder().xyz.block.ftl.schema.v1.ModuleRuntimeScaling module_runtime_scaling = 2;booleanhasPlaintextKafkaSubscriptionConnector().xyz.block.ftl.schema.v1.PlaintextKafkaSubscriptionConnector plaintext_kafka_subscription_connector = 8;PlaintextKafkaSubscriptionConnectorgetPlaintextKafkaSubscriptionConnector().xyz.block.ftl.schema.v1.PlaintextKafkaSubscriptionConnector plaintext_kafka_subscription_connector = 8;PlaintextKafkaSubscriptionConnectorOrBuildergetPlaintextKafkaSubscriptionConnectorOrBuilder().xyz.block.ftl.schema.v1.PlaintextKafkaSubscriptionConnector plaintext_kafka_subscription_connector = 8;booleanhasTopicRuntime().xyz.block.ftl.schema.v1.TopicRuntime topic_runtime = 5;TopicRuntimegetTopicRuntime().xyz.block.ftl.schema.v1.TopicRuntime topic_runtime = 5;TopicRuntimeOrBuildergetTopicRuntimeOrBuilder().xyz.block.ftl.schema.v1.TopicRuntime topic_runtime = 5;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static RuntimeparseFrom(ByteBuffer data)static RuntimeparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static RuntimeparseFrom(ByteString data)static RuntimeparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static RuntimeparseFrom(Array<byte> data)static RuntimeparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static RuntimeparseFrom(InputStream input)static RuntimeparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static RuntimeparseDelimitedFrom(InputStream input)static RuntimeparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static RuntimeparseFrom(CodedInputStream input)static RuntimeparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)Runtime.BuildernewBuilderForType()static Runtime.BuildernewBuilder()static Runtime.BuildernewBuilder(Runtime prototype)Runtime.BuildertoBuilder()static RuntimegetDefaultInstance()static Parser<Runtime>parser()Parser<Runtime>getParserForType()RuntimegetDefaultInstanceForType()-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof -
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, toString -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.Message
getParserForType -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDescriptor
final static Descriptors.Descriptor getDescriptor()
-
getValueCase
Runtime.ValueCase getValueCase()
-
hasDatabaseRuntime
boolean hasDatabaseRuntime()
.xyz.block.ftl.schema.v1.DatabaseRuntime database_runtime = 6;- Returns:
Whether the databaseRuntime field is set.
-
getDatabaseRuntime
DatabaseRuntime getDatabaseRuntime()
.xyz.block.ftl.schema.v1.DatabaseRuntime database_runtime = 6;- Returns:
The databaseRuntime.
-
getDatabaseRuntimeOrBuilder
DatabaseRuntimeOrBuilder getDatabaseRuntimeOrBuilder()
.xyz.block.ftl.schema.v1.DatabaseRuntime database_runtime = 6;
-
hasEgressRuntime
boolean hasEgressRuntime()
.xyz.block.ftl.schema.v1.EgressRuntime egress_runtime = 7;- Returns:
Whether the egressRuntime field is set.
-
getEgressRuntime
EgressRuntime getEgressRuntime()
.xyz.block.ftl.schema.v1.EgressRuntime egress_runtime = 7;- Returns:
The egressRuntime.
-
getEgressRuntimeOrBuilder
EgressRuntimeOrBuilder getEgressRuntimeOrBuilder()
.xyz.block.ftl.schema.v1.EgressRuntime egress_runtime = 7;
-
hasModuleRuntimeDeployment
boolean hasModuleRuntimeDeployment()
.xyz.block.ftl.schema.v1.ModuleRuntimeDeployment module_runtime_deployment = 1;- Returns:
Whether the moduleRuntimeDeployment field is set.
-
getModuleRuntimeDeployment
ModuleRuntimeDeployment getModuleRuntimeDeployment()
.xyz.block.ftl.schema.v1.ModuleRuntimeDeployment module_runtime_deployment = 1;- Returns:
The moduleRuntimeDeployment.
-
getModuleRuntimeDeploymentOrBuilder
ModuleRuntimeDeploymentOrBuilder getModuleRuntimeDeploymentOrBuilder()
.xyz.block.ftl.schema.v1.ModuleRuntimeDeployment module_runtime_deployment = 1;
-
hasModuleRuntimeRunner
boolean hasModuleRuntimeRunner()
.xyz.block.ftl.schema.v1.ModuleRuntimeRunner module_runtime_runner = 3;- Returns:
Whether the moduleRuntimeRunner field is set.
-
getModuleRuntimeRunner
ModuleRuntimeRunner getModuleRuntimeRunner()
.xyz.block.ftl.schema.v1.ModuleRuntimeRunner module_runtime_runner = 3;- Returns:
The moduleRuntimeRunner.
-
getModuleRuntimeRunnerOrBuilder
ModuleRuntimeRunnerOrBuilder getModuleRuntimeRunnerOrBuilder()
.xyz.block.ftl.schema.v1.ModuleRuntimeRunner module_runtime_runner = 3;
-
hasModuleRuntimeScaling
boolean hasModuleRuntimeScaling()
.xyz.block.ftl.schema.v1.ModuleRuntimeScaling module_runtime_scaling = 2;- Returns:
Whether the moduleRuntimeScaling field is set.
-
getModuleRuntimeScaling
ModuleRuntimeScaling getModuleRuntimeScaling()
.xyz.block.ftl.schema.v1.ModuleRuntimeScaling module_runtime_scaling = 2;- Returns:
The moduleRuntimeScaling.
-
getModuleRuntimeScalingOrBuilder
ModuleRuntimeScalingOrBuilder getModuleRuntimeScalingOrBuilder()
.xyz.block.ftl.schema.v1.ModuleRuntimeScaling module_runtime_scaling = 2;
-
hasPlaintextKafkaSubscriptionConnector
boolean hasPlaintextKafkaSubscriptionConnector()
.xyz.block.ftl.schema.v1.PlaintextKafkaSubscriptionConnector plaintext_kafka_subscription_connector = 8;- Returns:
Whether the plaintextKafkaSubscriptionConnector field is set.
-
getPlaintextKafkaSubscriptionConnector
PlaintextKafkaSubscriptionConnector getPlaintextKafkaSubscriptionConnector()
.xyz.block.ftl.schema.v1.PlaintextKafkaSubscriptionConnector plaintext_kafka_subscription_connector = 8;- Returns:
The plaintextKafkaSubscriptionConnector.
-
getPlaintextKafkaSubscriptionConnectorOrBuilder
PlaintextKafkaSubscriptionConnectorOrBuilder getPlaintextKafkaSubscriptionConnectorOrBuilder()
.xyz.block.ftl.schema.v1.PlaintextKafkaSubscriptionConnector plaintext_kafka_subscription_connector = 8;
-
hasTopicRuntime
boolean hasTopicRuntime()
.xyz.block.ftl.schema.v1.TopicRuntime topic_runtime = 5;- Returns:
Whether the topicRuntime field is set.
-
getTopicRuntime
TopicRuntime getTopicRuntime()
.xyz.block.ftl.schema.v1.TopicRuntime topic_runtime = 5;- Returns:
The topicRuntime.
-
getTopicRuntimeOrBuilder
TopicRuntimeOrBuilder getTopicRuntimeOrBuilder()
.xyz.block.ftl.schema.v1.TopicRuntime topic_runtime = 5;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static Runtime parseFrom(ByteBuffer data)
-
parseFrom
static Runtime parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static Runtime parseFrom(InputStream input)
-
parseFrom
static Runtime parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static Runtime parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static Runtime parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
Runtime.Builder newBuilderForType()
-
newBuilder
static Runtime.Builder newBuilder()
-
newBuilder
static Runtime.Builder newBuilder(Runtime prototype)
-
toBuilder
Runtime.Builder toBuilder()
-
getDefaultInstance
static Runtime getDefaultInstance()
-
getParserForType
Parser<Runtime> getParserForType()
-
getDefaultInstanceForType
Runtime getDefaultInstanceForType()
-
-
-
-