Class QuotedMessageMetadata (0.49.0)

public final class QuotedMessageMetadata extends GeneratedMessage implements QuotedMessageMetadataOrBuilder

Information about a message that another message quotes.

When you create a message, you can quote messages within the same thread, or quote a root message to create a new root message. However, you can't quote a message reply from a different thread.

When you update a message, you can't add or replace the quotedMessageMetadata field, but you can remove it.

For example usage, see Quote another message.

Protobuf type google.chat.v1.QuotedMessageMetadata

Static Fields

FORWARDED_METADATA_FIELD_NUMBER

public static final int FORWARDED_METADATA_FIELD_NUMBER
Field Value
Type Description
int

LAST_UPDATE_TIME_FIELD_NUMBER

public static final int LAST_UPDATE_TIME_FIELD_NUMBER
Field Value
Type Description
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

QUOTED_MESSAGE_SNAPSHOT_FIELD_NUMBER

public static final int QUOTED_MESSAGE_SNAPSHOT_FIELD_NUMBER
Field Value
Type Description
int

QUOTE_TYPE_FIELD_NUMBER

public static final int QUOTE_TYPE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static QuotedMessageMetadata getDefaultInstance()
Returns
Type Description
QuotedMessageMetadata

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static QuotedMessageMetadata.Builder newBuilder()
Returns
Type Description
QuotedMessageMetadata.Builder

newBuilder(QuotedMessageMetadata prototype)

public static QuotedMessageMetadata.Builder newBuilder(QuotedMessageMetadata prototype)
Parameter
Name Description
prototype QuotedMessageMetadata
Returns
Type Description
QuotedMessageMetadata.Builder

parseDelimitedFrom(InputStream input)

public static QuotedMessageMetadata parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
QuotedMessageMetadata
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static QuotedMessageMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
QuotedMessageMetadata
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static QuotedMessageMetadata parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
QuotedMessageMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static QuotedMessageMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
QuotedMessageMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static QuotedMessageMetadata parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
QuotedMessageMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static QuotedMessageMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
QuotedMessageMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static QuotedMessageMetadata parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
QuotedMessageMetadata
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static QuotedMessageMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
QuotedMessageMetadata
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static QuotedMessageMetadata parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
QuotedMessageMetadata
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static QuotedMessageMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
QuotedMessageMetadata
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static QuotedMessageMetadata parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
QuotedMessageMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static QuotedMessageMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
QuotedMessageMetadata
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<QuotedMessageMetadata> parser()
Returns
Type Description
Parser<QuotedMessageMetadata>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public QuotedMessageMetadata getDefaultInstanceForType()
Returns
Type Description
QuotedMessageMetadata

getForwardedMetadata()

public ForwardedMetadata getForwardedMetadata()

Output only. Metadata about the source space of the quoted message. Populated only for FORWARD quote type.

.google.chat.v1.ForwardedMetadata forwarded_metadata = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ForwardedMetadata

The forwardedMetadata.

getForwardedMetadataOrBuilder()

public ForwardedMetadataOrBuilder getForwardedMetadataOrBuilder()

Output only. Metadata about the source space of the quoted message. Populated only for FORWARD quote type.

.google.chat.v1.ForwardedMetadata forwarded_metadata = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ForwardedMetadataOrBuilder

getLastUpdateTime()

public Timestamp getLastUpdateTime()

Required. The timestamp when the quoted message was created or when the quoted message was last updated.

If the message was edited, use this field, last_update_time. If the message was never edited, use create_time.

If last_update_time doesn't match the latest version of the quoted message, the request fails.

.google.protobuf.Timestamp last_update_time = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Timestamp

The lastUpdateTime.

getLastUpdateTimeOrBuilder()

public TimestampOrBuilder getLastUpdateTimeOrBuilder()

Required. The timestamp when the quoted message was created or when the quoted message was last updated.

If the message was edited, use this field, last_update_time. If the message was never edited, use create_time.

If last_update_time doesn't match the latest version of the quoted message, the request fails.

.google.protobuf.Timestamp last_update_time = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
TimestampOrBuilder

getName()

public String getName()

Required. Resource name of the message that is quoted.

Format: spaces/{space}/messages/{message}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. Resource name of the message that is quoted.

Format: spaces/{space}/messages/{message}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

getParserForType()

public Parser<QuotedMessageMetadata> getParserForType()
Returns
Type Description
Parser<QuotedMessageMetadata>
Overrides

getQuoteType()

public QuotedMessageMetadata.QuoteType getQuoteType()

Optional. Specifies the quote type. If not set, defaults to REPLY in the message read/write path for backward compatibility.

.google.chat.v1.QuotedMessageMetadata.QuoteType quote_type = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
QuotedMessageMetadata.QuoteType

The quoteType.

getQuoteTypeValue()

public int getQuoteTypeValue()

Optional. Specifies the quote type. If not set, defaults to REPLY in the message read/write path for backward compatibility.

.google.chat.v1.QuotedMessageMetadata.QuoteType quote_type = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for quoteType.

getQuotedMessageSnapshot()

public QuotedMessageSnapshot getQuotedMessageSnapshot()

Output only. A snapshot of the quoted message's content.

.google.chat.v1.QuotedMessageSnapshot quoted_message_snapshot = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
QuotedMessageSnapshot

The quotedMessageSnapshot.

getQuotedMessageSnapshotOrBuilder()

public QuotedMessageSnapshotOrBuilder getQuotedMessageSnapshotOrBuilder()

Output only. A snapshot of the quoted message's content.

.google.chat.v1.QuotedMessageSnapshot quoted_message_snapshot = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
QuotedMessageSnapshotOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasForwardedMetadata()

public boolean hasForwardedMetadata()

Output only. Metadata about the source space of the quoted message. Populated only for FORWARD quote type.

.google.chat.v1.ForwardedMetadata forwarded_metadata = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the forwardedMetadata field is set.

hasLastUpdateTime()

public boolean hasLastUpdateTime()

Required. The timestamp when the quoted message was created or when the quoted message was last updated.

If the message was edited, use this field, last_update_time. If the message was never edited, use create_time.

If last_update_time doesn't match the latest version of the quoted message, the request fails.

.google.protobuf.Timestamp last_update_time = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the lastUpdateTime field is set.

hasQuotedMessageSnapshot()

public boolean hasQuotedMessageSnapshot()

Output only. A snapshot of the quoted message's content.

.google.chat.v1.QuotedMessageSnapshot quoted_message_snapshot = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the quotedMessageSnapshot field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public QuotedMessageMetadata.Builder newBuilderForType()
Returns
Type Description
QuotedMessageMetadata.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected QuotedMessageMetadata.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
QuotedMessageMetadata.Builder
Overrides

toBuilder()

public QuotedMessageMetadata.Builder toBuilder()
Returns
Type Description
QuotedMessageMetadata.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException