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

xyz.block.ftl.v1.console.DeploymentUpdatedEventOrBuilder 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 DeploymentUpdatedEventOrBuilder extends
    // @@protoc_insertion_point(interface_extends:xyz.block.ftl.v1.console.DeploymentUpdatedEvent)
    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();

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

  /**
   * int32 prev_min_replicas = 3;
   * @return The prevMinReplicas.
   */
  int getPrevMinReplicas();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy