Package xyz.block.ftl.schema.v1
Class DeploymentActivatedEvent
-
- 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.schema.v1.DeploymentActivatedEventOrBuilder
public final class DeploymentActivatedEvent extends GeneratedMessageV3 implements DeploymentActivatedEventOrBuilder
Protobuf type
xyz.block.ftl.schema.v1.DeploymentActivatedEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDeploymentActivatedEvent.BuilderProtobuf type
xyz.block.ftl.schema.v1.DeploymentActivatedEvent
-
Field Summary
Fields Modifier and Type Field Description public final static intKEY_FIELD_NUMBERpublic final static intACTIVATED_AT_FIELD_NUMBERpublic final static intMIN_REPLICAS_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()StringgetKey()string key = 1;ByteStringgetKeyBytes()string key = 1;booleanhasActivatedAt().google.protobuf.Timestamp activated_at = 2;TimestampgetActivatedAt().google.protobuf.Timestamp activated_at = 2;TimestampOrBuildergetActivatedAtOrBuilder().google.protobuf.Timestamp activated_at = 2;longgetMinReplicas()int64 min_replicas = 3;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static DeploymentActivatedEventparseFrom(ByteBuffer data)static DeploymentActivatedEventparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static DeploymentActivatedEventparseFrom(ByteString data)static DeploymentActivatedEventparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static DeploymentActivatedEventparseFrom(Array<byte> data)static DeploymentActivatedEventparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static DeploymentActivatedEventparseFrom(InputStream input)static DeploymentActivatedEventparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static DeploymentActivatedEventparseDelimitedFrom(InputStream input)static DeploymentActivatedEventparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static DeploymentActivatedEventparseFrom(CodedInputStream input)static DeploymentActivatedEventparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)DeploymentActivatedEvent.BuildernewBuilderForType()static DeploymentActivatedEvent.BuildernewBuilder()static DeploymentActivatedEvent.BuildernewBuilder(DeploymentActivatedEvent prototype)DeploymentActivatedEvent.BuildertoBuilder()static DeploymentActivatedEventgetDefaultInstance()static Parser<DeploymentActivatedEvent>parser()Parser<DeploymentActivatedEvent>getParserForType()DeploymentActivatedEventgetDefaultInstanceForType()-
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.
-
hasActivatedAt
boolean hasActivatedAt()
.google.protobuf.Timestamp activated_at = 2;- Returns:
Whether the activatedAt field is set.
-
getActivatedAt
Timestamp getActivatedAt()
.google.protobuf.Timestamp activated_at = 2;- Returns:
The activatedAt.
-
getActivatedAtOrBuilder
TimestampOrBuilder getActivatedAtOrBuilder()
.google.protobuf.Timestamp activated_at = 2;
-
getMinReplicas
long getMinReplicas()
int64 min_replicas = 3;- Returns:
The minReplicas.
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static DeploymentActivatedEvent parseFrom(ByteBuffer data)
-
parseFrom
static DeploymentActivatedEvent parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static DeploymentActivatedEvent parseFrom(ByteString data)
-
parseFrom
static DeploymentActivatedEvent parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static DeploymentActivatedEvent parseFrom(Array<byte> data)
-
parseFrom
static DeploymentActivatedEvent parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static DeploymentActivatedEvent parseFrom(InputStream input)
-
parseFrom
static DeploymentActivatedEvent parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static DeploymentActivatedEvent parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static DeploymentActivatedEvent parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static DeploymentActivatedEvent parseFrom(CodedInputStream input)
-
parseFrom
static DeploymentActivatedEvent parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
DeploymentActivatedEvent.Builder newBuilderForType()
-
newBuilder
static DeploymentActivatedEvent.Builder newBuilder()
-
newBuilder
static DeploymentActivatedEvent.Builder newBuilder(DeploymentActivatedEvent prototype)
-
toBuilder
DeploymentActivatedEvent.Builder toBuilder()
-
getDefaultInstance
static DeploymentActivatedEvent getDefaultInstance()
-
parser
static Parser<DeploymentActivatedEvent> parser()
-
getParserForType
Parser<DeploymentActivatedEvent> getParserForType()
-
getDefaultInstanceForType
DeploymentActivatedEvent getDefaultInstanceForType()
-
-
-
-