Interface ProvisionRequestOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface ProvisionRequestOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetFtlClusterId()string ftl_cluster_id = 1;abstract ByteStringgetFtlClusterIdBytes()string ftl_cluster_id = 1;abstract StringgetModule()string module = 2;abstract ByteStringgetModuleBytes()string module = 2;abstract List<Resource>getExistingResourcesList()The resource FTL thinks exists currentlyrepeated .xyz.block.ftl.v1beta1.provisioner.Resource existing_resources = 3;abstract ResourcegetExistingResources(int index)The resource FTL thinks exists currentlyrepeated .xyz.block.ftl.v1beta1.provisioner.Resource existing_resources = 3;abstract intgetExistingResourcesCount()The resource FTL thinks exists currentlyrepeated .xyz.block.ftl.v1beta1.provisioner.Resource existing_resources = 3;abstract List<out ResourceOrBuilder>getExistingResourcesOrBuilderList()The resource FTL thinks exists currentlyrepeated .xyz.block.ftl.v1beta1.provisioner.Resource existing_resources = 3;abstract ResourceOrBuildergetExistingResourcesOrBuilder(int index)The resource FTL thinks exists currentlyrepeated .xyz.block.ftl.v1beta1.provisioner.Resource existing_resources = 3;abstract List<ResourceContext>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;abstract ResourceContextgetDesiredResources(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;abstract intgetDesiredResourcesCount()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;abstract List<out ResourceContextOrBuilder>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;abstract ResourceContextOrBuildergetDesiredResourcesOrBuilder(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;-
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
-
getFtlClusterId
abstract String getFtlClusterId()
string ftl_cluster_id = 1;- Returns:
The ftlClusterId.
-
getFtlClusterIdBytes
abstract ByteString getFtlClusterIdBytes()
string ftl_cluster_id = 1;- Returns:
The bytes for ftlClusterId.
-
getModuleBytes
abstract ByteString getModuleBytes()
string module = 2;- Returns:
The bytes for module.
-
getExistingResourcesList
abstract List<Resource> getExistingResourcesList()
The resource FTL thinks exists currentlyrepeated .xyz.block.ftl.v1beta1.provisioner.Resource existing_resources = 3;
-
getExistingResources
abstract Resource getExistingResources(int index)
The resource FTL thinks exists currentlyrepeated .xyz.block.ftl.v1beta1.provisioner.Resource existing_resources = 3;
-
getExistingResourcesCount
abstract int getExistingResourcesCount()
The resource FTL thinks exists currentlyrepeated .xyz.block.ftl.v1beta1.provisioner.Resource existing_resources = 3;
-
getExistingResourcesOrBuilderList
abstract List<out ResourceOrBuilder> getExistingResourcesOrBuilderList()
The resource FTL thinks exists currentlyrepeated .xyz.block.ftl.v1beta1.provisioner.Resource existing_resources = 3;
-
getExistingResourcesOrBuilder
abstract ResourceOrBuilder getExistingResourcesOrBuilder(int index)
The resource FTL thinks exists currentlyrepeated .xyz.block.ftl.v1beta1.provisioner.Resource existing_resources = 3;
-
getDesiredResourcesList
abstract List<ResourceContext> 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;
-
getDesiredResources
abstract 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;
-
getDesiredResourcesCount
abstract 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;
-
getDesiredResourcesOrBuilderList
abstract List<out ResourceContextOrBuilder> 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;
-
getDesiredResourcesOrBuilder
abstract ResourceContextOrBuilder getDesiredResourcesOrBuilder(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;
-
-
-
-