Package xyz.block.ftl.schema.v1
Class TopicRuntimeEvent
-
- 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.TopicRuntimeEventOrBuilder
public final class TopicRuntimeEvent extends GeneratedMessageV3 implements TopicRuntimeEventOrBuilder
Protobuf type
xyz.block.ftl.schema.v1.TopicRuntimeEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTopicRuntimeEvent.BuilderProtobuf type
xyz.block.ftl.schema.v1.TopicRuntimeEvent
-
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.TopicRuntime payload = 2;TopicRuntimegetPayload().xyz.block.ftl.schema.v1.TopicRuntime payload = 2;TopicRuntimeOrBuildergetPayloadOrBuilder().xyz.block.ftl.schema.v1.TopicRuntime payload = 2;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static TopicRuntimeEventparseFrom(ByteBuffer data)static TopicRuntimeEventparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static TopicRuntimeEventparseFrom(ByteString data)static TopicRuntimeEventparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static TopicRuntimeEventparseFrom(Array<byte> data)static TopicRuntimeEventparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static TopicRuntimeEventparseFrom(InputStream input)static TopicRuntimeEventparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static TopicRuntimeEventparseDelimitedFrom(InputStream input)static TopicRuntimeEventparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static TopicRuntimeEventparseFrom(CodedInputStream input)static TopicRuntimeEventparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)TopicRuntimeEvent.BuildernewBuilderForType()static TopicRuntimeEvent.BuildernewBuilder()static TopicRuntimeEvent.BuildernewBuilder(TopicRuntimeEvent prototype)TopicRuntimeEvent.BuildertoBuilder()static TopicRuntimeEventgetDefaultInstance()static Parser<TopicRuntimeEvent>parser()Parser<TopicRuntimeEvent>getParserForType()TopicRuntimeEventgetDefaultInstanceForType()-
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.TopicRuntime payload = 2;- Returns:
Whether the payload field is set.
-
getPayload
TopicRuntime getPayload()
.xyz.block.ftl.schema.v1.TopicRuntime payload = 2;- Returns:
The payload.
-
getPayloadOrBuilder
TopicRuntimeOrBuilder getPayloadOrBuilder()
.xyz.block.ftl.schema.v1.TopicRuntime payload = 2;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static TopicRuntimeEvent parseFrom(ByteBuffer data)
-
parseFrom
static TopicRuntimeEvent parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static TopicRuntimeEvent parseFrom(ByteString data)
-
parseFrom
static TopicRuntimeEvent parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static TopicRuntimeEvent parseFrom(Array<byte> data)
-
parseFrom
static TopicRuntimeEvent parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static TopicRuntimeEvent parseFrom(InputStream input)
-
parseFrom
static TopicRuntimeEvent parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static TopicRuntimeEvent parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static TopicRuntimeEvent parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static TopicRuntimeEvent parseFrom(CodedInputStream input)
-
parseFrom
static TopicRuntimeEvent parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
TopicRuntimeEvent.Builder newBuilderForType()
-
newBuilder
static TopicRuntimeEvent.Builder newBuilder()
-
newBuilder
static TopicRuntimeEvent.Builder newBuilder(TopicRuntimeEvent prototype)
-
toBuilder
TopicRuntimeEvent.Builder toBuilder()
-
getDefaultInstance
static TopicRuntimeEvent getDefaultInstance()
-
parser
static Parser<TopicRuntimeEvent> parser()
-
getParserForType
Parser<TopicRuntimeEvent> getParserForType()
-
getDefaultInstanceForType
TopicRuntimeEvent getDefaultInstanceForType()
-
-
-
-