Interface StatusResponse.ProvisioningSuccessOrBuilder

    • 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 List<Resource> getUpdatedResourcesList()
      Some fields in the resources might have been populated
      during the provisioning. The new state is returned here
      
      repeated .xyz.block.ftl.v1beta1.provisioner.Resource updated_resources = 1;
      abstract Resource getUpdatedResources(int index)
      Some fields in the resources might have been populated
      during the provisioning. The new state is returned here
      
      repeated .xyz.block.ftl.v1beta1.provisioner.Resource updated_resources = 1;
      abstract int getUpdatedResourcesCount()
      Some fields in the resources might have been populated
      during the provisioning. The new state is returned here
      
      repeated .xyz.block.ftl.v1beta1.provisioner.Resource updated_resources = 1;
      abstract List<out ResourceOrBuilder> getUpdatedResourcesOrBuilderList()
      Some fields in the resources might have been populated
      during the provisioning. The new state is returned here
      
      repeated .xyz.block.ftl.v1beta1.provisioner.Resource updated_resources = 1;
      abstract ResourceOrBuilder getUpdatedResourcesOrBuilder(int index)
      Some fields in the resources might have been populated
      during the provisioning. The new state is returned here
      
      repeated .xyz.block.ftl.v1beta1.provisioner.Resource updated_resources = 1;
      • 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

      • getUpdatedResourcesList

         abstract List<Resource> getUpdatedResourcesList()
        Some fields in the resources might have been populated
        during the provisioning. The new state is returned here
        
        repeated .xyz.block.ftl.v1beta1.provisioner.Resource updated_resources = 1;
      • getUpdatedResources

         abstract Resource getUpdatedResources(int index)
        Some fields in the resources might have been populated
        during the provisioning. The new state is returned here
        
        repeated .xyz.block.ftl.v1beta1.provisioner.Resource updated_resources = 1;
      • getUpdatedResourcesCount

         abstract int getUpdatedResourcesCount()
        Some fields in the resources might have been populated
        during the provisioning. The new state is returned here
        
        repeated .xyz.block.ftl.v1beta1.provisioner.Resource updated_resources = 1;
      • getUpdatedResourcesOrBuilderList

         abstract List<out ResourceOrBuilder> getUpdatedResourcesOrBuilderList()
        Some fields in the resources might have been populated
        during the provisioning. The new state is returned here
        
        repeated .xyz.block.ftl.v1beta1.provisioner.Resource updated_resources = 1;
      • getUpdatedResourcesOrBuilder

         abstract ResourceOrBuilder getUpdatedResourcesOrBuilder(int index)
        Some fields in the resources might have been populated
        during the provisioning. The new state is returned here
        
        repeated .xyz.block.ftl.v1beta1.provisioner.Resource updated_resources = 1;