Package xyz.block.ftl.schema.v1
Class VerbRuntimePayload
-
- 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.VerbRuntimePayloadOrBuilder
public final class VerbRuntimePayload extends GeneratedMessageV3 implements VerbRuntimePayloadOrBuilder
Protobuf type
xyz.block.ftl.schema.v1.VerbRuntimePayload
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumVerbRuntimePayload.ValueCasepublic final classVerbRuntimePayload.BuilderProtobuf type
xyz.block.ftl.schema.v1.VerbRuntimePayload
-
Field Summary
Fields Modifier and Type Field Description public final static intVERB_RUNTIME_BASE_FIELD_NUMBERpublic final static intVERB_RUNTIME_SUBSCRIPTION_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()VerbRuntimePayload.ValueCasegetValueCase()booleanhasVerbRuntimeBase().xyz.block.ftl.schema.v1.VerbRuntimeBase verb_runtime_base = 1;VerbRuntimeBasegetVerbRuntimeBase().xyz.block.ftl.schema.v1.VerbRuntimeBase verb_runtime_base = 1;VerbRuntimeBaseOrBuildergetVerbRuntimeBaseOrBuilder().xyz.block.ftl.schema.v1.VerbRuntimeBase verb_runtime_base = 1;booleanhasVerbRuntimeSubscription().xyz.block.ftl.schema.v1.VerbRuntimeSubscription verb_runtime_subscription = 2;VerbRuntimeSubscriptiongetVerbRuntimeSubscription().xyz.block.ftl.schema.v1.VerbRuntimeSubscription verb_runtime_subscription = 2;VerbRuntimeSubscriptionOrBuildergetVerbRuntimeSubscriptionOrBuilder().xyz.block.ftl.schema.v1.VerbRuntimeSubscription verb_runtime_subscription = 2;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static VerbRuntimePayloadparseFrom(ByteBuffer data)static VerbRuntimePayloadparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static VerbRuntimePayloadparseFrom(ByteString data)static VerbRuntimePayloadparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static VerbRuntimePayloadparseFrom(Array<byte> data)static VerbRuntimePayloadparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static VerbRuntimePayloadparseFrom(InputStream input)static VerbRuntimePayloadparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static VerbRuntimePayloadparseDelimitedFrom(InputStream input)static VerbRuntimePayloadparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static VerbRuntimePayloadparseFrom(CodedInputStream input)static VerbRuntimePayloadparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)VerbRuntimePayload.BuildernewBuilderForType()static VerbRuntimePayload.BuildernewBuilder()static VerbRuntimePayload.BuildernewBuilder(VerbRuntimePayload prototype)VerbRuntimePayload.BuildertoBuilder()static VerbRuntimePayloadgetDefaultInstance()static Parser<VerbRuntimePayload>parser()Parser<VerbRuntimePayload>getParserForType()VerbRuntimePayloadgetDefaultInstanceForType()-
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()
-
getValueCase
VerbRuntimePayload.ValueCase getValueCase()
-
hasVerbRuntimeBase
boolean hasVerbRuntimeBase()
.xyz.block.ftl.schema.v1.VerbRuntimeBase verb_runtime_base = 1;- Returns:
Whether the verbRuntimeBase field is set.
-
getVerbRuntimeBase
VerbRuntimeBase getVerbRuntimeBase()
.xyz.block.ftl.schema.v1.VerbRuntimeBase verb_runtime_base = 1;- Returns:
The verbRuntimeBase.
-
getVerbRuntimeBaseOrBuilder
VerbRuntimeBaseOrBuilder getVerbRuntimeBaseOrBuilder()
.xyz.block.ftl.schema.v1.VerbRuntimeBase verb_runtime_base = 1;
-
hasVerbRuntimeSubscription
boolean hasVerbRuntimeSubscription()
.xyz.block.ftl.schema.v1.VerbRuntimeSubscription verb_runtime_subscription = 2;- Returns:
Whether the verbRuntimeSubscription field is set.
-
getVerbRuntimeSubscription
VerbRuntimeSubscription getVerbRuntimeSubscription()
.xyz.block.ftl.schema.v1.VerbRuntimeSubscription verb_runtime_subscription = 2;- Returns:
The verbRuntimeSubscription.
-
getVerbRuntimeSubscriptionOrBuilder
VerbRuntimeSubscriptionOrBuilder getVerbRuntimeSubscriptionOrBuilder()
.xyz.block.ftl.schema.v1.VerbRuntimeSubscription verb_runtime_subscription = 2;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static VerbRuntimePayload parseFrom(ByteBuffer data)
-
parseFrom
static VerbRuntimePayload parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static VerbRuntimePayload parseFrom(ByteString data)
-
parseFrom
static VerbRuntimePayload parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static VerbRuntimePayload parseFrom(Array<byte> data)
-
parseFrom
static VerbRuntimePayload parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static VerbRuntimePayload parseFrom(InputStream input)
-
parseFrom
static VerbRuntimePayload parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static VerbRuntimePayload parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static VerbRuntimePayload parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static VerbRuntimePayload parseFrom(CodedInputStream input)
-
parseFrom
static VerbRuntimePayload parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
VerbRuntimePayload.Builder newBuilderForType()
-
newBuilder
static VerbRuntimePayload.Builder newBuilder()
-
newBuilder
static VerbRuntimePayload.Builder newBuilder(VerbRuntimePayload prototype)
-
toBuilder
VerbRuntimePayload.Builder toBuilder()
-
getDefaultInstance
static VerbRuntimePayload getDefaultInstance()
-
parser
static Parser<VerbRuntimePayload> parser()
-
getParserForType
Parser<VerbRuntimePayload> getParserForType()
-
getDefaultInstanceForType
VerbRuntimePayload getDefaultInstanceForType()
-
-
-
-