Interface StatusResponse.ProvisioningSuccessOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface StatusResponse.ProvisioningSuccessOrBuilder implements MessageOrBuilder
-
-
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 hererepeated .xyz.block.ftl.v1beta1.provisioner.Resource updated_resources = 1;abstract ResourcegetUpdatedResources(int index)Some fields in the resources might have been populated during the provisioning. The new state is returned hererepeated .xyz.block.ftl.v1beta1.provisioner.Resource updated_resources = 1;abstract intgetUpdatedResourcesCount()Some fields in the resources might have been populated during the provisioning. The new state is returned hererepeated .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 hererepeated .xyz.block.ftl.v1beta1.provisioner.Resource updated_resources = 1;abstract ResourceOrBuildergetUpdatedResourcesOrBuilder(int index)Some fields in the resources might have been populated during the provisioning. The new state is returned hererepeated .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
-
-
Method Detail
-
getUpdatedResourcesList
abstract List<Resource> getUpdatedResourcesList()
Some fields in the resources might have been populated during the provisioning. The new state is returned hererepeated .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 hererepeated .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 hererepeated .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 hererepeated .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 hererepeated .xyz.block.ftl.v1beta1.provisioner.Resource updated_resources = 1;
-
-
-
-