Package xyz.block.ftl.v1
Interface GetDeploymentResponseOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface GetDeploymentResponseOrBuilder 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;-
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;
-
-
-
-