Interface ModuleResourceOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface ModuleResourceOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract booleanhasOutput().xyz.block.ftl.v1beta1.provisioner.ModuleResource.ModuleResourceOutput output = 1;abstract ModuleResource.ModuleResourceOutputgetOutput().xyz.block.ftl.v1beta1.provisioner.ModuleResource.ModuleResourceOutput output = 1;abstract ModuleResource.ModuleResourceOutputOrBuildergetOutputOrBuilder().xyz.block.ftl.v1beta1.provisioner.ModuleResource.ModuleResourceOutput output = 1;abstract booleanhasSchema().xyz.block.ftl.v1.schema.Module schema = 2;abstract ModulegetSchema().xyz.block.ftl.v1.schema.Module schema = 2;abstract ModuleOrBuildergetSchemaOrBuilder().xyz.block.ftl.v1.schema.Module schema = 2;abstract List<DeploymentArtefact>getArtefactsList()repeated .xyz.block.ftl.v1.DeploymentArtefact artefacts = 3;abstract DeploymentArtefactgetArtefacts(int index)repeated .xyz.block.ftl.v1.DeploymentArtefact artefacts = 3;abstract intgetArtefactsCount()repeated .xyz.block.ftl.v1.DeploymentArtefact artefacts = 3;abstract List<out DeploymentArtefactOrBuilder>getArtefactsOrBuilderList()repeated .xyz.block.ftl.v1.DeploymentArtefact artefacts = 3;abstract DeploymentArtefactOrBuildergetArtefactsOrBuilder(int index)repeated .xyz.block.ftl.v1.DeploymentArtefact artefacts = 3;abstract booleanhasLabels()Runner labels required to run this deployment.optional .google.protobuf.Struct labels = 4;abstract StructgetLabels()Runner labels required to run this deployment.optional .google.protobuf.Struct labels = 4;abstract StructOrBuildergetLabelsOrBuilder()Runner labels required to run this deployment.optional .google.protobuf.Struct labels = 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
-
hasOutput
abstract boolean hasOutput()
.xyz.block.ftl.v1beta1.provisioner.ModuleResource.ModuleResourceOutput output = 1;- Returns:
Whether the output field is set.
-
getOutput
abstract ModuleResource.ModuleResourceOutput getOutput()
.xyz.block.ftl.v1beta1.provisioner.ModuleResource.ModuleResourceOutput output = 1;- Returns:
The output.
-
getOutputOrBuilder
abstract ModuleResource.ModuleResourceOutputOrBuilder getOutputOrBuilder()
.xyz.block.ftl.v1beta1.provisioner.ModuleResource.ModuleResourceOutput output = 1;
-
hasSchema
abstract boolean hasSchema()
.xyz.block.ftl.v1.schema.Module schema = 2;- Returns:
Whether the schema field is set.
-
getSchema
abstract Module getSchema()
.xyz.block.ftl.v1.schema.Module schema = 2;- Returns:
The schema.
-
getSchemaOrBuilder
abstract ModuleOrBuilder getSchemaOrBuilder()
.xyz.block.ftl.v1.schema.Module schema = 2;
-
getArtefactsList
abstract List<DeploymentArtefact> getArtefactsList()
repeated .xyz.block.ftl.v1.DeploymentArtefact artefacts = 3;
-
getArtefacts
abstract DeploymentArtefact getArtefacts(int index)
repeated .xyz.block.ftl.v1.DeploymentArtefact artefacts = 3;
-
getArtefactsCount
abstract int getArtefactsCount()
repeated .xyz.block.ftl.v1.DeploymentArtefact artefacts = 3;
-
getArtefactsOrBuilderList
abstract List<out DeploymentArtefactOrBuilder> getArtefactsOrBuilderList()
repeated .xyz.block.ftl.v1.DeploymentArtefact artefacts = 3;
-
getArtefactsOrBuilder
abstract DeploymentArtefactOrBuilder getArtefactsOrBuilder(int index)
repeated .xyz.block.ftl.v1.DeploymentArtefact artefacts = 3;
-
hasLabels
abstract boolean hasLabels()
Runner labels required to run this deployment.optional .google.protobuf.Struct labels = 4;- Returns:
Whether the labels field is set.
-
getLabels
abstract Struct getLabels()
Runner labels required to run this deployment.optional .google.protobuf.Struct labels = 4;- Returns:
The labels.
-
getLabelsOrBuilder
abstract StructOrBuilder getLabelsOrBuilder()
Runner labels required to run this deployment.optional .google.protobuf.Struct labels = 4;
-
-
-
-