All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xyz.block.ftl.v1.GetArtefactDiffsResponseOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: xyz/block/ftl/v1/ftl.proto

// Protobuf Java Version: 3.25.4
package xyz.block.ftl.v1;

public interface GetArtefactDiffsResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:xyz.block.ftl.v1.GetArtefactDiffsResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated string missing_digests = 1;
   * @return A list containing the missingDigests.
   */
  java.util.List
      getMissingDigestsList();
  /**
   * repeated string missing_digests = 1;
   * @return The count of missingDigests.
   */
  int getMissingDigestsCount();
  /**
   * repeated string missing_digests = 1;
   * @param index The index of the element to return.
   * @return The missingDigests at the given index.
   */
  java.lang.String getMissingDigests(int index);
  /**
   * repeated string missing_digests = 1;
   * @param index The index of the value to return.
   * @return The bytes of the missingDigests at the given index.
   */
  com.google.protobuf.ByteString
      getMissingDigestsBytes(int index);

  /**
   * 
   * Artefacts that the client already has, and their path+executable status.
   * 
* * repeated .xyz.block.ftl.v1.DeploymentArtefact client_artefacts = 2; */ java.util.List getClientArtefactsList(); /** *
   * Artefacts that the client already has, and their path+executable status.
   * 
* * repeated .xyz.block.ftl.v1.DeploymentArtefact client_artefacts = 2; */ xyz.block.ftl.v1.DeploymentArtefact getClientArtefacts(int index); /** *
   * Artefacts that the client already has, and their path+executable status.
   * 
* * repeated .xyz.block.ftl.v1.DeploymentArtefact client_artefacts = 2; */ int getClientArtefactsCount(); /** *
   * Artefacts that the client already has, and their path+executable status.
   * 
* * repeated .xyz.block.ftl.v1.DeploymentArtefact client_artefacts = 2; */ java.util.List getClientArtefactsOrBuilderList(); /** *
   * Artefacts that the client already has, and their path+executable status.
   * 
* * repeated .xyz.block.ftl.v1.DeploymentArtefact client_artefacts = 2; */ xyz.block.ftl.v1.DeploymentArtefactOrBuilder getClientArtefactsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy