Package xyz.block.ftl.admin.v1
Class DeploymentArtefact
-
- 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.admin.v1.DeploymentArtefactOrBuilder
public final class DeploymentArtefact extends GeneratedMessageV3 implements DeploymentArtefactOrBuilder
Protobuf type
xyz.block.ftl.admin.v1.DeploymentArtefact
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDeploymentArtefact.BuilderProtobuf type
xyz.block.ftl.admin.v1.DeploymentArtefact
-
Field Summary
Fields Modifier and Type Field Description public final static intDIGEST_FIELD_NUMBERpublic final static intPATH_FIELD_NUMBERpublic final static intEXECUTABLE_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()ByteStringgetDigest()bytes digest = 1;StringgetPath()string path = 2;ByteStringgetPathBytes()string path = 2;booleangetExecutable()bool executable = 3;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static DeploymentArtefactparseFrom(ByteBuffer data)static DeploymentArtefactparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static DeploymentArtefactparseFrom(ByteString data)static DeploymentArtefactparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static DeploymentArtefactparseFrom(Array<byte> data)static DeploymentArtefactparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static DeploymentArtefactparseFrom(InputStream input)static DeploymentArtefactparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static DeploymentArtefactparseDelimitedFrom(InputStream input)static DeploymentArtefactparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static DeploymentArtefactparseFrom(CodedInputStream input)static DeploymentArtefactparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)DeploymentArtefact.BuildernewBuilderForType()static DeploymentArtefact.BuildernewBuilder()static DeploymentArtefact.BuildernewBuilder(DeploymentArtefact prototype)DeploymentArtefact.BuildertoBuilder()static DeploymentArtefactgetDefaultInstance()static Parser<DeploymentArtefact>parser()Parser<DeploymentArtefact>getParserForType()DeploymentArtefactgetDefaultInstanceForType()-
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()
-
getDigest
ByteString getDigest()
bytes digest = 1;- Returns:
The digest.
-
getPathBytes
ByteString getPathBytes()
string path = 2;- Returns:
The bytes for path.
-
getExecutable
boolean getExecutable()
bool executable = 3;- Returns:
The executable.
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static DeploymentArtefact parseFrom(ByteBuffer data)
-
parseFrom
static DeploymentArtefact parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static DeploymentArtefact parseFrom(ByteString data)
-
parseFrom
static DeploymentArtefact parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static DeploymentArtefact parseFrom(Array<byte> data)
-
parseFrom
static DeploymentArtefact parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static DeploymentArtefact parseFrom(InputStream input)
-
parseFrom
static DeploymentArtefact parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static DeploymentArtefact parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static DeploymentArtefact parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static DeploymentArtefact parseFrom(CodedInputStream input)
-
parseFrom
static DeploymentArtefact parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
DeploymentArtefact.Builder newBuilderForType()
-
newBuilder
static DeploymentArtefact.Builder newBuilder()
-
newBuilder
static DeploymentArtefact.Builder newBuilder(DeploymentArtefact prototype)
-
toBuilder
DeploymentArtefact.Builder toBuilder()
-
getDefaultInstance
static DeploymentArtefact getDefaultInstance()
-
parser
static Parser<DeploymentArtefact> parser()
-
getParserForType
Parser<DeploymentArtefact> getParserForType()
-
getDefaultInstanceForType
DeploymentArtefact getDefaultInstanceForType()
-
-
-
-