Interface ModuleRuntimeEventOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface ModuleRuntimeEventOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract booleanhasModuleRuntimeBase().xyz.block.ftl.schema.v1.ModuleRuntimeBase module_runtime_base = 1;abstract ModuleRuntimeBasegetModuleRuntimeBase().xyz.block.ftl.schema.v1.ModuleRuntimeBase module_runtime_base = 1;abstract ModuleRuntimeBaseOrBuildergetModuleRuntimeBaseOrBuilder().xyz.block.ftl.schema.v1.ModuleRuntimeBase module_runtime_base = 1;abstract booleanhasModuleRuntimeDeployment().xyz.block.ftl.schema.v1.ModuleRuntimeDeployment module_runtime_deployment = 3;abstract ModuleRuntimeDeploymentgetModuleRuntimeDeployment().xyz.block.ftl.schema.v1.ModuleRuntimeDeployment module_runtime_deployment = 3;abstract ModuleRuntimeDeploymentOrBuildergetModuleRuntimeDeploymentOrBuilder().xyz.block.ftl.schema.v1.ModuleRuntimeDeployment module_runtime_deployment = 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 ModuleRuntimeEvent.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
-
hasModuleRuntimeBase
abstract boolean hasModuleRuntimeBase()
.xyz.block.ftl.schema.v1.ModuleRuntimeBase module_runtime_base = 1;- Returns:
Whether the moduleRuntimeBase field is set.
-
getModuleRuntimeBase
abstract ModuleRuntimeBase getModuleRuntimeBase()
.xyz.block.ftl.schema.v1.ModuleRuntimeBase module_runtime_base = 1;- Returns:
The moduleRuntimeBase.
-
getModuleRuntimeBaseOrBuilder
abstract ModuleRuntimeBaseOrBuilder getModuleRuntimeBaseOrBuilder()
.xyz.block.ftl.schema.v1.ModuleRuntimeBase module_runtime_base = 1;
-
hasModuleRuntimeDeployment
abstract boolean hasModuleRuntimeDeployment()
.xyz.block.ftl.schema.v1.ModuleRuntimeDeployment module_runtime_deployment = 3;- Returns:
Whether the moduleRuntimeDeployment field is set.
-
getModuleRuntimeDeployment
abstract ModuleRuntimeDeployment getModuleRuntimeDeployment()
.xyz.block.ftl.schema.v1.ModuleRuntimeDeployment module_runtime_deployment = 3;- Returns:
The moduleRuntimeDeployment.
-
getModuleRuntimeDeploymentOrBuilder
abstract ModuleRuntimeDeploymentOrBuilder getModuleRuntimeDeploymentOrBuilder()
.xyz.block.ftl.schema.v1.ModuleRuntimeDeployment module_runtime_deployment = 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;
-
getValueCase
abstract ModuleRuntimeEvent.ValueCase getValueCase()
-
-
-
-