Interface PubSubPublishEventOrBuilder

  • All Implemented Interfaces:
    com.google.protobuf.MessageLiteOrBuilder , com.google.protobuf.MessageOrBuilder

    
    public interface PubSubPublishEventOrBuilder
     implements MessageOrBuilder
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract String getDeploymentKey() string deployment_key = 1;
      abstract ByteString getDeploymentKeyBytes() string deployment_key = 1;
      abstract boolean hasRequestKey() optional string request_key = 2;
      abstract String getRequestKey() optional string request_key = 2;
      abstract ByteString getRequestKeyBytes() optional string request_key = 2;
      abstract boolean hasVerbRef() .xyz.block.ftl.schema.v1.Ref verb_ref = 3;
      abstract Ref getVerbRef() .xyz.block.ftl.schema.v1.Ref verb_ref = 3;
      abstract RefOrBuilder getVerbRefOrBuilder() .xyz.block.ftl.schema.v1.Ref verb_ref = 3;
      abstract boolean hasTimestamp() .google.protobuf.Timestamp timestamp = 4;
      abstract Timestamp getTimestamp() .google.protobuf.Timestamp timestamp = 4;
      abstract TimestampOrBuilder getTimestampOrBuilder() .google.protobuf.Timestamp timestamp = 4;
      abstract boolean hasDuration() .google.protobuf.Duration duration = 5;
      abstract Duration getDuration() .google.protobuf.Duration duration = 5;
      abstract DurationOrBuilder getDurationOrBuilder() .google.protobuf.Duration duration = 5;
      abstract String getTopic() string topic = 6;
      abstract ByteString getTopicBytes() string topic = 6;
      abstract String getRequest() string request = 7;
      abstract ByteString getRequestBytes() string request = 7;
      abstract boolean hasError() optional string error = 8;
      abstract String getError() optional string error = 8;
      abstract ByteString getErrorBytes() optional string error = 8;
      abstract int getPartition() int32 partition = 9;
      abstract long getOffset() int64 offset = 10;
      • Methods inherited from class com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getDeploymentKeyBytes

         abstract ByteString getDeploymentKeyBytes()

        string deployment_key = 1;

        Returns:

        The bytes for deploymentKey.

      • hasRequestKey

         abstract boolean hasRequestKey()

        optional string request_key = 2;

        Returns:

        Whether the requestKey field is set.

      • getRequestKey

         abstract String getRequestKey()

        optional string request_key = 2;

        Returns:

        The requestKey.

      • getRequestKeyBytes

         abstract ByteString getRequestKeyBytes()

        optional string request_key = 2;

        Returns:

        The bytes for requestKey.

      • hasVerbRef

         abstract boolean hasVerbRef()

        .xyz.block.ftl.schema.v1.Ref verb_ref = 3;

        Returns:

        Whether the verbRef field is set.

      • getVerbRef

         abstract Ref getVerbRef()

        .xyz.block.ftl.schema.v1.Ref verb_ref = 3;

        Returns:

        The verbRef.

      • hasTimestamp

         abstract boolean hasTimestamp()

        .google.protobuf.Timestamp timestamp = 4;

        Returns:

        Whether the timestamp field is set.

      • getTimestamp

         abstract Timestamp getTimestamp()

        .google.protobuf.Timestamp timestamp = 4;

        Returns:

        The timestamp.

      • getTimestampOrBuilder

         abstract TimestampOrBuilder getTimestampOrBuilder()

        .google.protobuf.Timestamp timestamp = 4;

      • hasDuration

         abstract boolean hasDuration()

        .google.protobuf.Duration duration = 5;

        Returns:

        Whether the duration field is set.

      • getDuration

         abstract Duration getDuration()

        .google.protobuf.Duration duration = 5;

        Returns:

        The duration.

      • getDurationOrBuilder

         abstract DurationOrBuilder getDurationOrBuilder()

        .google.protobuf.Duration duration = 5;

      • getTopic

         abstract String getTopic()

        string topic = 6;

        Returns:

        The topic.

      • getTopicBytes

         abstract ByteString getTopicBytes()

        string topic = 6;

        Returns:

        The bytes for topic.

      • getRequest

         abstract String getRequest()

        string request = 7;

        Returns:

        The request.

      • getRequestBytes

         abstract ByteString getRequestBytes()

        string request = 7;

        Returns:

        The bytes for request.

      • hasError

         abstract boolean hasError()

        optional string error = 8;

        Returns:

        Whether the error field is set.

      • getError

         abstract String getError()

        optional string error = 8;

        Returns:

        The error.

      • getErrorBytes

         abstract ByteString getErrorBytes()

        optional string error = 8;

        Returns:

        The bytes for error.

      • getPartition

         abstract int getPartition()

        int32 partition = 9;

        Returns:

        The partition.

      • getOffset

         abstract long getOffset()

        int64 offset = 10;

        Returns:

        The offset.