Class GooglePubsubConstants


  • public final class GooglePubsubConstants
    extends Object
    • Field Detail

      • MESSAGE_ID

        @Metadata(description="The ID of the message, assigned by the server when the message is published.",
                  javaType="String")
        public static final String MESSAGE_ID
        See Also:
        Constant Field Values
      • ACK_ID

        @Metadata(label="consumer",
                  description="The ID used to acknowledge the received message.",
                  javaType="String")
        public static final String ACK_ID
        See Also:
        Constant Field Values
      • PUBLISH_TIME

        @Metadata(label="consumer",
                  description="The time at which the message was published",
                  javaType="com.google.protobuf.Timestamp")
        public static final String PUBLISH_TIME
        See Also:
        Constant Field Values
      • ATTRIBUTES

        @Metadata(description="The attributes of the message.",
                  javaType="Map<String, String>")
        public static final String ATTRIBUTES
        See Also:
        Constant Field Values
      • ORDERING_KEY

        @Metadata(label="producer",
                  description="If non-empty, identifies related messages for which publish order should be\n respected.",
                  javaType="String")
        public static final String ORDERING_KEY
        See Also:
        Constant Field Values
      • RESERVED_GOOGLE_CLIENT_ATTRIBUTE_PREFIX

        public static final String RESERVED_GOOGLE_CLIENT_ATTRIBUTE_PREFIX
        See Also:
        Constant Field Values