Package xyz.block.ftl.v1
Interface ProcessListResponse.ProcessOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface ProcessListResponse.ProcessOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetDeployment()string deployment = 1;abstract ByteStringgetDeploymentBytes()string deployment = 1;abstract intgetMinReplicas()int32 min_replicas = 2;abstract booleanhasLabels().google.protobuf.Struct labels = 3;abstract StructgetLabels().google.protobuf.Struct labels = 3;abstract StructOrBuildergetLabelsOrBuilder().google.protobuf.Struct labels = 3;abstract booleanhasRunner()optional .xyz.block.ftl.v1.ProcessListResponse.ProcessRunner runner = 4;abstract ProcessListResponse.ProcessRunnergetRunner()optional .xyz.block.ftl.v1.ProcessListResponse.ProcessRunner runner = 4;abstract ProcessListResponse.ProcessRunnerOrBuildergetRunnerOrBuilder()optional .xyz.block.ftl.v1.ProcessListResponse.ProcessRunner runner = 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
-
getDeployment
abstract String getDeployment()
string deployment = 1;- Returns:
The deployment.
-
getDeploymentBytes
abstract ByteString getDeploymentBytes()
string deployment = 1;- Returns:
The bytes for deployment.
-
getMinReplicas
abstract int getMinReplicas()
int32 min_replicas = 2;- Returns:
The minReplicas.
-
hasLabels
abstract boolean hasLabels()
.google.protobuf.Struct labels = 3;- Returns:
Whether the labels field is set.
-
getLabels
abstract Struct getLabels()
.google.protobuf.Struct labels = 3;- Returns:
The labels.
-
getLabelsOrBuilder
abstract StructOrBuilder getLabelsOrBuilder()
.google.protobuf.Struct labels = 3;
-
hasRunner
abstract boolean hasRunner()
optional .xyz.block.ftl.v1.ProcessListResponse.ProcessRunner runner = 4;- Returns:
Whether the runner field is set.
-
getRunner
abstract ProcessListResponse.ProcessRunner getRunner()
optional .xyz.block.ftl.v1.ProcessListResponse.ProcessRunner runner = 4;- Returns:
The runner.
-
getRunnerOrBuilder
abstract ProcessListResponse.ProcessRunnerOrBuilder getRunnerOrBuilder()
optional .xyz.block.ftl.v1.ProcessListResponse.ProcessRunner runner = 4;
-
-
-
-