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

xyz.block.ftl.v1beta1.provisioner.PlanResponseOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: xyz/block/ftl/v1beta1/provisioner/plugin.proto

// Protobuf Java Version: 3.25.4
package xyz.block.ftl.v1beta1.provisioner;

public interface PlanResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:xyz.block.ftl.v1beta1.provisioner.PlanResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * a detailed, implementation specific, plan of changes this deployment would do
   * 
* * string plan = 1; * @return The plan. */ java.lang.String getPlan(); /** *
   * a detailed, implementation specific, plan of changes this deployment would do
   * 
* * string plan = 1; * @return The bytes for plan. */ com.google.protobuf.ByteString getPlanBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy