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 intMODULE_FIELD_NUMBERpublic final static intID_FIELD_NUMBERpublic final static intBASE_FIELD_NUMBERpublic final static intSUBSCRIPTION_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()StringgetModule()string module = 1;ByteStringgetModuleBytes()string module = 1;StringgetId()string id = 2;ByteStringgetIdBytes()string id = 2;booleanhasBase()optional .xyz.block.ftl.schema.v1.VerbRuntimeBase base = 3;VerbRuntimeBasegetBase()optional .xyz.block.ftl.schema.v1.VerbRuntimeBase base = 3;VerbRuntimeBaseOrBuildergetBaseOrBuilder()optional .xyz.block.ftl.schema.v1.VerbRuntimeBase base = 3;booleanhasSubscription()optional .xyz.block.ftl.schema.v1.VerbRuntimeSubscription subscription = 4;VerbRuntimeSubscriptiongetSubscription()optional .xyz.block.ftl.schema.v1.VerbRuntimeSubscription subscription = 4;VerbRuntimeSubscriptionOrBuildergetSubscriptionOrBuilder()optional .xyz.block.ftl.schema.v1.VerbRuntimeSubscription subscription = 4;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()
-
getModuleBytes
ByteString getModuleBytes()
string module = 1;- Returns:
The bytes for module.
-
getIdBytes
ByteString getIdBytes()
string id = 2;- Returns:
The bytes for id.
-
hasBase
boolean hasBase()
optional .xyz.block.ftl.schema.v1.VerbRuntimeBase base = 3;- Returns:
Whether the base field is set.
-
getBase
VerbRuntimeBase getBase()
optional .xyz.block.ftl.schema.v1.VerbRuntimeBase base = 3;- Returns:
The base.
-
getBaseOrBuilder
VerbRuntimeBaseOrBuilder getBaseOrBuilder()
optional .xyz.block.ftl.schema.v1.VerbRuntimeBase base = 3;
-
hasSubscription
boolean hasSubscription()
optional .xyz.block.ftl.schema.v1.VerbRuntimeSubscription subscription = 4;- Returns:
Whether the subscription field is set.
-
getSubscription
VerbRuntimeSubscription getSubscription()
optional .xyz.block.ftl.schema.v1.VerbRuntimeSubscription subscription = 4;- Returns:
The subscription.
-
getSubscriptionOrBuilder
VerbRuntimeSubscriptionOrBuilder getSubscriptionOrBuilder()
optional .xyz.block.ftl.schema.v1.VerbRuntimeSubscription subscription = 4;
-
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()
-
-
-
-