Class DeploymentRuntimeEvent
-
- 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.timeline.v1.DeploymentRuntimeEventOrBuilder
public final class DeploymentRuntimeEvent extends GeneratedMessageV3 implements DeploymentRuntimeEventOrBuilder
Protobuf type
xyz.block.ftl.timeline.v1.DeploymentRuntimeEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDeploymentRuntimeEvent.BuilderProtobuf type
xyz.block.ftl.timeline.v1.DeploymentRuntimeEvent
-
Field Summary
Fields Modifier and Type Field Description public final static intKEY_FIELD_NUMBERpublic final static intUPDATED_AT_FIELD_NUMBERpublic final static intELEMENT_NAME_FIELD_NUMBERpublic final static intELEMENT_TYPE_FIELD_NUMBERpublic final static intCHANGESET_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()StringgetKey()string key = 1;ByteStringgetKeyBytes()string key = 1;booleanhasUpdatedAt().google.protobuf.Timestamp updated_at = 2;TimestampgetUpdatedAt().google.protobuf.Timestamp updated_at = 2;TimestampOrBuildergetUpdatedAtOrBuilder().google.protobuf.Timestamp updated_at = 2;booleanhasElementName()optional string element_name = 3;StringgetElementName()optional string element_name = 3;ByteStringgetElementNameBytes()optional string element_name = 3;StringgetElementType()string element_type = 4;ByteStringgetElementTypeBytes()string element_type = 4;booleanhasChangeset()optional string changeset = 5;StringgetChangeset()optional string changeset = 5;ByteStringgetChangesetBytes()optional string changeset = 5;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static DeploymentRuntimeEventparseFrom(ByteBuffer data)static DeploymentRuntimeEventparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static DeploymentRuntimeEventparseFrom(ByteString data)static DeploymentRuntimeEventparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static DeploymentRuntimeEventparseFrom(Array<byte> data)static DeploymentRuntimeEventparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static DeploymentRuntimeEventparseFrom(InputStream input)static DeploymentRuntimeEventparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static DeploymentRuntimeEventparseDelimitedFrom(InputStream input)static DeploymentRuntimeEventparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static DeploymentRuntimeEventparseFrom(CodedInputStream input)static DeploymentRuntimeEventparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)DeploymentRuntimeEvent.BuildernewBuilderForType()static DeploymentRuntimeEvent.BuildernewBuilder()static DeploymentRuntimeEvent.BuildernewBuilder(DeploymentRuntimeEvent prototype)DeploymentRuntimeEvent.BuildertoBuilder()static DeploymentRuntimeEventgetDefaultInstance()static Parser<DeploymentRuntimeEvent>parser()Parser<DeploymentRuntimeEvent>getParserForType()DeploymentRuntimeEventgetDefaultInstanceForType()-
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.
-
hasUpdatedAt
boolean hasUpdatedAt()
.google.protobuf.Timestamp updated_at = 2;- Returns:
Whether the updatedAt field is set.
-
getUpdatedAt
Timestamp getUpdatedAt()
.google.protobuf.Timestamp updated_at = 2;- Returns:
The updatedAt.
-
getUpdatedAtOrBuilder
TimestampOrBuilder getUpdatedAtOrBuilder()
.google.protobuf.Timestamp updated_at = 2;
-
hasElementName
boolean hasElementName()
optional string element_name = 3;- Returns:
Whether the elementName field is set.
-
getElementName
String getElementName()
optional string element_name = 3;- Returns:
The elementName.
-
getElementNameBytes
ByteString getElementNameBytes()
optional string element_name = 3;- Returns:
The bytes for elementName.
-
getElementType
String getElementType()
string element_type = 4;- Returns:
The elementType.
-
getElementTypeBytes
ByteString getElementTypeBytes()
string element_type = 4;- Returns:
The bytes for elementType.
-
hasChangeset
boolean hasChangeset()
optional string changeset = 5;- Returns:
Whether the changeset field is set.
-
getChangeset
String getChangeset()
optional string changeset = 5;- Returns:
The changeset.
-
getChangesetBytes
ByteString getChangesetBytes()
optional string changeset = 5;- Returns:
The bytes for changeset.
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static DeploymentRuntimeEvent parseFrom(ByteBuffer data)
-
parseFrom
static DeploymentRuntimeEvent parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static DeploymentRuntimeEvent parseFrom(ByteString data)
-
parseFrom
static DeploymentRuntimeEvent parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static DeploymentRuntimeEvent parseFrom(Array<byte> data)
-
parseFrom
static DeploymentRuntimeEvent parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static DeploymentRuntimeEvent parseFrom(InputStream input)
-
parseFrom
static DeploymentRuntimeEvent parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static DeploymentRuntimeEvent parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static DeploymentRuntimeEvent parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static DeploymentRuntimeEvent parseFrom(CodedInputStream input)
-
parseFrom
static DeploymentRuntimeEvent parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
DeploymentRuntimeEvent.Builder newBuilderForType()
-
newBuilder
static DeploymentRuntimeEvent.Builder newBuilder()
-
newBuilder
static DeploymentRuntimeEvent.Builder newBuilder(DeploymentRuntimeEvent prototype)
-
toBuilder
DeploymentRuntimeEvent.Builder toBuilder()
-
getDefaultInstance
static DeploymentRuntimeEvent getDefaultInstance()
-
parser
static Parser<DeploymentRuntimeEvent> parser()
-
getParserForType
Parser<DeploymentRuntimeEvent> getParserForType()
-
getDefaultInstanceForType
DeploymentRuntimeEvent getDefaultInstanceForType()
-
-
-
-