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

xyz.block.ftl.v1beta1.provisioner.ProvisionRequestOrBuilder 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 ProvisionRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:xyz.block.ftl.v1beta1.provisioner.ProvisionRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string ftl_cluster_id = 1;
   * @return The ftlClusterId.
   */
  java.lang.String getFtlClusterId();
  /**
   * string ftl_cluster_id = 1;
   * @return The bytes for ftlClusterId.
   */
  com.google.protobuf.ByteString
      getFtlClusterIdBytes();

  /**
   * string module = 2;
   * @return The module.
   */
  java.lang.String getModule();
  /**
   * string module = 2;
   * @return The bytes for module.
   */
  com.google.protobuf.ByteString
      getModuleBytes();

  /**
   * 
   * The resource FTL thinks exists currently
   * 
* * repeated .xyz.block.ftl.v1beta1.provisioner.Resource existing_resources = 3; */ java.util.List getExistingResourcesList(); /** *
   * The resource FTL thinks exists currently
   * 
* * repeated .xyz.block.ftl.v1beta1.provisioner.Resource existing_resources = 3; */ xyz.block.ftl.v1beta1.provisioner.Resource getExistingResources(int index); /** *
   * The resource FTL thinks exists currently
   * 
* * repeated .xyz.block.ftl.v1beta1.provisioner.Resource existing_resources = 3; */ int getExistingResourcesCount(); /** *
   * The resource FTL thinks exists currently
   * 
* * repeated .xyz.block.ftl.v1beta1.provisioner.Resource existing_resources = 3; */ java.util.List getExistingResourcesOrBuilderList(); /** *
   * The resource FTL thinks exists currently
   * 
* * repeated .xyz.block.ftl.v1beta1.provisioner.Resource existing_resources = 3; */ xyz.block.ftl.v1beta1.provisioner.ResourceOrBuilder getExistingResourcesOrBuilder( int index); /** *
   * The resource FTL would like to exist after this provisioning run.
   * This includes all new, existing, and changes resources in this change.
   * 
* * repeated .xyz.block.ftl.v1beta1.provisioner.ResourceContext desired_resources = 4; */ java.util.List getDesiredResourcesList(); /** *
   * The resource FTL would like to exist after this provisioning run.
   * This includes all new, existing, and changes resources in this change.
   * 
* * repeated .xyz.block.ftl.v1beta1.provisioner.ResourceContext desired_resources = 4; */ xyz.block.ftl.v1beta1.provisioner.ResourceContext getDesiredResources(int index); /** *
   * The resource FTL would like to exist after this provisioning run.
   * This includes all new, existing, and changes resources in this change.
   * 
* * repeated .xyz.block.ftl.v1beta1.provisioner.ResourceContext desired_resources = 4; */ int getDesiredResourcesCount(); /** *
   * The resource FTL would like to exist after this provisioning run.
   * This includes all new, existing, and changes resources in this change.
   * 
* * repeated .xyz.block.ftl.v1beta1.provisioner.ResourceContext desired_resources = 4; */ java.util.List getDesiredResourcesOrBuilderList(); /** *
   * The resource FTL would like to exist after this provisioning run.
   * This includes all new, existing, and changes resources in this change.
   * 
* * repeated .xyz.block.ftl.v1beta1.provisioner.ResourceContext desired_resources = 4; */ xyz.block.ftl.v1beta1.provisioner.ResourceContextOrBuilder getDesiredResourcesOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy