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

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

  /**
   * .xyz.block.ftl.v1.schema.Module schema = 1;
   * @return Whether the schema field is set.
   */
  boolean hasSchema();
  /**
   * .xyz.block.ftl.v1.schema.Module schema = 1;
   * @return The schema.
   */
  xyz.block.ftl.v1.schema.Module getSchema();
  /**
   * .xyz.block.ftl.v1.schema.Module schema = 1;
   */
  xyz.block.ftl.v1.schema.ModuleOrBuilder getSchemaOrBuilder();

  /**
   * repeated .xyz.block.ftl.v1.DeploymentArtefact artefacts = 2;
   */
  java.util.List 
      getArtefactsList();
  /**
   * repeated .xyz.block.ftl.v1.DeploymentArtefact artefacts = 2;
   */
  xyz.block.ftl.v1.DeploymentArtefact getArtefacts(int index);
  /**
   * repeated .xyz.block.ftl.v1.DeploymentArtefact artefacts = 2;
   */
  int getArtefactsCount();
  /**
   * repeated .xyz.block.ftl.v1.DeploymentArtefact artefacts = 2;
   */
  java.util.List 
      getArtefactsOrBuilderList();
  /**
   * repeated .xyz.block.ftl.v1.DeploymentArtefact artefacts = 2;
   */
  xyz.block.ftl.v1.DeploymentArtefactOrBuilder getArtefactsOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy