Class ModuleRuntimeEvent
-
- 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.ModuleRuntimeEventOrBuilder
public final class ModuleRuntimeEvent extends GeneratedMessageV3 implements ModuleRuntimeEventOrBuilder
Protobuf type
xyz.block.ftl.schema.v1.ModuleRuntimeEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classModuleRuntimeEvent.BuilderProtobuf type
xyz.block.ftl.schema.v1.ModuleRuntimeEvent
-
Field Summary
Fields Modifier and Type Field Description public final static intMODULE_FIELD_NUMBERpublic final static intDEPLOYMENT_KEY_FIELD_NUMBERpublic final static intBASE_FIELD_NUMBERpublic final static intSCALING_FIELD_NUMBERpublic final static intDEPLOYMENT_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()StringgetModule()string module = 1;ByteStringgetModuleBytes()string module = 1;booleanhasDeploymentKey()optional string deployment_key = 2;StringgetDeploymentKey()optional string deployment_key = 2;ByteStringgetDeploymentKeyBytes()optional string deployment_key = 2;booleanhasBase()optional .xyz.block.ftl.schema.v1.ModuleRuntimeBase base = 3;ModuleRuntimeBasegetBase()optional .xyz.block.ftl.schema.v1.ModuleRuntimeBase base = 3;ModuleRuntimeBaseOrBuildergetBaseOrBuilder()optional .xyz.block.ftl.schema.v1.ModuleRuntimeBase base = 3;booleanhasScaling()optional .xyz.block.ftl.schema.v1.ModuleRuntimeScaling scaling = 4;ModuleRuntimeScalinggetScaling()optional .xyz.block.ftl.schema.v1.ModuleRuntimeScaling scaling = 4;ModuleRuntimeScalingOrBuildergetScalingOrBuilder()optional .xyz.block.ftl.schema.v1.ModuleRuntimeScaling scaling = 4;booleanhasDeployment()optional .xyz.block.ftl.schema.v1.ModuleRuntimeDeployment deployment = 5;ModuleRuntimeDeploymentgetDeployment()optional .xyz.block.ftl.schema.v1.ModuleRuntimeDeployment deployment = 5;ModuleRuntimeDeploymentOrBuildergetDeploymentOrBuilder()optional .xyz.block.ftl.schema.v1.ModuleRuntimeDeployment deployment = 5;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static ModuleRuntimeEventparseFrom(ByteBuffer data)static ModuleRuntimeEventparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static ModuleRuntimeEventparseFrom(ByteString data)static ModuleRuntimeEventparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static ModuleRuntimeEventparseFrom(Array<byte> data)static ModuleRuntimeEventparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static ModuleRuntimeEventparseFrom(InputStream input)static ModuleRuntimeEventparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static ModuleRuntimeEventparseDelimitedFrom(InputStream input)static ModuleRuntimeEventparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static ModuleRuntimeEventparseFrom(CodedInputStream input)static ModuleRuntimeEventparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)ModuleRuntimeEvent.BuildernewBuilderForType()static ModuleRuntimeEvent.BuildernewBuilder()static ModuleRuntimeEvent.BuildernewBuilder(ModuleRuntimeEvent prototype)ModuleRuntimeEvent.BuildertoBuilder()static ModuleRuntimeEventgetDefaultInstance()static Parser<ModuleRuntimeEvent>parser()Parser<ModuleRuntimeEvent>getParserForType()ModuleRuntimeEventgetDefaultInstanceForType()-
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()
-
getModuleBytes
ByteString getModuleBytes()
string module = 1;- Returns:
The bytes for module.
-
hasDeploymentKey
boolean hasDeploymentKey()
optional string deployment_key = 2;- Returns:
Whether the deploymentKey field is set.
-
getDeploymentKey
String getDeploymentKey()
optional string deployment_key = 2;- Returns:
The deploymentKey.
-
getDeploymentKeyBytes
ByteString getDeploymentKeyBytes()
optional string deployment_key = 2;- Returns:
The bytes for deploymentKey.
-
hasBase
boolean hasBase()
optional .xyz.block.ftl.schema.v1.ModuleRuntimeBase base = 3;- Returns:
Whether the base field is set.
-
getBase
ModuleRuntimeBase getBase()
optional .xyz.block.ftl.schema.v1.ModuleRuntimeBase base = 3;- Returns:
The base.
-
getBaseOrBuilder
ModuleRuntimeBaseOrBuilder getBaseOrBuilder()
optional .xyz.block.ftl.schema.v1.ModuleRuntimeBase base = 3;
-
hasScaling
boolean hasScaling()
optional .xyz.block.ftl.schema.v1.ModuleRuntimeScaling scaling = 4;- Returns:
Whether the scaling field is set.
-
getScaling
ModuleRuntimeScaling getScaling()
optional .xyz.block.ftl.schema.v1.ModuleRuntimeScaling scaling = 4;- Returns:
The scaling.
-
getScalingOrBuilder
ModuleRuntimeScalingOrBuilder getScalingOrBuilder()
optional .xyz.block.ftl.schema.v1.ModuleRuntimeScaling scaling = 4;
-
hasDeployment
boolean hasDeployment()
optional .xyz.block.ftl.schema.v1.ModuleRuntimeDeployment deployment = 5;- Returns:
Whether the deployment field is set.
-
getDeployment
ModuleRuntimeDeployment getDeployment()
optional .xyz.block.ftl.schema.v1.ModuleRuntimeDeployment deployment = 5;- Returns:
The deployment.
-
getDeploymentOrBuilder
ModuleRuntimeDeploymentOrBuilder getDeploymentOrBuilder()
optional .xyz.block.ftl.schema.v1.ModuleRuntimeDeployment deployment = 5;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static ModuleRuntimeEvent parseFrom(ByteBuffer data)
-
parseFrom
static ModuleRuntimeEvent parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ModuleRuntimeEvent parseFrom(ByteString data)
-
parseFrom
static ModuleRuntimeEvent parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ModuleRuntimeEvent parseFrom(Array<byte> data)
-
parseFrom
static ModuleRuntimeEvent parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ModuleRuntimeEvent parseFrom(InputStream input)
-
parseFrom
static ModuleRuntimeEvent parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static ModuleRuntimeEvent parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static ModuleRuntimeEvent parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ModuleRuntimeEvent parseFrom(CodedInputStream input)
-
parseFrom
static ModuleRuntimeEvent parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
ModuleRuntimeEvent.Builder newBuilderForType()
-
newBuilder
static ModuleRuntimeEvent.Builder newBuilder()
-
newBuilder
static ModuleRuntimeEvent.Builder newBuilder(ModuleRuntimeEvent prototype)
-
toBuilder
ModuleRuntimeEvent.Builder toBuilder()
-
getDefaultInstance
static ModuleRuntimeEvent getDefaultInstance()
-
parser
static Parser<ModuleRuntimeEvent> parser()
-
getParserForType
Parser<ModuleRuntimeEvent> getParserForType()
-
getDefaultInstanceForType
ModuleRuntimeEvent getDefaultInstanceForType()
-
-
-
-