Package xyz.block.ftl.v1.console
Class DeploymentUpdatedEvent
-
- 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.console.DeploymentUpdatedEventOrBuilder
public final class DeploymentUpdatedEvent extends GeneratedMessageV3 implements DeploymentUpdatedEventOrBuilder
Protobuf type
xyz.block.ftl.v1.console.DeploymentUpdatedEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDeploymentUpdatedEvent.BuilderProtobuf type
xyz.block.ftl.v1.console.DeploymentUpdatedEvent
-
Field Summary
Fields Modifier and Type Field Description public final static intKEY_FIELD_NUMBERpublic final static intMIN_REPLICAS_FIELD_NUMBERpublic final static intPREV_MIN_REPLICAS_FIELD_NUMBER
-
Method Summary
-
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.
-
getMinReplicas
int getMinReplicas()
int32 min_replicas = 2;- Returns:
The minReplicas.
-
getPrevMinReplicas
int getPrevMinReplicas()
int32 prev_min_replicas = 3;- Returns:
The prevMinReplicas.
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static DeploymentUpdatedEvent parseFrom(ByteBuffer data)
-
parseFrom
static DeploymentUpdatedEvent parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static DeploymentUpdatedEvent parseFrom(ByteString data)
-
parseFrom
static DeploymentUpdatedEvent parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static DeploymentUpdatedEvent parseFrom(Array<byte> data)
-
parseFrom
static DeploymentUpdatedEvent parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static DeploymentUpdatedEvent parseFrom(InputStream input)
-
parseFrom
static DeploymentUpdatedEvent parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static DeploymentUpdatedEvent parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static DeploymentUpdatedEvent parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static DeploymentUpdatedEvent parseFrom(CodedInputStream input)
-
parseFrom
static DeploymentUpdatedEvent parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
DeploymentUpdatedEvent.Builder newBuilderForType()
-
newBuilder
static DeploymentUpdatedEvent.Builder newBuilder()
-
newBuilder
static DeploymentUpdatedEvent.Builder newBuilder(DeploymentUpdatedEvent prototype)
-
toBuilder
DeploymentUpdatedEvent.Builder toBuilder()
-
getDefaultInstance
static DeploymentUpdatedEvent getDefaultInstance()
-
parser
static Parser<DeploymentUpdatedEvent> parser()
-
getParserForType
Parser<DeploymentUpdatedEvent> getParserForType()
-
getDefaultInstanceForType
DeploymentUpdatedEvent getDefaultInstanceForType()
-
-
-
-