Class ModuleRuntime
-
- 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.ModuleRuntimeOrBuilder
public final class ModuleRuntime extends GeneratedMessageV3 implements ModuleRuntimeOrBuilder
Protobuf typeModuleRuntime is runtime configuration for a module that can be dynamically updated.xyz.block.ftl.schema.v1.ModuleRuntime
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classModuleRuntime.Builder
Protobuf typeModuleRuntime is runtime configuration for a module that can be dynamically updated.xyz.block.ftl.schema.v1.ModuleRuntime
-
Field Summary
Fields Modifier and Type Field Description public final static intBASE_FIELD_NUMBERpublic final static intSCALING_FIELD_NUMBERpublic final static intDEPLOYMENT_FIELD_NUMBERpublic final static intRUNNER_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()booleanhasBase().xyz.block.ftl.schema.v1.ModuleRuntimeBase base = 1;ModuleRuntimeBasegetBase().xyz.block.ftl.schema.v1.ModuleRuntimeBase base = 1;ModuleRuntimeBaseOrBuildergetBaseOrBuilder().xyz.block.ftl.schema.v1.ModuleRuntimeBase base = 1;booleanhasScaling()optional .xyz.block.ftl.schema.v1.ModuleRuntimeScaling scaling = 2;ModuleRuntimeScalinggetScaling()optional .xyz.block.ftl.schema.v1.ModuleRuntimeScaling scaling = 2;ModuleRuntimeScalingOrBuildergetScalingOrBuilder()optional .xyz.block.ftl.schema.v1.ModuleRuntimeScaling scaling = 2;booleanhasDeployment()optional .xyz.block.ftl.schema.v1.ModuleRuntimeDeployment deployment = 3;ModuleRuntimeDeploymentgetDeployment()optional .xyz.block.ftl.schema.v1.ModuleRuntimeDeployment deployment = 3;ModuleRuntimeDeploymentOrBuildergetDeploymentOrBuilder()optional .xyz.block.ftl.schema.v1.ModuleRuntimeDeployment deployment = 3;booleanhasRunner()optional .xyz.block.ftl.schema.v1.ModuleRuntimeRunner runner = 4;ModuleRuntimeRunnergetRunner()optional .xyz.block.ftl.schema.v1.ModuleRuntimeRunner runner = 4;ModuleRuntimeRunnerOrBuildergetRunnerOrBuilder()optional .xyz.block.ftl.schema.v1.ModuleRuntimeRunner runner = 4;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static ModuleRuntimeparseFrom(ByteBuffer data)static ModuleRuntimeparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static ModuleRuntimeparseFrom(ByteString data)static ModuleRuntimeparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static ModuleRuntimeparseFrom(Array<byte> data)static ModuleRuntimeparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static ModuleRuntimeparseFrom(InputStream input)static ModuleRuntimeparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static ModuleRuntimeparseDelimitedFrom(InputStream input)static ModuleRuntimeparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static ModuleRuntimeparseFrom(CodedInputStream input)static ModuleRuntimeparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)ModuleRuntime.BuildernewBuilderForType()static ModuleRuntime.BuildernewBuilder()static ModuleRuntime.BuildernewBuilder(ModuleRuntime prototype)ModuleRuntime.BuildertoBuilder()static ModuleRuntimegetDefaultInstance()static Parser<ModuleRuntime>parser()Parser<ModuleRuntime>getParserForType()ModuleRuntimegetDefaultInstanceForType()-
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()
-
hasBase
boolean hasBase()
.xyz.block.ftl.schema.v1.ModuleRuntimeBase base = 1;- Returns:
Whether the base field is set.
-
getBase
ModuleRuntimeBase getBase()
.xyz.block.ftl.schema.v1.ModuleRuntimeBase base = 1;- Returns:
The base.
-
getBaseOrBuilder
ModuleRuntimeBaseOrBuilder getBaseOrBuilder()
.xyz.block.ftl.schema.v1.ModuleRuntimeBase base = 1;
-
hasScaling
boolean hasScaling()
optional .xyz.block.ftl.schema.v1.ModuleRuntimeScaling scaling = 2;- Returns:
Whether the scaling field is set.
-
getScaling
ModuleRuntimeScaling getScaling()
optional .xyz.block.ftl.schema.v1.ModuleRuntimeScaling scaling = 2;- Returns:
The scaling.
-
getScalingOrBuilder
ModuleRuntimeScalingOrBuilder getScalingOrBuilder()
optional .xyz.block.ftl.schema.v1.ModuleRuntimeScaling scaling = 2;
-
hasDeployment
boolean hasDeployment()
optional .xyz.block.ftl.schema.v1.ModuleRuntimeDeployment deployment = 3;- Returns:
Whether the deployment field is set.
-
getDeployment
ModuleRuntimeDeployment getDeployment()
optional .xyz.block.ftl.schema.v1.ModuleRuntimeDeployment deployment = 3;- Returns:
The deployment.
-
getDeploymentOrBuilder
ModuleRuntimeDeploymentOrBuilder getDeploymentOrBuilder()
optional .xyz.block.ftl.schema.v1.ModuleRuntimeDeployment deployment = 3;
-
hasRunner
boolean hasRunner()
optional .xyz.block.ftl.schema.v1.ModuleRuntimeRunner runner = 4;- Returns:
Whether the runner field is set.
-
getRunner
ModuleRuntimeRunner getRunner()
optional .xyz.block.ftl.schema.v1.ModuleRuntimeRunner runner = 4;- Returns:
The runner.
-
getRunnerOrBuilder
ModuleRuntimeRunnerOrBuilder getRunnerOrBuilder()
optional .xyz.block.ftl.schema.v1.ModuleRuntimeRunner runner = 4;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static ModuleRuntime parseFrom(ByteBuffer data)
-
parseFrom
static ModuleRuntime parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ModuleRuntime parseFrom(ByteString data)
-
parseFrom
static ModuleRuntime parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ModuleRuntime parseFrom(Array<byte> data)
-
parseFrom
static ModuleRuntime parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ModuleRuntime parseFrom(InputStream input)
-
parseFrom
static ModuleRuntime parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static ModuleRuntime parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static ModuleRuntime parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ModuleRuntime parseFrom(CodedInputStream input)
-
parseFrom
static ModuleRuntime parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
ModuleRuntime.Builder newBuilderForType()
-
newBuilder
static ModuleRuntime.Builder newBuilder()
-
newBuilder
static ModuleRuntime.Builder newBuilder(ModuleRuntime prototype)
-
toBuilder
ModuleRuntime.Builder toBuilder()
-
getDefaultInstance
static ModuleRuntime getDefaultInstance()
-
parser
static Parser<ModuleRuntime> parser()
-
getParserForType
Parser<ModuleRuntime> getParserForType()
-
getDefaultInstanceForType
ModuleRuntime getDefaultInstanceForType()
-
-
-
-