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

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

There is a newer version: 0.368.1
Show 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 GetDeploymentArtefactsResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:xyz.block.ftl.v1.GetDeploymentArtefactsResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .xyz.block.ftl.v1.DeploymentArtefact artefact = 1;
   * @return Whether the artefact field is set.
   */
  boolean hasArtefact();
  /**
   * .xyz.block.ftl.v1.DeploymentArtefact artefact = 1;
   * @return The artefact.
   */
  xyz.block.ftl.v1.DeploymentArtefact getArtefact();
  /**
   * .xyz.block.ftl.v1.DeploymentArtefact artefact = 1;
   */
  xyz.block.ftl.v1.DeploymentArtefactOrBuilder getArtefactOrBuilder();

  /**
   * bytes chunk = 2;
   * @return The chunk.
   */
  com.google.protobuf.ByteString getChunk();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy