Interface GetArtefactDiffsResponseOrBuilder

  • All Implemented Interfaces:
    com.google.protobuf.MessageLiteOrBuilder , com.google.protobuf.MessageOrBuilder

    
    public interface GetArtefactDiffsResponseOrBuilder
     implements MessageOrBuilder
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract List<String> getMissingDigestsList() repeated string missing_digests = 1;
      abstract int getMissingDigestsCount() repeated string missing_digests = 1;
      abstract String getMissingDigests(int index) repeated string missing_digests = 1;
      abstract ByteString getMissingDigestsBytes(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 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;
      abstract int getClientArtefactsCount()
      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 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;
      • 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
    • Constructor Detail

    • Method Detail

      • 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;