Package xyz.block.ftl.schema.v1
Class MetadataArtefact
-
- 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.MetadataArtefactOrBuilder
public final class MetadataArtefact extends GeneratedMessageV3 implements MetadataArtefactOrBuilder
Protobuf type
xyz.block.ftl.schema.v1.MetadataArtefact
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMetadataArtefact.BuilderProtobuf type
xyz.block.ftl.schema.v1.MetadataArtefact
-
Field Summary
Fields Modifier and Type Field Description public final static intPOS_FIELD_NUMBERpublic final static intPATH_FIELD_NUMBERpublic final static intDIGEST_FIELD_NUMBERpublic final static intEXECUTABLE_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;StringgetPath()string path = 2;ByteStringgetPathBytes()string path = 2;StringgetDigest()string digest = 3;ByteStringgetDigestBytes()string digest = 3;booleangetExecutable()bool executable = 4;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static MetadataArtefactparseFrom(ByteBuffer data)static MetadataArtefactparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static MetadataArtefactparseFrom(ByteString data)static MetadataArtefactparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static MetadataArtefactparseFrom(Array<byte> data)static MetadataArtefactparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static MetadataArtefactparseFrom(InputStream input)static MetadataArtefactparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static MetadataArtefactparseDelimitedFrom(InputStream input)static MetadataArtefactparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static MetadataArtefactparseFrom(CodedInputStream input)static MetadataArtefactparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)MetadataArtefact.BuildernewBuilderForType()static MetadataArtefact.BuildernewBuilder()static MetadataArtefact.BuildernewBuilder(MetadataArtefact prototype)MetadataArtefact.BuildertoBuilder()static MetadataArtefactgetDefaultInstance()static Parser<MetadataArtefact>parser()Parser<MetadataArtefact>getParserForType()MetadataArtefactgetDefaultInstanceForType()-
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;
-
getPathBytes
ByteString getPathBytes()
string path = 2;- Returns:
The bytes for path.
-
getDigestBytes
ByteString getDigestBytes()
string digest = 3;- Returns:
The bytes for digest.
-
getExecutable
boolean getExecutable()
bool executable = 4;- Returns:
The executable.
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static MetadataArtefact parseFrom(ByteBuffer data)
-
parseFrom
static MetadataArtefact parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static MetadataArtefact parseFrom(ByteString data)
-
parseFrom
static MetadataArtefact parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static MetadataArtefact parseFrom(Array<byte> data)
-
parseFrom
static MetadataArtefact parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static MetadataArtefact parseFrom(InputStream input)
-
parseFrom
static MetadataArtefact parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static MetadataArtefact parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static MetadataArtefact parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static MetadataArtefact parseFrom(CodedInputStream input)
-
parseFrom
static MetadataArtefact parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
MetadataArtefact.Builder newBuilderForType()
-
newBuilder
static MetadataArtefact.Builder newBuilder()
-
newBuilder
static MetadataArtefact.Builder newBuilder(MetadataArtefact prototype)
-
toBuilder
MetadataArtefact.Builder toBuilder()
-
getDefaultInstance
static MetadataArtefact getDefaultInstance()
-
parser
static Parser<MetadataArtefact> parser()
-
getParserForType
Parser<MetadataArtefact> getParserForType()
-
getDefaultInstanceForType
MetadataArtefact getDefaultInstanceForType()
-
-
-
-