Interface StatusRequestOrBuilder

  • All Implemented Interfaces:
    com.google.protobuf.MessageLiteOrBuilder , com.google.protobuf.MessageOrBuilder

    
    public interface StatusRequestOrBuilder
     implements MessageOrBuilder
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract String getProvisioningToken() string provisioning_token = 1;
      abstract ByteString getProvisioningTokenBytes() string provisioning_token = 1;
      abstract List<Resource> 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;
      abstract 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;
      abstract 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;
      abstract List<out ResourceOrBuilder> 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;
      abstract ResourceOrBuilder getDesiredResourcesOrBuilder(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;
      • Methods inherited from class com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getProvisioningTokenBytes

         abstract ByteString getProvisioningTokenBytes()

        string provisioning_token = 1;

        Returns:

        The bytes for provisioningToken.

      • getDesiredResourcesList

         abstract List<Resource> 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;
      • getDesiredResources

         abstract 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;
      • getDesiredResourcesCount

         abstract 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;
      • getDesiredResourcesOrBuilderList

         abstract List<out ResourceOrBuilder> 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;
      • getDesiredResourcesOrBuilder

         abstract ResourceOrBuilder getDesiredResourcesOrBuilder(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;