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

xyz.block.ftl.v1.DeploymentArtefactOrBuilder 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 DeploymentArtefactOrBuilder extends
    // @@protoc_insertion_point(interface_extends:xyz.block.ftl.v1.DeploymentArtefact)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string digest = 1;
   * @return The digest.
   */
  java.lang.String getDigest();
  /**
   * string digest = 1;
   * @return The bytes for digest.
   */
  com.google.protobuf.ByteString
      getDigestBytes();

  /**
   * string path = 2;
   * @return The path.
   */
  java.lang.String getPath();
  /**
   * string path = 2;
   * @return The bytes for path.
   */
  com.google.protobuf.ByteString
      getPathBytes();

  /**
   * bool executable = 3;
   * @return The executable.
   */
  boolean getExecutable();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy