Package xyz.block.ftl.hotreload.v1
Class WatchResponse
-
- 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.hotreload.v1.WatchResponseOrBuilder
public final class WatchResponse extends GeneratedMessageV3 implements WatchResponseOrBuilder
Protobuf type
xyz.block.ftl.hotreload.v1.WatchResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classWatchResponse.BuilderProtobuf type
xyz.block.ftl.hotreload.v1.WatchResponse
-
Field Summary
Fields Modifier and Type Field Description public final static intSTATE_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()booleanhasState().xyz.block.ftl.hotreload.v1.SchemaState state = 1;SchemaStategetState().xyz.block.ftl.hotreload.v1.SchemaState state = 1;SchemaStateOrBuildergetStateOrBuilder().xyz.block.ftl.hotreload.v1.SchemaState state = 1;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static WatchResponseparseFrom(ByteBuffer data)static WatchResponseparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static WatchResponseparseFrom(ByteString data)static WatchResponseparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static WatchResponseparseFrom(Array<byte> data)static WatchResponseparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static WatchResponseparseFrom(InputStream input)static WatchResponseparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static WatchResponseparseDelimitedFrom(InputStream input)static WatchResponseparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static WatchResponseparseFrom(CodedInputStream input)static WatchResponseparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)WatchResponse.BuildernewBuilderForType()static WatchResponse.BuildernewBuilder()static WatchResponse.BuildernewBuilder(WatchResponse prototype)WatchResponse.BuildertoBuilder()static WatchResponsegetDefaultInstance()static Parser<WatchResponse>parser()Parser<WatchResponse>getParserForType()WatchResponsegetDefaultInstanceForType()-
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()
-
hasState
boolean hasState()
.xyz.block.ftl.hotreload.v1.SchemaState state = 1;- Returns:
Whether the state field is set.
-
getState
SchemaState getState()
.xyz.block.ftl.hotreload.v1.SchemaState state = 1;- Returns:
The state.
-
getStateOrBuilder
SchemaStateOrBuilder getStateOrBuilder()
.xyz.block.ftl.hotreload.v1.SchemaState state = 1;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static WatchResponse parseFrom(ByteBuffer data)
-
parseFrom
static WatchResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static WatchResponse parseFrom(ByteString data)
-
parseFrom
static WatchResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static WatchResponse parseFrom(Array<byte> data)
-
parseFrom
static WatchResponse parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static WatchResponse parseFrom(InputStream input)
-
parseFrom
static WatchResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static WatchResponse parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static WatchResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static WatchResponse parseFrom(CodedInputStream input)
-
parseFrom
static WatchResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
WatchResponse.Builder newBuilderForType()
-
newBuilder
static WatchResponse.Builder newBuilder()
-
newBuilder
static WatchResponse.Builder newBuilder(WatchResponse prototype)
-
toBuilder
WatchResponse.Builder toBuilder()
-
getDefaultInstance
static WatchResponse getDefaultInstance()
-
parser
static Parser<WatchResponse> parser()
-
getParserForType
Parser<WatchResponse> getParserForType()
-
getDefaultInstanceForType
WatchResponse getDefaultInstanceForType()
-
-
-
-