Package xyz.block.ftl.schema.v1
Class VerbRuntimeEvent
-
- 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.VerbRuntimeEventOrBuilder
public final class VerbRuntimeEvent extends GeneratedMessageV3 implements VerbRuntimeEventOrBuilder
Protobuf type
xyz.block.ftl.schema.v1.VerbRuntimeEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classVerbRuntimeEvent.BuilderProtobuf type
xyz.block.ftl.schema.v1.VerbRuntimeEvent
-
Field Summary
Fields Modifier and Type Field Description public final static intID_FIELD_NUMBERpublic final static intPAYLOAD_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()StringgetId()string id = 1;ByteStringgetIdBytes()string id = 1;booleanhasPayload().xyz.block.ftl.schema.v1.VerbRuntimePayload payload = 2;VerbRuntimePayloadgetPayload().xyz.block.ftl.schema.v1.VerbRuntimePayload payload = 2;VerbRuntimePayloadOrBuildergetPayloadOrBuilder().xyz.block.ftl.schema.v1.VerbRuntimePayload payload = 2;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static VerbRuntimeEventparseFrom(ByteBuffer data)static VerbRuntimeEventparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static VerbRuntimeEventparseFrom(ByteString data)static VerbRuntimeEventparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static VerbRuntimeEventparseFrom(Array<byte> data)static VerbRuntimeEventparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static VerbRuntimeEventparseFrom(InputStream input)static VerbRuntimeEventparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static VerbRuntimeEventparseDelimitedFrom(InputStream input)static VerbRuntimeEventparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static VerbRuntimeEventparseFrom(CodedInputStream input)static VerbRuntimeEventparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)VerbRuntimeEvent.BuildernewBuilderForType()static VerbRuntimeEvent.BuildernewBuilder()static VerbRuntimeEvent.BuildernewBuilder(VerbRuntimeEvent prototype)VerbRuntimeEvent.BuildertoBuilder()static VerbRuntimeEventgetDefaultInstance()static Parser<VerbRuntimeEvent>parser()Parser<VerbRuntimeEvent>getParserForType()VerbRuntimeEventgetDefaultInstanceForType()-
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()
-
getIdBytes
ByteString getIdBytes()
string id = 1;- Returns:
The bytes for id.
-
hasPayload
boolean hasPayload()
.xyz.block.ftl.schema.v1.VerbRuntimePayload payload = 2;- Returns:
Whether the payload field is set.
-
getPayload
VerbRuntimePayload getPayload()
.xyz.block.ftl.schema.v1.VerbRuntimePayload payload = 2;- Returns:
The payload.
-
getPayloadOrBuilder
VerbRuntimePayloadOrBuilder getPayloadOrBuilder()
.xyz.block.ftl.schema.v1.VerbRuntimePayload payload = 2;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static VerbRuntimeEvent parseFrom(ByteBuffer data)
-
parseFrom
static VerbRuntimeEvent parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static VerbRuntimeEvent parseFrom(ByteString data)
-
parseFrom
static VerbRuntimeEvent parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static VerbRuntimeEvent parseFrom(Array<byte> data)
-
parseFrom
static VerbRuntimeEvent parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static VerbRuntimeEvent parseFrom(InputStream input)
-
parseFrom
static VerbRuntimeEvent parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static VerbRuntimeEvent parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static VerbRuntimeEvent parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static VerbRuntimeEvent parseFrom(CodedInputStream input)
-
parseFrom
static VerbRuntimeEvent parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
VerbRuntimeEvent.Builder newBuilderForType()
-
newBuilder
static VerbRuntimeEvent.Builder newBuilder()
-
newBuilder
static VerbRuntimeEvent.Builder newBuilder(VerbRuntimeEvent prototype)
-
toBuilder
VerbRuntimeEvent.Builder toBuilder()
-
getDefaultInstance
static VerbRuntimeEvent getDefaultInstance()
-
parser
static Parser<VerbRuntimeEvent> parser()
-
getParserForType
Parser<VerbRuntimeEvent> getParserForType()
-
getDefaultInstanceForType
VerbRuntimeEvent getDefaultInstanceForType()
-
-
-
-