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