Package xyz.block.ftl.admin.v1
Interface GetArtefactDiffsResponseOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface GetArtefactDiffsResponseOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract List<String>getMissingDigestsList()repeated string missing_digests = 1;abstract intgetMissingDigestsCount()repeated string missing_digests = 1;abstract StringgetMissingDigests(int index)repeated string missing_digests = 1;abstract ByteStringgetMissingDigestsBytes(int index)repeated string missing_digests = 1;abstract List<DeploymentArtefact>getClientArtefactsList()Artefacts that the client already has, and their path+executable status.repeated .xyz.block.ftl.admin.v1.DeploymentArtefact client_artefacts = 2;abstract DeploymentArtefactgetClientArtefacts(int index)Artefacts that the client already has, and their path+executable status.repeated .xyz.block.ftl.admin.v1.DeploymentArtefact client_artefacts = 2;abstract intgetClientArtefactsCount()Artefacts that the client already has, and their path+executable status.repeated .xyz.block.ftl.admin.v1.DeploymentArtefact client_artefacts = 2;abstract List<out DeploymentArtefactOrBuilder>getClientArtefactsOrBuilderList()Artefacts that the client already has, and their path+executable status.repeated .xyz.block.ftl.admin.v1.DeploymentArtefact client_artefacts = 2;abstract DeploymentArtefactOrBuildergetClientArtefactsOrBuilder(int index)Artefacts that the client already has, and their path+executable status.repeated .xyz.block.ftl.admin.v1.DeploymentArtefact client_artefacts = 2;-
Methods inherited from class com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getMissingDigestsList
abstract List<String> getMissingDigestsList()
repeated string missing_digests = 1;- Returns:
A list containing the missingDigests.
-
getMissingDigestsCount
abstract int getMissingDigestsCount()
repeated string missing_digests = 1;- Returns:
The count of missingDigests.
-
getMissingDigests
abstract 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
abstract 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
abstract List<DeploymentArtefact> getClientArtefactsList()
Artefacts that the client already has, and their path+executable status.repeated .xyz.block.ftl.admin.v1.DeploymentArtefact client_artefacts = 2;
-
getClientArtefacts
abstract DeploymentArtefact getClientArtefacts(int index)
Artefacts that the client already has, and their path+executable status.repeated .xyz.block.ftl.admin.v1.DeploymentArtefact client_artefacts = 2;
-
getClientArtefactsCount
abstract int getClientArtefactsCount()
Artefacts that the client already has, and their path+executable status.repeated .xyz.block.ftl.admin.v1.DeploymentArtefact client_artefacts = 2;
-
getClientArtefactsOrBuilderList
abstract List<out DeploymentArtefactOrBuilder> getClientArtefactsOrBuilderList()
Artefacts that the client already has, and their path+executable status.repeated .xyz.block.ftl.admin.v1.DeploymentArtefact client_artefacts = 2;
-
getClientArtefactsOrBuilder
abstract DeploymentArtefactOrBuilder getClientArtefactsOrBuilder(int index)
Artefacts that the client already has, and their path+executable status.repeated .xyz.block.ftl.admin.v1.DeploymentArtefact client_artefacts = 2;
-
-
-
-