Some or all of the information on this page might not apply to Trusted Cloud by S3NS.
Class SequencedMessage (1.15.12)
Note: Some or all of the information on this page might not apply
to Trusted Cloud. For a list of services that are available in
Trusted Cloud, see Services available for
Trusted Cloud .
Version latestkeyboard_arrow_down
public abstract class SequencedMessage
A message with its sequencing information in the partition.
Static Methods
fromProto(SequencedMessage proto)
public static SequencedMessage fromProto ( SequencedMessage proto )
Convert a SequencedMessage proto to a SequencedMessage.
of(Message message, Timestamp publishTime, Offset offset, long byteSize)
public static SequencedMessage of ( Message message , Timestamp publishTime , Offset offset , long byteSize )
Construct a SequencedMessage from its components.
Constructors
SequencedMessage()
public SequencedMessage ()
Methods
byteSize()
public abstract long byteSize ()
The amount of quota bytes this message counts for.
Returns
Type
Description
long
message()
public abstract Message message ()
The underlying user Message.
offset()
public abstract Offset offset ()
The offset for this message.
Returns
Type
Description
Offset
publishTime()
public abstract Timestamp publishTime ()
The time when the message was published.
toProto()
public SequencedMessage toProto ()
Convert to a SequencedMessage proto.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[],[]]