Package xyz.block.ftl.v1.language
Class AutoRebuildStarted.Builder
-
- All Implemented Interfaces:
-
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.lang.Cloneable,xyz.block.ftl.v1.language.AutoRebuildStartedOrBuilder
public final class AutoRebuildStarted.Builder extends GeneratedMessageV3.Builder<BuilderT> 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.v1.language.AutoRebuildStarted
-
-
Method Summary
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, newBuilderForField -
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
clear, clearOneof, clone, findInitializationErrors, getInitializationErrorString, mergeUnknownFields, toString -
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
mergeDelimitedFrom -
Methods inherited from class com.google.protobuf.Message.Builder
addRepeatedField, clear, clearField, clearOneof, clone, mergeFrom, mergeUnknownFields, setField, setRepeatedField, setUnknownFields -
Methods inherited from class com.google.protobuf.MessageLite.Builder
build, buildPartial -
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()
-
clear
AutoRebuildStarted.Builder clear()
-
getDescriptorForType
Descriptors.Descriptor getDescriptorForType()
-
getDefaultInstanceForType
AutoRebuildStarted getDefaultInstanceForType()
-
build
AutoRebuildStarted build()
-
buildPartial
AutoRebuildStarted buildPartial()
-
clone
AutoRebuildStarted.Builder clone()
-
setField
AutoRebuildStarted.Builder setField(Descriptors.FieldDescriptor field, Object value)
-
clearField
AutoRebuildStarted.Builder clearField(Descriptors.FieldDescriptor field)
-
clearOneof
AutoRebuildStarted.Builder clearOneof(Descriptors.OneofDescriptor oneof)
-
setRepeatedField
AutoRebuildStarted.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
-
addRepeatedField
AutoRebuildStarted.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
-
mergeFrom
AutoRebuildStarted.Builder mergeFrom(Message other)
-
mergeFrom
AutoRebuildStarted.Builder mergeFrom(AutoRebuildStarted other)
-
isInitialized
final boolean isInitialized()
-
mergeFrom
AutoRebuildStarted.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
getContextId
String getContextId()
string context_id = 1;- Returns:
The contextId.
-
getContextIdBytes
ByteString getContextIdBytes()
string context_id = 1;- Returns:
The bytes for contextId.
-
setContextId
AutoRebuildStarted.Builder setContextId(String value)
string context_id = 1;- Parameters:
value- The contextId to set.- Returns:
This builder for chaining.
-
clearContextId
AutoRebuildStarted.Builder clearContextId()
string context_id = 1;- Returns:
This builder for chaining.
-
setContextIdBytes
AutoRebuildStarted.Builder setContextIdBytes(ByteString value)
string context_id = 1;- Parameters:
value- The bytes for contextId to set.- Returns:
This builder for chaining.
-
setUnknownFields
final AutoRebuildStarted.Builder setUnknownFields(UnknownFieldSet unknownFields)
-
mergeUnknownFields
final AutoRebuildStarted.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
-
-
-
-