Package xyz.block.ftl.v1
Class StatusResponse.Deployment
-
- 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.StatusResponse.DeploymentOrBuilder
public final class StatusResponse.Deployment extends GeneratedMessageV3 implements StatusResponse.DeploymentOrBuilder
Protobuf type
xyz.block.ftl.v1.StatusResponse.Deployment
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classStatusResponse.Deployment.BuilderProtobuf type
xyz.block.ftl.v1.StatusResponse.Deployment
-
Field Summary
Fields Modifier and Type Field Description public final static intKEY_FIELD_NUMBERpublic final static intLANGUAGE_FIELD_NUMBERpublic final static intNAME_FIELD_NUMBERpublic final static intMIN_REPLICAS_FIELD_NUMBERpublic final static intREPLICAS_FIELD_NUMBERpublic final static intLABELS_FIELD_NUMBERpublic final static intSCHEMA_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()StringgetKey()string key = 1;ByteStringgetKeyBytes()string key = 1;StringgetLanguage()string language = 2;ByteStringgetLanguageBytes()string language = 2;StringgetName()string name = 3;ByteStringgetNameBytes()string name = 3;intgetMinReplicas()int32 min_replicas = 4;intgetReplicas()int32 replicas = 7;booleanhasLabels().google.protobuf.Struct labels = 5;StructgetLabels().google.protobuf.Struct labels = 5;StructOrBuildergetLabelsOrBuilder().google.protobuf.Struct labels = 5;booleanhasSchema().xyz.block.ftl.v1.schema.Module schema = 6;ModulegetSchema().xyz.block.ftl.v1.schema.Module schema = 6;ModuleOrBuildergetSchemaOrBuilder().xyz.block.ftl.v1.schema.Module schema = 6;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static StatusResponse.DeploymentparseFrom(ByteBuffer data)static StatusResponse.DeploymentparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static StatusResponse.DeploymentparseFrom(ByteString data)static StatusResponse.DeploymentparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static StatusResponse.DeploymentparseFrom(Array<byte> data)static StatusResponse.DeploymentparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static StatusResponse.DeploymentparseFrom(InputStream input)static StatusResponse.DeploymentparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static StatusResponse.DeploymentparseDelimitedFrom(InputStream input)static StatusResponse.DeploymentparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static StatusResponse.DeploymentparseFrom(CodedInputStream input)static StatusResponse.DeploymentparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)StatusResponse.Deployment.BuildernewBuilderForType()static StatusResponse.Deployment.BuildernewBuilder()static StatusResponse.Deployment.BuildernewBuilder(StatusResponse.Deployment prototype)StatusResponse.Deployment.BuildertoBuilder()static StatusResponse.DeploymentgetDefaultInstance()static Parser<StatusResponse.Deployment>parser()Parser<StatusResponse.Deployment>getParserForType()StatusResponse.DeploymentgetDefaultInstanceForType()-
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()
-
getKeyBytes
ByteString getKeyBytes()
string key = 1;- Returns:
The bytes for key.
-
getLanguage
String getLanguage()
string language = 2;- Returns:
The language.
-
getLanguageBytes
ByteString getLanguageBytes()
string language = 2;- Returns:
The bytes for language.
-
getNameBytes
ByteString getNameBytes()
string name = 3;- Returns:
The bytes for name.
-
getMinReplicas
int getMinReplicas()
int32 min_replicas = 4;- Returns:
The minReplicas.
-
getReplicas
int getReplicas()
int32 replicas = 7;- Returns:
The replicas.
-
hasLabels
boolean hasLabels()
.google.protobuf.Struct labels = 5;- Returns:
Whether the labels field is set.
-
getLabels
Struct getLabels()
.google.protobuf.Struct labels = 5;- Returns:
The labels.
-
getLabelsOrBuilder
StructOrBuilder getLabelsOrBuilder()
.google.protobuf.Struct labels = 5;
-
hasSchema
boolean hasSchema()
.xyz.block.ftl.v1.schema.Module schema = 6;- Returns:
Whether the schema field is set.
-
getSchemaOrBuilder
ModuleOrBuilder getSchemaOrBuilder()
.xyz.block.ftl.v1.schema.Module schema = 6;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static StatusResponse.Deployment parseFrom(ByteBuffer data)
-
parseFrom
static StatusResponse.Deployment parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static StatusResponse.Deployment parseFrom(ByteString data)
-
parseFrom
static StatusResponse.Deployment parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static StatusResponse.Deployment parseFrom(Array<byte> data)
-
parseFrom
static StatusResponse.Deployment parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static StatusResponse.Deployment parseFrom(InputStream input)
-
parseFrom
static StatusResponse.Deployment parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static StatusResponse.Deployment parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static StatusResponse.Deployment parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static StatusResponse.Deployment parseFrom(CodedInputStream input)
-
parseFrom
static StatusResponse.Deployment parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
StatusResponse.Deployment.Builder newBuilderForType()
-
newBuilder
static StatusResponse.Deployment.Builder newBuilder()
-
newBuilder
static StatusResponse.Deployment.Builder newBuilder(StatusResponse.Deployment prototype)
-
toBuilder
StatusResponse.Deployment.Builder toBuilder()
-
getDefaultInstance
static StatusResponse.Deployment getDefaultInstance()
-
parser
static Parser<StatusResponse.Deployment> parser()
-
getParserForType
Parser<StatusResponse.Deployment> getParserForType()
-
getDefaultInstanceForType
StatusResponse.Deployment getDefaultInstanceForType()
-
-
-
-