Class PubSubPublishEvent
-
- 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.PubSubPublishEventOrBuilder
public final class PubSubPublishEvent extends GeneratedMessageV3 implements PubSubPublishEventOrBuilder
Protobuf type
xyz.block.ftl.timeline.v1.PubSubPublishEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classPubSubPublishEvent.BuilderProtobuf type
xyz.block.ftl.timeline.v1.PubSubPublishEvent
-
Field Summary
Fields Modifier and Type Field Description public final static intDEPLOYMENT_KEY_FIELD_NUMBERpublic final static intREQUEST_KEY_FIELD_NUMBERpublic final static intVERB_REF_FIELD_NUMBERpublic final static intTIMESTAMP_FIELD_NUMBERpublic final static intDURATION_FIELD_NUMBERpublic final static intTOPIC_FIELD_NUMBERpublic final static intREQUEST_FIELD_NUMBERpublic final static intERROR_FIELD_NUMBERpublic final static intPARTITION_FIELD_NUMBERpublic final static intOFFSET_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()StringgetDeploymentKey()string deployment_key = 1;ByteStringgetDeploymentKeyBytes()string deployment_key = 1;booleanhasRequestKey()optional string request_key = 2;StringgetRequestKey()optional string request_key = 2;ByteStringgetRequestKeyBytes()optional string request_key = 2;booleanhasVerbRef().xyz.block.ftl.schema.v1.Ref verb_ref = 3;RefgetVerbRef().xyz.block.ftl.schema.v1.Ref verb_ref = 3;RefOrBuildergetVerbRefOrBuilder().xyz.block.ftl.schema.v1.Ref verb_ref = 3;booleanhasTimestamp().google.protobuf.Timestamp timestamp = 4;TimestampgetTimestamp().google.protobuf.Timestamp timestamp = 4;TimestampOrBuildergetTimestampOrBuilder().google.protobuf.Timestamp timestamp = 4;booleanhasDuration().google.protobuf.Duration duration = 5;DurationgetDuration().google.protobuf.Duration duration = 5;DurationOrBuildergetDurationOrBuilder().google.protobuf.Duration duration = 5;StringgetTopic()string topic = 6;ByteStringgetTopicBytes()string topic = 6;StringgetRequest()string request = 7;ByteStringgetRequestBytes()string request = 7;booleanhasError()optional string error = 8;StringgetError()optional string error = 8;ByteStringgetErrorBytes()optional string error = 8;intgetPartition()int32 partition = 9;longgetOffset()int64 offset = 10;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static PubSubPublishEventparseFrom(ByteBuffer data)static PubSubPublishEventparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static PubSubPublishEventparseFrom(ByteString data)static PubSubPublishEventparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static PubSubPublishEventparseFrom(Array<byte> data)static PubSubPublishEventparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static PubSubPublishEventparseFrom(InputStream input)static PubSubPublishEventparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static PubSubPublishEventparseDelimitedFrom(InputStream input)static PubSubPublishEventparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static PubSubPublishEventparseFrom(CodedInputStream input)static PubSubPublishEventparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)PubSubPublishEvent.BuildernewBuilderForType()static PubSubPublishEvent.BuildernewBuilder()static PubSubPublishEvent.BuildernewBuilder(PubSubPublishEvent prototype)PubSubPublishEvent.BuildertoBuilder()static PubSubPublishEventgetDefaultInstance()static Parser<PubSubPublishEvent>parser()Parser<PubSubPublishEvent>getParserForType()PubSubPublishEventgetDefaultInstanceForType()-
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()
-
getDeploymentKey
String getDeploymentKey()
string deployment_key = 1;- Returns:
The deploymentKey.
-
getDeploymentKeyBytes
ByteString getDeploymentKeyBytes()
string deployment_key = 1;- Returns:
The bytes for deploymentKey.
-
hasRequestKey
boolean hasRequestKey()
optional string request_key = 2;- Returns:
Whether the requestKey field is set.
-
getRequestKey
String getRequestKey()
optional string request_key = 2;- Returns:
The requestKey.
-
getRequestKeyBytes
ByteString getRequestKeyBytes()
optional string request_key = 2;- Returns:
The bytes for requestKey.
-
hasVerbRef
boolean hasVerbRef()
.xyz.block.ftl.schema.v1.Ref verb_ref = 3;- Returns:
Whether the verbRef field is set.
-
getVerbRef
Ref getVerbRef()
.xyz.block.ftl.schema.v1.Ref verb_ref = 3;- Returns:
The verbRef.
-
getVerbRefOrBuilder
RefOrBuilder getVerbRefOrBuilder()
.xyz.block.ftl.schema.v1.Ref verb_ref = 3;
-
hasTimestamp
boolean hasTimestamp()
.google.protobuf.Timestamp timestamp = 4;- Returns:
Whether the timestamp field is set.
-
getTimestamp
Timestamp getTimestamp()
.google.protobuf.Timestamp timestamp = 4;- Returns:
The timestamp.
-
getTimestampOrBuilder
TimestampOrBuilder getTimestampOrBuilder()
.google.protobuf.Timestamp timestamp = 4;
-
hasDuration
boolean hasDuration()
.google.protobuf.Duration duration = 5;- Returns:
Whether the duration field is set.
-
getDuration
Duration getDuration()
.google.protobuf.Duration duration = 5;- Returns:
The duration.
-
getDurationOrBuilder
DurationOrBuilder getDurationOrBuilder()
.google.protobuf.Duration duration = 5;
-
getTopicBytes
ByteString getTopicBytes()
string topic = 6;- Returns:
The bytes for topic.
-
getRequest
String getRequest()
string request = 7;- Returns:
The request.
-
getRequestBytes
ByteString getRequestBytes()
string request = 7;- Returns:
The bytes for request.
-
hasError
boolean hasError()
optional string error = 8;- Returns:
Whether the error field is set.
-
getErrorBytes
ByteString getErrorBytes()
optional string error = 8;- Returns:
The bytes for error.
-
getPartition
int getPartition()
int32 partition = 9;- Returns:
The partition.
-
getOffset
long getOffset()
int64 offset = 10;- Returns:
The offset.
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static PubSubPublishEvent parseFrom(ByteBuffer data)
-
parseFrom
static PubSubPublishEvent parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PubSubPublishEvent parseFrom(ByteString data)
-
parseFrom
static PubSubPublishEvent parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PubSubPublishEvent parseFrom(Array<byte> data)
-
parseFrom
static PubSubPublishEvent parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PubSubPublishEvent parseFrom(InputStream input)
-
parseFrom
static PubSubPublishEvent parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static PubSubPublishEvent parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static PubSubPublishEvent parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static PubSubPublishEvent parseFrom(CodedInputStream input)
-
parseFrom
static PubSubPublishEvent parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
PubSubPublishEvent.Builder newBuilderForType()
-
newBuilder
static PubSubPublishEvent.Builder newBuilder()
-
newBuilder
static PubSubPublishEvent.Builder newBuilder(PubSubPublishEvent prototype)
-
toBuilder
PubSubPublishEvent.Builder toBuilder()
-
getDefaultInstance
static PubSubPublishEvent getDefaultInstance()
-
parser
static Parser<PubSubPublishEvent> parser()
-
getParserForType
Parser<PubSubPublishEvent> getParserForType()
-
getDefaultInstanceForType
PubSubPublishEvent getDefaultInstanceForType()
-
-
-
-