Package xyz.block.ftl.schema.v1
Class VerbRuntime
-
- 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.VerbRuntimeOrBuilder
public final class VerbRuntime extends GeneratedMessageV3 implements VerbRuntimeOrBuilder
Protobuf type
xyz.block.ftl.schema.v1.VerbRuntime
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classVerbRuntime.BuilderProtobuf type
xyz.block.ftl.schema.v1.VerbRuntime
-
Field Summary
Fields Modifier and Type Field Description public final static intBASE_FIELD_NUMBERpublic final static intSUBSCRIPTION_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()booleanhasBase().xyz.block.ftl.schema.v1.VerbRuntimeBase base = 1;VerbRuntimeBasegetBase().xyz.block.ftl.schema.v1.VerbRuntimeBase base = 1;VerbRuntimeBaseOrBuildergetBaseOrBuilder().xyz.block.ftl.schema.v1.VerbRuntimeBase base = 1;booleanhasSubscription()optional .xyz.block.ftl.schema.v1.VerbRuntimeSubscription subscription = 2;VerbRuntimeSubscriptiongetSubscription()optional .xyz.block.ftl.schema.v1.VerbRuntimeSubscription subscription = 2;VerbRuntimeSubscriptionOrBuildergetSubscriptionOrBuilder()optional .xyz.block.ftl.schema.v1.VerbRuntimeSubscription subscription = 2;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static VerbRuntimeparseFrom(ByteBuffer data)static VerbRuntimeparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static VerbRuntimeparseFrom(ByteString data)static VerbRuntimeparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static VerbRuntimeparseFrom(Array<byte> data)static VerbRuntimeparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static VerbRuntimeparseFrom(InputStream input)static VerbRuntimeparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static VerbRuntimeparseDelimitedFrom(InputStream input)static VerbRuntimeparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static VerbRuntimeparseFrom(CodedInputStream input)static VerbRuntimeparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)VerbRuntime.BuildernewBuilderForType()static VerbRuntime.BuildernewBuilder()static VerbRuntime.BuildernewBuilder(VerbRuntime prototype)VerbRuntime.BuildertoBuilder()static VerbRuntimegetDefaultInstance()static Parser<VerbRuntime>parser()Parser<VerbRuntime>getParserForType()VerbRuntimegetDefaultInstanceForType()-
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()
-
hasBase
boolean hasBase()
.xyz.block.ftl.schema.v1.VerbRuntimeBase base = 1;- Returns:
Whether the base field is set.
-
getBase
VerbRuntimeBase getBase()
.xyz.block.ftl.schema.v1.VerbRuntimeBase base = 1;- Returns:
The base.
-
getBaseOrBuilder
VerbRuntimeBaseOrBuilder getBaseOrBuilder()
.xyz.block.ftl.schema.v1.VerbRuntimeBase base = 1;
-
hasSubscription
boolean hasSubscription()
optional .xyz.block.ftl.schema.v1.VerbRuntimeSubscription subscription = 2;- Returns:
Whether the subscription field is set.
-
getSubscription
VerbRuntimeSubscription getSubscription()
optional .xyz.block.ftl.schema.v1.VerbRuntimeSubscription subscription = 2;- Returns:
The subscription.
-
getSubscriptionOrBuilder
VerbRuntimeSubscriptionOrBuilder getSubscriptionOrBuilder()
optional .xyz.block.ftl.schema.v1.VerbRuntimeSubscription subscription = 2;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static VerbRuntime parseFrom(ByteBuffer data)
-
parseFrom
static VerbRuntime parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static VerbRuntime parseFrom(ByteString data)
-
parseFrom
static VerbRuntime parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static VerbRuntime parseFrom(Array<byte> data)
-
parseFrom
static VerbRuntime parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static VerbRuntime parseFrom(InputStream input)
-
parseFrom
static VerbRuntime parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static VerbRuntime parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static VerbRuntime parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static VerbRuntime parseFrom(CodedInputStream input)
-
parseFrom
static VerbRuntime parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
VerbRuntime.Builder newBuilderForType()
-
newBuilder
static VerbRuntime.Builder newBuilder()
-
newBuilder
static VerbRuntime.Builder newBuilder(VerbRuntime prototype)
-
toBuilder
VerbRuntime.Builder toBuilder()
-
getDefaultInstance
static VerbRuntime getDefaultInstance()
-
parser
static Parser<VerbRuntime> parser()
-
getParserForType
Parser<VerbRuntime> getParserForType()
-
getDefaultInstanceForType
VerbRuntime getDefaultInstanceForType()
-
-
-
-