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

xyz.block.ftl.v1.console.DeploymentCreatedEventOrBuilder 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/console/console.proto

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

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

  /**
   * string key = 1;
   * @return The key.
   */
  java.lang.String getKey();
  /**
   * string key = 1;
   * @return The bytes for key.
   */
  com.google.protobuf.ByteString
      getKeyBytes();

  /**
   * string language = 2;
   * @return The language.
   */
  java.lang.String getLanguage();
  /**
   * string language = 2;
   * @return The bytes for language.
   */
  com.google.protobuf.ByteString
      getLanguageBytes();

  /**
   * string module_name = 3;
   * @return The moduleName.
   */
  java.lang.String getModuleName();
  /**
   * string module_name = 3;
   * @return The bytes for moduleName.
   */
  com.google.protobuf.ByteString
      getModuleNameBytes();

  /**
   * int32 min_replicas = 4;
   * @return The minReplicas.
   */
  int getMinReplicas();

  /**
   * optional string replaced = 5;
   * @return Whether the replaced field is set.
   */
  boolean hasReplaced();
  /**
   * optional string replaced = 5;
   * @return The replaced.
   */
  java.lang.String getReplaced();
  /**
   * optional string replaced = 5;
   * @return The bytes for replaced.
   */
  com.google.protobuf.ByteString
      getReplacedBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy