Package xyz.block.ftl.language.v1
Class AutoRebuildStarted
-
- 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.language.v1.AutoRebuildStartedOrBuilder
public final class AutoRebuildStarted extends GeneratedMessageV3 implements AutoRebuildStartedOrBuilder
Protobuf typeAutoRebuildStarted should be sent when the plugin decides to start rebuilding automatically. It is not required to send this event, though it helps inform the user that their changes are not yet built. FTL may ignore this event if it does not match FTL's current build context and state. If the plugin decides to cancel the build because another build started, no failure or cancellation event needs to be sent.xyz.block.ftl.language.v1.AutoRebuildStarted
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAutoRebuildStarted.Builder
Protobuf typeAutoRebuildStarted should be sent when the plugin decides to start rebuilding automatically. It is not required to send this event, though it helps inform the user that their changes are not yet built. FTL may ignore this event if it does not match FTL's current build context and state. If the plugin decides to cancel the build because another build started, no failure or cancellation event needs to be sent.xyz.block.ftl.language.v1.AutoRebuildStarted
-
Field Summary
Fields Modifier and Type Field Description public final static intCONTEXT_ID_FIELD_NUMBER
-
Method Summary
-
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()
-
getContextId
String getContextId()
string context_id = 1;- Returns:
The contextId.
-
getContextIdBytes
ByteString getContextIdBytes()
string context_id = 1;- Returns:
The bytes for contextId.
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static AutoRebuildStarted parseFrom(ByteBuffer data)
-
parseFrom
static AutoRebuildStarted parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static AutoRebuildStarted parseFrom(ByteString data)
-
parseFrom
static AutoRebuildStarted parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static AutoRebuildStarted parseFrom(Array<byte> data)
-
parseFrom
static AutoRebuildStarted parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static AutoRebuildStarted parseFrom(InputStream input)
-
parseFrom
static AutoRebuildStarted parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static AutoRebuildStarted parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static AutoRebuildStarted parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static AutoRebuildStarted parseFrom(CodedInputStream input)
-
parseFrom
static AutoRebuildStarted parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
AutoRebuildStarted.Builder newBuilderForType()
-
newBuilder
static AutoRebuildStarted.Builder newBuilder()
-
newBuilder
static AutoRebuildStarted.Builder newBuilder(AutoRebuildStarted prototype)
-
toBuilder
AutoRebuildStarted.Builder toBuilder()
-
getDefaultInstance
static AutoRebuildStarted getDefaultInstance()
-
parser
static Parser<AutoRebuildStarted> parser()
-
getParserForType
Parser<AutoRebuildStarted> getParserForType()
-
getDefaultInstanceForType
AutoRebuildStarted getDefaultInstanceForType()
-
-
-
-