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

xyz.block.ftl.v1beta1.provisioner.StatusRequestOrBuilder 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/v1beta1/provisioner/plugin.proto

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

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

  /**
   * string provisioning_token = 1;
   * @return The provisioningToken.
   */
  java.lang.String getProvisioningToken();
  /**
   * string provisioning_token = 1;
   * @return The bytes for provisioningToken.
   */
  com.google.protobuf.ByteString
      getProvisioningTokenBytes();

  /**
   * 
   * The set of desired_resources used to initiate this provisioning request
   * We need this as input here, so we can populate any resource fields in them
   * when the provisioning finishes
   * 
* * repeated .xyz.block.ftl.v1beta1.provisioner.Resource desired_resources = 2; */ java.util.List getDesiredResourcesList(); /** *
   * The set of desired_resources used to initiate this provisioning request
   * We need this as input here, so we can populate any resource fields in them
   * when the provisioning finishes
   * 
* * repeated .xyz.block.ftl.v1beta1.provisioner.Resource desired_resources = 2; */ xyz.block.ftl.v1beta1.provisioner.Resource getDesiredResources(int index); /** *
   * The set of desired_resources used to initiate this provisioning request
   * We need this as input here, so we can populate any resource fields in them
   * when the provisioning finishes
   * 
* * repeated .xyz.block.ftl.v1beta1.provisioner.Resource desired_resources = 2; */ int getDesiredResourcesCount(); /** *
   * The set of desired_resources used to initiate this provisioning request
   * We need this as input here, so we can populate any resource fields in them
   * when the provisioning finishes
   * 
* * repeated .xyz.block.ftl.v1beta1.provisioner.Resource desired_resources = 2; */ java.util.List getDesiredResourcesOrBuilderList(); /** *
   * The set of desired_resources used to initiate this provisioning request
   * We need this as input here, so we can populate any resource fields in them
   * when the provisioning finishes
   * 
* * repeated .xyz.block.ftl.v1beta1.provisioner.Resource desired_resources = 2; */ xyz.block.ftl.v1beta1.provisioner.ResourceOrBuilder getDesiredResourcesOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy