Package xyz.block.ftl.v1
Class ProcessListResponse.Process
-
- 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.v1.ProcessListResponse.ProcessOrBuilder
public final class ProcessListResponse.Process extends GeneratedMessageV3 implements ProcessListResponse.ProcessOrBuilder
Protobuf type
xyz.block.ftl.v1.ProcessListResponse.Process
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classProcessListResponse.Process.BuilderProtobuf type
xyz.block.ftl.v1.ProcessListResponse.Process
-
Field Summary
Fields Modifier and Type Field Description public final static intDEPLOYMENT_FIELD_NUMBERpublic final static intMIN_REPLICAS_FIELD_NUMBERpublic final static intLABELS_FIELD_NUMBERpublic final static intRUNNER_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()StringgetDeployment()string deployment = 1;ByteStringgetDeploymentBytes()string deployment = 1;intgetMinReplicas()int32 min_replicas = 2;booleanhasLabels().google.protobuf.Struct labels = 3;StructgetLabels().google.protobuf.Struct labels = 3;StructOrBuildergetLabelsOrBuilder().google.protobuf.Struct labels = 3;booleanhasRunner()optional .xyz.block.ftl.v1.ProcessListResponse.ProcessRunner runner = 4;ProcessListResponse.ProcessRunnergetRunner()optional .xyz.block.ftl.v1.ProcessListResponse.ProcessRunner runner = 4;ProcessListResponse.ProcessRunnerOrBuildergetRunnerOrBuilder()optional .xyz.block.ftl.v1.ProcessListResponse.ProcessRunner runner = 4;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static ProcessListResponse.ProcessparseFrom(ByteBuffer data)static ProcessListResponse.ProcessparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static ProcessListResponse.ProcessparseFrom(ByteString data)static ProcessListResponse.ProcessparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static ProcessListResponse.ProcessparseFrom(Array<byte> data)static ProcessListResponse.ProcessparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static ProcessListResponse.ProcessparseFrom(InputStream input)static ProcessListResponse.ProcessparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static ProcessListResponse.ProcessparseDelimitedFrom(InputStream input)static ProcessListResponse.ProcessparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static ProcessListResponse.ProcessparseFrom(CodedInputStream input)static ProcessListResponse.ProcessparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)ProcessListResponse.Process.BuildernewBuilderForType()static ProcessListResponse.Process.BuildernewBuilder()static ProcessListResponse.Process.BuildernewBuilder(ProcessListResponse.Process prototype)ProcessListResponse.Process.BuildertoBuilder()static ProcessListResponse.ProcessgetDefaultInstance()static Parser<ProcessListResponse.Process>parser()Parser<ProcessListResponse.Process>getParserForType()ProcessListResponse.ProcessgetDefaultInstanceForType()-
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()
-
getDeployment
String getDeployment()
string deployment = 1;- Returns:
The deployment.
-
getDeploymentBytes
ByteString getDeploymentBytes()
string deployment = 1;- Returns:
The bytes for deployment.
-
getMinReplicas
int getMinReplicas()
int32 min_replicas = 2;- Returns:
The minReplicas.
-
hasLabels
boolean hasLabels()
.google.protobuf.Struct labels = 3;- Returns:
Whether the labels field is set.
-
getLabels
Struct getLabels()
.google.protobuf.Struct labels = 3;- Returns:
The labels.
-
getLabelsOrBuilder
StructOrBuilder getLabelsOrBuilder()
.google.protobuf.Struct labels = 3;
-
hasRunner
boolean hasRunner()
optional .xyz.block.ftl.v1.ProcessListResponse.ProcessRunner runner = 4;- Returns:
Whether the runner field is set.
-
getRunner
ProcessListResponse.ProcessRunner getRunner()
optional .xyz.block.ftl.v1.ProcessListResponse.ProcessRunner runner = 4;- Returns:
The runner.
-
getRunnerOrBuilder
ProcessListResponse.ProcessRunnerOrBuilder getRunnerOrBuilder()
optional .xyz.block.ftl.v1.ProcessListResponse.ProcessRunner runner = 4;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static ProcessListResponse.Process parseFrom(ByteBuffer data)
-
parseFrom
static ProcessListResponse.Process parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ProcessListResponse.Process parseFrom(ByteString data)
-
parseFrom
static ProcessListResponse.Process parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ProcessListResponse.Process parseFrom(Array<byte> data)
-
parseFrom
static ProcessListResponse.Process parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ProcessListResponse.Process parseFrom(InputStream input)
-
parseFrom
static ProcessListResponse.Process parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static ProcessListResponse.Process parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static ProcessListResponse.Process parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ProcessListResponse.Process parseFrom(CodedInputStream input)
-
parseFrom
static ProcessListResponse.Process parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
ProcessListResponse.Process.Builder newBuilderForType()
-
newBuilder
static ProcessListResponse.Process.Builder newBuilder()
-
newBuilder
static ProcessListResponse.Process.Builder newBuilder(ProcessListResponse.Process prototype)
-
toBuilder
ProcessListResponse.Process.Builder toBuilder()
-
getDefaultInstance
static ProcessListResponse.Process getDefaultInstance()
-
parser
static Parser<ProcessListResponse.Process> parser()
-
getParserForType
Parser<ProcessListResponse.Process> getParserForType()
-
getDefaultInstanceForType
ProcessListResponse.Process getDefaultInstanceForType()
-
-
-
-