Package xyz.block.ftl.publish.v1
Class PublishEventRequest
-
- 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.publish.v1.PublishEventRequestOrBuilder
public final class PublishEventRequest extends GeneratedMessageV3 implements PublishEventRequestOrBuilder
Protobuf type
xyz.block.ftl.publish.v1.PublishEventRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPublishEventRequest.BuilderProtobuf type
xyz.block.ftl.publish.v1.PublishEventRequest
-
Field Summary
Fields Modifier and Type Field Description public final static intTOPIC_FIELD_NUMBERpublic final static intBODY_FIELD_NUMBERpublic final static intKEY_FIELD_NUMBERpublic final static intCALLER_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()booleanhasTopic().xyz.block.ftl.schema.v1.Ref topic = 1;RefgetTopic().xyz.block.ftl.schema.v1.Ref topic = 1;RefOrBuildergetTopicOrBuilder().xyz.block.ftl.schema.v1.Ref topic = 1;ByteStringgetBody()bytes body = 2;StringgetKey()string key = 3;ByteStringgetKeyBytes()string key = 3;StringgetCaller()Only verb name is included because this verb will be in the same module as topicstring caller = 4;ByteStringgetCallerBytes()Only verb name is included because this verb will be in the same module as topicstring caller = 4;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static PublishEventRequestparseFrom(ByteBuffer data)static PublishEventRequestparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static PublishEventRequestparseFrom(ByteString data)static PublishEventRequestparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static PublishEventRequestparseFrom(Array<byte> data)static PublishEventRequestparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static PublishEventRequestparseFrom(InputStream input)static PublishEventRequestparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static PublishEventRequestparseDelimitedFrom(InputStream input)static PublishEventRequestparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static PublishEventRequestparseFrom(CodedInputStream input)static PublishEventRequestparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)PublishEventRequest.BuildernewBuilderForType()static PublishEventRequest.BuildernewBuilder()static PublishEventRequest.BuildernewBuilder(PublishEventRequest prototype)PublishEventRequest.BuildertoBuilder()static PublishEventRequestgetDefaultInstance()static Parser<PublishEventRequest>parser()Parser<PublishEventRequest>getParserForType()PublishEventRequestgetDefaultInstanceForType()-
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()
-
hasTopic
boolean hasTopic()
.xyz.block.ftl.schema.v1.Ref topic = 1;- Returns:
Whether the topic field is set.
-
getTopicOrBuilder
RefOrBuilder getTopicOrBuilder()
.xyz.block.ftl.schema.v1.Ref topic = 1;
-
getBody
ByteString getBody()
bytes body = 2;- Returns:
The body.
-
getKeyBytes
ByteString getKeyBytes()
string key = 3;- Returns:
The bytes for key.
-
getCaller
String getCaller()
Only verb name is included because this verb will be in the same module as topicstring caller = 4;- Returns:
The caller.
-
getCallerBytes
ByteString getCallerBytes()
Only verb name is included because this verb will be in the same module as topicstring caller = 4;- Returns:
The bytes for caller.
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static PublishEventRequest parseFrom(ByteBuffer data)
-
parseFrom
static PublishEventRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PublishEventRequest parseFrom(ByteString data)
-
parseFrom
static PublishEventRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PublishEventRequest parseFrom(Array<byte> data)
-
parseFrom
static PublishEventRequest parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PublishEventRequest parseFrom(InputStream input)
-
parseFrom
static PublishEventRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static PublishEventRequest parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static PublishEventRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PublishEventRequest parseFrom(CodedInputStream input)
-
parseFrom
static PublishEventRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
PublishEventRequest.Builder newBuilderForType()
-
newBuilder
static PublishEventRequest.Builder newBuilder()
-
newBuilder
static PublishEventRequest.Builder newBuilder(PublishEventRequest prototype)
-
toBuilder
PublishEventRequest.Builder toBuilder()
-
getDefaultInstance
static PublishEventRequest getDefaultInstance()
-
parser
static Parser<PublishEventRequest> parser()
-
getParserForType
Parser<PublishEventRequest> getParserForType()
-
getDefaultInstanceForType
PublishEventRequest getDefaultInstanceForType()
-
-
-
-