Package xyz.block.ftl.v1
Class GetArtefactDiffsResponse
-
- 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.v1.GetArtefactDiffsResponseOrBuilder
public final class GetArtefactDiffsResponse extends GeneratedMessageV3 implements GetArtefactDiffsResponseOrBuilder
Protobuf type
xyz.block.ftl.v1.GetArtefactDiffsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classGetArtefactDiffsResponse.BuilderProtobuf type
xyz.block.ftl.v1.GetArtefactDiffsResponse
-
Field Summary
Fields Modifier and Type Field Description public final static intMISSING_DIGESTS_FIELD_NUMBERpublic final static intCLIENT_ARTEFACTS_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()ProtocolStringListgetMissingDigestsList()repeated string missing_digests = 1;intgetMissingDigestsCount()repeated string missing_digests = 1;StringgetMissingDigests(int index)repeated string missing_digests = 1;ByteStringgetMissingDigestsBytes(int index)repeated string missing_digests = 1;List<DeploymentArtefact>getClientArtefactsList()Artefacts that the client already has, and their path+executable status.repeated .xyz.block.ftl.v1.DeploymentArtefact client_artefacts = 2;List<out DeploymentArtefactOrBuilder>getClientArtefactsOrBuilderList()Artefacts that the client already has, and their path+executable status.repeated .xyz.block.ftl.v1.DeploymentArtefact client_artefacts = 2;intgetClientArtefactsCount()Artefacts that the client already has, and their path+executable status.repeated .xyz.block.ftl.v1.DeploymentArtefact client_artefacts = 2;DeploymentArtefactgetClientArtefacts(int index)Artefacts that the client already has, and their path+executable status.repeated .xyz.block.ftl.v1.DeploymentArtefact client_artefacts = 2;DeploymentArtefactOrBuildergetClientArtefactsOrBuilder(int index)Artefacts that the client already has, and their path+executable status.repeated .xyz.block.ftl.v1.DeploymentArtefact client_artefacts = 2;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static GetArtefactDiffsResponseparseFrom(ByteBuffer data)static GetArtefactDiffsResponseparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static GetArtefactDiffsResponseparseFrom(ByteString data)static GetArtefactDiffsResponseparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static GetArtefactDiffsResponseparseFrom(Array<byte> data)static GetArtefactDiffsResponseparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static GetArtefactDiffsResponseparseFrom(InputStream input)static GetArtefactDiffsResponseparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static GetArtefactDiffsResponseparseDelimitedFrom(InputStream input)static GetArtefactDiffsResponseparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static GetArtefactDiffsResponseparseFrom(CodedInputStream input)static GetArtefactDiffsResponseparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)GetArtefactDiffsResponse.BuildernewBuilderForType()static GetArtefactDiffsResponse.BuildernewBuilder()static GetArtefactDiffsResponse.BuildernewBuilder(GetArtefactDiffsResponse prototype)GetArtefactDiffsResponse.BuildertoBuilder()static GetArtefactDiffsResponsegetDefaultInstance()static Parser<GetArtefactDiffsResponse>parser()Parser<GetArtefactDiffsResponse>getParserForType()GetArtefactDiffsResponsegetDefaultInstanceForType()-
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()
-
getMissingDigestsList
ProtocolStringList getMissingDigestsList()
repeated string missing_digests = 1;- Returns:
A list containing the missingDigests.
-
getMissingDigestsCount
int getMissingDigestsCount()
repeated string missing_digests = 1;- Returns:
The count of missingDigests.
-
getMissingDigests
String getMissingDigests(int index)
repeated string missing_digests = 1;- Parameters:
index- The index of the element to return.- Returns:
The missingDigests at the given index.
-
getMissingDigestsBytes
ByteString getMissingDigestsBytes(int index)
repeated string missing_digests = 1;- Parameters:
index- The index of the value to return.- Returns:
The bytes of the missingDigests at the given index.
-
getClientArtefactsList
List<DeploymentArtefact> getClientArtefactsList()
Artefacts that the client already has, and their path+executable status.repeated .xyz.block.ftl.v1.DeploymentArtefact client_artefacts = 2;
-
getClientArtefactsOrBuilderList
List<out DeploymentArtefactOrBuilder> getClientArtefactsOrBuilderList()
Artefacts that the client already has, and their path+executable status.repeated .xyz.block.ftl.v1.DeploymentArtefact client_artefacts = 2;
-
getClientArtefactsCount
int getClientArtefactsCount()
Artefacts that the client already has, and their path+executable status.repeated .xyz.block.ftl.v1.DeploymentArtefact client_artefacts = 2;
-
getClientArtefacts
DeploymentArtefact getClientArtefacts(int index)
Artefacts that the client already has, and their path+executable status.repeated .xyz.block.ftl.v1.DeploymentArtefact client_artefacts = 2;
-
getClientArtefactsOrBuilder
DeploymentArtefactOrBuilder getClientArtefactsOrBuilder(int index)
Artefacts that the client already has, and their path+executable status.repeated .xyz.block.ftl.v1.DeploymentArtefact client_artefacts = 2;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static GetArtefactDiffsResponse parseFrom(ByteBuffer data)
-
parseFrom
static GetArtefactDiffsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetArtefactDiffsResponse parseFrom(ByteString data)
-
parseFrom
static GetArtefactDiffsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetArtefactDiffsResponse parseFrom(Array<byte> data)
-
parseFrom
static GetArtefactDiffsResponse parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetArtefactDiffsResponse parseFrom(InputStream input)
-
parseFrom
static GetArtefactDiffsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static GetArtefactDiffsResponse parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static GetArtefactDiffsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetArtefactDiffsResponse parseFrom(CodedInputStream input)
-
parseFrom
static GetArtefactDiffsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
GetArtefactDiffsResponse.Builder newBuilderForType()
-
newBuilder
static GetArtefactDiffsResponse.Builder newBuilder()
-
newBuilder
static GetArtefactDiffsResponse.Builder newBuilder(GetArtefactDiffsResponse prototype)
-
toBuilder
GetArtefactDiffsResponse.Builder toBuilder()
-
getDefaultInstance
static GetArtefactDiffsResponse getDefaultInstance()
-
parser
static Parser<GetArtefactDiffsResponse> parser()
-
getParserForType
Parser<GetArtefactDiffsResponse> getParserForType()
-
getDefaultInstanceForType
GetArtefactDiffsResponse getDefaultInstanceForType()
-
-
-
-