Class ProvisionRequest
-
- All Implemented Interfaces:
-
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable,xyz.block.ftl.v1beta1.provisioner.ProvisionRequestOrBuilder
public final class ProvisionRequest extends GeneratedMessageV3 implements ProvisionRequestOrBuilder
Protobuf type
xyz.block.ftl.v1beta1.provisioner.ProvisionRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classProvisionRequest.BuilderProtobuf type
xyz.block.ftl.v1beta1.provisioner.ProvisionRequest
-
Field Summary
Fields Modifier and Type Field Description public final static intFTL_CLUSTER_ID_FIELD_NUMBERpublic final static intMODULE_FIELD_NUMBERpublic final static intEXISTING_RESOURCES_FIELD_NUMBERpublic final static intDESIRED_RESOURCES_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()StringgetFtlClusterId()string ftl_cluster_id = 1;ByteStringgetFtlClusterIdBytes()string ftl_cluster_id = 1;StringgetModule()string module = 2;ByteStringgetModuleBytes()string module = 2;List<Resource>getExistingResourcesList()The resource FTL thinks exists currentlyrepeated .xyz.block.ftl.v1beta1.provisioner.Resource existing_resources = 3;List<out ResourceOrBuilder>getExistingResourcesOrBuilderList()The resource FTL thinks exists currentlyrepeated .xyz.block.ftl.v1beta1.provisioner.Resource existing_resources = 3;intgetExistingResourcesCount()The resource FTL thinks exists currentlyrepeated .xyz.block.ftl.v1beta1.provisioner.Resource existing_resources = 3;ResourcegetExistingResources(int index)The resource FTL thinks exists currentlyrepeated .xyz.block.ftl.v1beta1.provisioner.Resource existing_resources = 3;ResourceOrBuildergetExistingResourcesOrBuilder(int index)The resource FTL thinks exists currentlyrepeated .xyz.block.ftl.v1beta1.provisioner.Resource existing_resources = 3;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;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;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;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;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;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static ProvisionRequestparseFrom(ByteBuffer data)static ProvisionRequestparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static ProvisionRequestparseFrom(ByteString data)static ProvisionRequestparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static ProvisionRequestparseFrom(Array<byte> data)static ProvisionRequestparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static ProvisionRequestparseFrom(InputStream input)static ProvisionRequestparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static ProvisionRequestparseDelimitedFrom(InputStream input)static ProvisionRequestparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static ProvisionRequestparseFrom(CodedInputStream input)static ProvisionRequestparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)ProvisionRequest.BuildernewBuilderForType()static ProvisionRequest.BuildernewBuilder()static ProvisionRequest.BuildernewBuilder(ProvisionRequest prototype)ProvisionRequest.BuildertoBuilder()static ProvisionRequestgetDefaultInstance()static Parser<ProvisionRequest>parser()Parser<ProvisionRequest>getParserForType()ProvisionRequestgetDefaultInstanceForType()-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof -
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, toString -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.Message
getParserForType -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDescriptor
final static Descriptors.Descriptor getDescriptor()
-
getFtlClusterId
String getFtlClusterId()
string ftl_cluster_id = 1;- Returns:
The ftlClusterId.
-
getFtlClusterIdBytes
ByteString getFtlClusterIdBytes()
string ftl_cluster_id = 1;- Returns:
The bytes for ftlClusterId.
-
getModuleBytes
ByteString getModuleBytes()
string module = 2;- Returns:
The bytes for module.
-
getExistingResourcesList
List<Resource> getExistingResourcesList()
The resource FTL thinks exists currentlyrepeated .xyz.block.ftl.v1beta1.provisioner.Resource existing_resources = 3;
-
getExistingResourcesOrBuilderList
List<out ResourceOrBuilder> getExistingResourcesOrBuilderList()
The resource FTL thinks exists currentlyrepeated .xyz.block.ftl.v1beta1.provisioner.Resource existing_resources = 3;
-
getExistingResourcesCount
int getExistingResourcesCount()
The resource FTL thinks exists currentlyrepeated .xyz.block.ftl.v1beta1.provisioner.Resource existing_resources = 3;
-
getExistingResources
Resource getExistingResources(int index)
The resource FTL thinks exists currentlyrepeated .xyz.block.ftl.v1beta1.provisioner.Resource existing_resources = 3;
-
getExistingResourcesOrBuilder
ResourceOrBuilder getExistingResourcesOrBuilder(int index)
The resource FTL thinks exists currentlyrepeated .xyz.block.ftl.v1beta1.provisioner.Resource existing_resources = 3;
-
getDesiredResourcesList
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;
-
getDesiredResourcesOrBuilderList
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;
-
getDesiredResourcesCount
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;
-
getDesiredResources
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;
-
getDesiredResourcesOrBuilder
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;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static ProvisionRequest parseFrom(ByteBuffer data)
-
parseFrom
static ProvisionRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ProvisionRequest parseFrom(ByteString data)
-
parseFrom
static ProvisionRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ProvisionRequest parseFrom(Array<byte> data)
-
parseFrom
static ProvisionRequest parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ProvisionRequest parseFrom(InputStream input)
-
parseFrom
static ProvisionRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static ProvisionRequest parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static ProvisionRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ProvisionRequest parseFrom(CodedInputStream input)
-
parseFrom
static ProvisionRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
ProvisionRequest.Builder newBuilderForType()
-
newBuilder
static ProvisionRequest.Builder newBuilder()
-
newBuilder
static ProvisionRequest.Builder newBuilder(ProvisionRequest prototype)
-
toBuilder
ProvisionRequest.Builder toBuilder()
-
getDefaultInstance
static ProvisionRequest getDefaultInstance()
-
parser
static Parser<ProvisionRequest> parser()
-
getParserForType
Parser<ProvisionRequest> getParserForType()
-
getDefaultInstanceForType
ProvisionRequest getDefaultInstanceForType()
-
-
-
-