Class Verb
-
- 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.VerbOrBuilder
public final class Verb extends GeneratedMessageV3 implements VerbOrBuilder
Protobuf type
xyz.block.ftl.schema.v1.Verb
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classVerb.BuilderProtobuf type
xyz.block.ftl.schema.v1.Verb
-
Field Summary
Fields Modifier and Type Field Description public final static intPOS_FIELD_NUMBERpublic final static intCOMMENTS_FIELD_NUMBERpublic final static intEXPORT_FIELD_NUMBERpublic final static intNAME_FIELD_NUMBERpublic final static intREQUEST_FIELD_NUMBERpublic final static intRESPONSE_FIELD_NUMBERpublic final static intMETADATA_FIELD_NUMBERpublic final static intRUNTIME_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()booleanhasPos()optional .xyz.block.ftl.schema.v1.Position pos = 1;PositiongetPos()optional .xyz.block.ftl.schema.v1.Position pos = 1;PositionOrBuildergetPosOrBuilder()optional .xyz.block.ftl.schema.v1.Position pos = 1;ProtocolStringListgetCommentsList()repeated string comments = 2;intgetCommentsCount()repeated string comments = 2;StringgetComments(int index)repeated string comments = 2;ByteStringgetCommentsBytes(int index)repeated string comments = 2;booleangetExport()bool export = 3;StringgetName()string name = 4;ByteStringgetNameBytes()string name = 4;booleanhasRequest().xyz.block.ftl.schema.v1.Type request = 5;TypegetRequest().xyz.block.ftl.schema.v1.Type request = 5;TypeOrBuildergetRequestOrBuilder().xyz.block.ftl.schema.v1.Type request = 5;booleanhasResponse().xyz.block.ftl.schema.v1.Type response = 6;TypegetResponse().xyz.block.ftl.schema.v1.Type response = 6;TypeOrBuildergetResponseOrBuilder().xyz.block.ftl.schema.v1.Type response = 6;List<Metadata>getMetadataList()repeated .xyz.block.ftl.schema.v1.Metadata metadata = 7;List<out MetadataOrBuilder>getMetadataOrBuilderList()repeated .xyz.block.ftl.schema.v1.Metadata metadata = 7;intgetMetadataCount()repeated .xyz.block.ftl.schema.v1.Metadata metadata = 7;MetadatagetMetadata(int index)repeated .xyz.block.ftl.schema.v1.Metadata metadata = 7;MetadataOrBuildergetMetadataOrBuilder(int index)repeated .xyz.block.ftl.schema.v1.Metadata metadata = 7;booleanhasRuntime()optional .xyz.block.ftl.schema.v1.VerbRuntime runtime = 31634;VerbRuntimegetRuntime()optional .xyz.block.ftl.schema.v1.VerbRuntime runtime = 31634;VerbRuntimeOrBuildergetRuntimeOrBuilder()optional .xyz.block.ftl.schema.v1.VerbRuntime runtime = 31634;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static VerbparseFrom(ByteBuffer data)static VerbparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static VerbparseFrom(ByteString data)static VerbparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static VerbparseFrom(Array<byte> data)static VerbparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static VerbparseFrom(InputStream input)static VerbparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static VerbparseDelimitedFrom(InputStream input)static VerbparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static VerbparseFrom(CodedInputStream input)static VerbparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)Verb.BuildernewBuilderForType()static Verb.BuildernewBuilder()static Verb.BuildernewBuilder(Verb prototype)Verb.BuildertoBuilder()static VerbgetDefaultInstance()static Parser<Verb>parser()Parser<Verb>getParserForType()VerbgetDefaultInstanceForType()-
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()
-
hasPos
boolean hasPos()
optional .xyz.block.ftl.schema.v1.Position pos = 1;- Returns:
Whether the pos field is set.
-
getPosOrBuilder
PositionOrBuilder getPosOrBuilder()
optional .xyz.block.ftl.schema.v1.Position pos = 1;
-
getCommentsList
ProtocolStringList getCommentsList()
repeated string comments = 2;- Returns:
A list containing the comments.
-
getCommentsCount
int getCommentsCount()
repeated string comments = 2;- Returns:
The count of comments.
-
getComments
String getComments(int index)
repeated string comments = 2;- Parameters:
index- The index of the element to return.- Returns:
The comments at the given index.
-
getCommentsBytes
ByteString getCommentsBytes(int index)
repeated string comments = 2;- Parameters:
index- The index of the value to return.- Returns:
The bytes of the comments at the given index.
-
getExport
boolean getExport()
bool export = 3;- Returns:
The export.
-
getNameBytes
ByteString getNameBytes()
string name = 4;- Returns:
The bytes for name.
-
hasRequest
boolean hasRequest()
.xyz.block.ftl.schema.v1.Type request = 5;- Returns:
Whether the request field is set.
-
getRequest
Type getRequest()
.xyz.block.ftl.schema.v1.Type request = 5;- Returns:
The request.
-
getRequestOrBuilder
TypeOrBuilder getRequestOrBuilder()
.xyz.block.ftl.schema.v1.Type request = 5;
-
hasResponse
boolean hasResponse()
.xyz.block.ftl.schema.v1.Type response = 6;- Returns:
Whether the response field is set.
-
getResponse
Type getResponse()
.xyz.block.ftl.schema.v1.Type response = 6;- Returns:
The response.
-
getResponseOrBuilder
TypeOrBuilder getResponseOrBuilder()
.xyz.block.ftl.schema.v1.Type response = 6;
-
getMetadataList
List<Metadata> getMetadataList()
repeated .xyz.block.ftl.schema.v1.Metadata metadata = 7;
-
getMetadataOrBuilderList
List<out MetadataOrBuilder> getMetadataOrBuilderList()
repeated .xyz.block.ftl.schema.v1.Metadata metadata = 7;
-
getMetadataCount
int getMetadataCount()
repeated .xyz.block.ftl.schema.v1.Metadata metadata = 7;
-
getMetadata
Metadata getMetadata(int index)
repeated .xyz.block.ftl.schema.v1.Metadata metadata = 7;
-
getMetadataOrBuilder
MetadataOrBuilder getMetadataOrBuilder(int index)
repeated .xyz.block.ftl.schema.v1.Metadata metadata = 7;
-
hasRuntime
boolean hasRuntime()
optional .xyz.block.ftl.schema.v1.VerbRuntime runtime = 31634;- Returns:
Whether the runtime field is set.
-
getRuntime
VerbRuntime getRuntime()
optional .xyz.block.ftl.schema.v1.VerbRuntime runtime = 31634;- Returns:
The runtime.
-
getRuntimeOrBuilder
VerbRuntimeOrBuilder getRuntimeOrBuilder()
optional .xyz.block.ftl.schema.v1.VerbRuntime runtime = 31634;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static Verb parseFrom(ByteBuffer data)
-
parseFrom
static Verb parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static Verb parseFrom(InputStream input)
-
parseFrom
static Verb parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static Verb parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static Verb parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
Verb.Builder newBuilderForType()
-
newBuilder
static Verb.Builder newBuilder()
-
newBuilder
static Verb.Builder newBuilder(Verb prototype)
-
toBuilder
Verb.Builder toBuilder()
-
getDefaultInstance
static Verb getDefaultInstance()
-
getParserForType
Parser<Verb> getParserForType()
-
getDefaultInstanceForType
Verb getDefaultInstanceForType()
-
-
-
-