Lines Matching +full:formatting +full:- +full:error +full:- +full:messages
7 // http://www.apache.org/licenses/LICENSE-2.0
47 pattern: "spaces/{space}/messages/{message}"
52 // Format: `spaces/{space}/messages/{message}`
56 // `{message}` is a system-assigned ID for the message. For example,
57 // `spaces/AAAAAAAAAAA/messages/BBBBBBBBBBB.BBBBBBBBBBB`.
62 // `spaces/AAAAAAAAAAA/messages/client-custom-name`. For details, see [Name
64 // message](https://developers.google.com/workspace/chat/create-messages#name_a_created_message).
69 // user](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user),
97 // Plain-text body of the message. The first link to an image, video, or web
99 // [preview chip](https://developers.google.com/workspace/chat/preview-links).
101 // user](https://developers.google.com/workspace/chat/format-messages#messages-@mention),
104 // To learn about creating text messages, see [Send a text
105 // message](https://developers.google.com/workspace/chat/create-messages#create-text-messages).
109 // formatting. This field might not capture all formatting visible in the UI,
113 // syntax](https://developers.google.com/workspace/chat/format-messages)
118 // mentions](https://developers.google.com/workspace/chat/format-messages#messages-@mention)
129 // For more information, see [View text formatting sent in a
130 …// message](https://developers.google.com/workspace/chat/format-messages#view_text_formatting_sent…
137 // normally displayed below the plain-text body of the message. `cards` and
145 // user](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user),
146 // the messages can't contain cards.
149 // messages](https://developers.google.com/workspace/chat/create-messages#create).
160 // thread](https://developers.google.com/workspace/chat/create-messages#create-message-thread).
164 // user](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user),
170 // A plain-text description of the message's cards, used when the actual cards
179 // Output only. Plain-text body of the message with all Chat app mentions
186 // User-uploaded attachment.
189 // Output only. A URL in `spaces.messages.text` that matches a link preview
191 // links](https://developers.google.com/workspace/chat/preview-links).
195 // `false`, the message is visible in the space's top-level conversation as
205 …tps://developers.google.com/workspace/chat/api/reference/rest/v1/spaces.messages/create#body.QUERY…
207 // message](https://developers.google.com/workspace/chat/create-messages#name_a_created_message).
217 // attachments aren't supported for private messages.
219 // Only Chat apps can send private messages. If your Chat app [authenticates
221 // user](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user)
224 // For details, see [Send private messages to Google Chat
225 // users](https://developers.google.com/workspace/chat/private-messages).
243 // You can add accessory widgets to messages that contain text, cards, or both
244 // text and cards. Not supported for messages that contain dialogs. For
246 // message](https://developers.google.com/workspace/chat/create-messages#add-accessory-widgets).
250 // (https://developers.google.com/workspace/chat/authenticate-authorize-chat-app).
264 pattern: "spaces/{space}/messages/{message}/quotedMessageMetadata/{quoted_message_metadata}"
269 // Format: `spaces/{space}/messages/{message}`
283 // thread](https://developers.google.com/workspace/chat/create-messages#create-message-thread).
286 …tps://developers.google.com/workspace/chat/api/reference/rest/v1/spaces.messages/create#messagerep…
304 // the messages are posted in different threads. To reply in a
378 // message](https://developers.google.com/workspace/chat/create-messages#add-accessory-widgets).
391 // Format: `spaces/{space}/messages/{message}`
396 // (https://developers.google.com/workspace/chat/create-messages#name_a_created_message).
407 // Format: `spaces/{space}/messages/{message}`
412 // (https://developers.google.com/workspace/chat/create-messages#name_a_created_message).
422 // user](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user).
424 // (https://developers.google.com/workspace/chat/authenticate-authorize-chat-app).
438 // - `text`
440 // - `attachment`
442 // - `cards` (Requires [app
443 // authentication](/chat/api/guides/auth/service-accounts).)
445 // - `cards_v2` (Requires [app
446 // authentication](/chat/api/guides/auth/service-accounts).)
448 // - `accessory_widgets` (Requires [app
449 // authentication](/chat/api/guides/auth/service-accounts).)
454 …// [client-assigned](https://developers.google.com/workspace/chat/create-messages#name_a_created_m…
479 // `NOT_FOUND` error is returned instead.
502 // thread](https://developers.google.com/workspace/chat/create-messages#create-message-thread).
517 // a message without needing to store the system-assigned ID in the message's
522 // * Begins with `client-`. For example, `client-custom-name` is a valid
523 // custom ID, but `custom-name` is not.
527 // different messages.
530 // message](https://developers.google.com/workspace/chat/create-messages#name_a_created_message).
534 // Lists messages in the specified space, that the user is a member of.
536 // Required. The resource name of the space to list messages from.
546 // The maximum number of messages returned. The service might return fewer
547 // messages than this value.
554 // Negative values return an `INVALID_ARGUMENT` error.
559 // A page token received from a previous list messages call. Provide this
569 // You can filter messages by date (`create_time`) and thread (`thread.name`).
571 // To filter messages by the date they were created, specify the `create_time`
572 // with a timestamp in [RFC-3339](https://www.rfc-editor.org/rfc/rfc3339)
574 // `"2023-04-21T11:30:00-04:00"`. You can use the greater than operator `>` to
575 // list messages that were created after a timestamp, or the less than
576 // operator `<` to list messages that were created before a timestamp. To
577 // filter messages within a time interval, use the `AND` operator between two
589 // create_time > "2012-04-21T11:30:00-04:00"
591 // create_time > "2012-04-21T11:30:00-04:00" AND
594 // create_time > "2012-04-21T11:30:00+00:00" AND
596 // create_time < "2013-01-01T00:00:00+00:00" AND
603 // error.
608 // How the list of messages is ordered. Specify a value to order by an
611 // - `ASC` for ascending.
613 // - `DESC` for descending.
618 // Whether to include deleted messages. Deleted messages include deleted time
623 // Response message for listing messages.
625 // List of messages.
626 repeated Message messages = 1; field
648 // For example, in case of an error or success.
665 // user](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user),