Reference documentation and code samples for the Google Apps Chat V1 Client class QuotedMessageMetadata.
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.
Generated from protobuf message google.chat.v1.QuotedMessageMetadata
Namespace
Google \ Apps \ Chat \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. Resource name of the message that is quoted. Format: |
↳ last_update_time |
Google\Protobuf\Timestamp
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, |
↳ quote_type |
int
Optional. Specifies the quote type. If not set, defaults to REPLY in the message read/write path for backward compatibility. |
↳ quoted_message_snapshot |
QuotedMessageSnapshot
Output only. A snapshot of the quoted message's content. |
↳ forwarded_metadata |
ForwardedMetadata
Output only. Metadata about the source space of the quoted message. Populated only for FORWARD quote type. |
getName
Required. Resource name of the message that is quoted.
Format: spaces/{space}/messages/{message}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. Resource name of the message that is quoted.
Format: spaces/{space}/messages/{message}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
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.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasLastUpdateTime
clearLastUpdateTime
setLastUpdateTime
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.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getQuoteType
Optional. Specifies the quote type. If not set, defaults to REPLY in the message read/write path for backward compatibility.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type QuoteType. |
setQuoteType
Optional. Specifies the quote type. If not set, defaults to REPLY in the message read/write path for backward compatibility.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type QuoteType. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getQuotedMessageSnapshot
Output only. A snapshot of the quoted message's content.
| Returns | |
|---|---|
| Type | Description |
QuotedMessageSnapshot|null |
|
hasQuotedMessageSnapshot
clearQuotedMessageSnapshot
setQuotedMessageSnapshot
Output only. A snapshot of the quoted message's content.
| Parameter | |
|---|---|
| Name | Description |
var |
QuotedMessageSnapshot
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getForwardedMetadata
Output only. Metadata about the source space of the quoted message.
Populated only for FORWARD quote type.
| Returns | |
|---|---|
| Type | Description |
ForwardedMetadata|null |
|
hasForwardedMetadata
clearForwardedMetadata
setForwardedMetadata
Output only. Metadata about the source space of the quoted message.
Populated only for FORWARD quote type.
| Parameter | |
|---|---|
| Name | Description |
var |
ForwardedMetadata
|
| Returns | |
|---|---|
| Type | Description |
$this |
|