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

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

  /**
   * string deployment_key = 1;
   * @return The deploymentKey.
   */
  java.lang.String getDeploymentKey();
  /**
   * string deployment_key = 1;
   * @return The bytes for deploymentKey.
   */
  com.google.protobuf.ByteString
      getDeploymentKeyBytes();

  /**
   * 
   * Currently active deployment for this module, if any.
   * 
* * optional string active_deployment_key = 2; * @return Whether the activeDeploymentKey field is set. */ boolean hasActiveDeploymentKey(); /** *
   * Currently active deployment for this module, if any.
   * 
* * optional string active_deployment_key = 2; * @return The activeDeploymentKey. */ java.lang.String getActiveDeploymentKey(); /** *
   * Currently active deployment for this module, if any.
   * 
* * optional string active_deployment_key = 2; * @return The bytes for activeDeploymentKey. */ com.google.protobuf.ByteString getActiveDeploymentKeyBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy