Interface StatusRequestOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface StatusRequestOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetProvisioningToken()string provisioning_token = 1;abstract ByteStringgetProvisioningTokenBytes()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 finishesrepeated .xyz.block.ftl.v1beta1.provisioner.Resource desired_resources = 2;abstract ResourcegetDesiredResources(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 finishesrepeated .xyz.block.ftl.v1beta1.provisioner.Resource desired_resources = 2;abstract intgetDesiredResourcesCount()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 finishesrepeated .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 finishesrepeated .xyz.block.ftl.v1beta1.provisioner.Resource desired_resources = 2;abstract ResourceOrBuildergetDesiredResourcesOrBuilder(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 finishesrepeated .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
-
-
Method Detail
-
getProvisioningToken
abstract String getProvisioningToken()
string provisioning_token = 1;- Returns:
The provisioningToken.
-
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 finishesrepeated .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 finishesrepeated .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 finishesrepeated .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 finishesrepeated .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 finishesrepeated .xyz.block.ftl.v1beta1.provisioner.Resource desired_resources = 2;
-
-
-
-