| /external/googleapis/google/chat/v1/ |
| D | chat_v1.yaml | 3 name: chat.googleapis.com 4 title: Google Chat API 7 - name: google.chat.v1.ChatService 11 The Google Chat API lets you build Chat apps to integrate your services 12 with Google Chat and manage Chat resources such as spaces, members, and 17 - selector: google.chat.v1.ChatService.CompleteImportSpace 20 https://www.googleapis.com/auth/chat.import 21 - selector: google.chat.v1.ChatService.CreateMembership 24 https://www.googleapis.com/auth/chat.import, 25 https://www.googleapis.com/auth/chat.memberships, [all …]
|
| D | chat_service.proto | 17 package google.chat.v1; 21 import "google/chat/v1/attachment.proto"; 22 import "google/chat/v1/membership.proto"; 23 import "google/chat/v1/message.proto"; 24 import "google/chat/v1/reaction.proto"; 25 import "google/chat/v1/space.proto"; 26 import "google/chat/v1/space_read_state.proto"; 27 import "google/chat/v1/space_setup.proto"; 28 import "google/chat/v1/thread_read_state.proto"; 31 option csharp_namespace = "Google.Apps.Chat.V1"; [all …]
|
| D | chat_grpc_service_config.json | 4 { "service": "google.chat.v1.ChatService", "method": "CreateMessage" }, 5 { "service": "google.chat.v1.ChatService", "method": "UpdateMessage" }, 6 { "service": "google.chat.v1.ChatService", "method": "GetMessage" }, 7 { "service": "google.chat.v1.ChatService", "method": "ListMessages" }, 8 { "service": "google.chat.v1.ChatService", "method": "DeleteMessage" }, 9 { "service": "google.chat.v1.ChatService", "method": "CreateSpace" }, 10 { "service": "google.chat.v1.ChatService", "method": "SetUpSpace" }, 11 { "service": "google.chat.v1.ChatService", "method": "UpdateSpace" }, 12 { "service": "google.chat.v1.ChatService", "method": "GetSpace" }, 13 { "service": "google.chat.v1.ChatService", "method": "ListSpaces" }, [all …]
|
| D | message.proto | 17 package google.chat.v1; 22 import "google/chat/v1/action_status.proto"; 23 import "google/chat/v1/annotation.proto"; 24 import "google/chat/v1/attachment.proto"; 25 import "google/chat/v1/contextual_addon.proto"; 26 import "google/chat/v1/deletion_metadata.proto"; 27 import "google/chat/v1/matched_url.proto"; 28 import "google/chat/v1/reaction.proto"; 29 import "google/chat/v1/slash_command.proto"; 30 import "google/chat/v1/space.proto"; [all …]
|
| D | membership.proto | 17 package google.chat.v1; 21 import "google/chat/v1/group.proto"; 22 import "google/chat/v1/user.proto"; 26 option csharp_namespace = "Google.Apps.Chat.V1"; 27 option go_package = "cloud.google.com/go/chat/apiv1/chatpb;chatpb"; 30 option java_package = "com.google.chat.v1"; 31 option php_namespace = "Google\\Apps\\Chat\\V1"; 32 option ruby_package = "Google::Apps::Chat::V1"; 34 // Represents a membership relation in Google Chat, such as whether a user or 35 // Chat app is invited to, part of, or absent from a space. [all …]
|
| D | space.proto | 17 package google.chat.v1; 21 import "google/chat/v1/history_state.proto"; 25 option csharp_namespace = "Google.Apps.Chat.V1"; 26 option go_package = "cloud.google.com/go/chat/apiv1/chatpb;chatpb"; 29 option java_package = "com.google.chat.v1"; 30 option php_namespace = "Google\\Apps\\Chat\\V1"; 31 option ruby_package = "Google::Apps::Chat::V1"; 33 // A space in Google Chat. Spaces are conversations between two or more users 34 // or 1:1 messages between a user and a Chat app. 37 type: "chat.googleapis.com/Space" [all …]
|
| D | user.proto | 17 package google.chat.v1; 22 option csharp_namespace = "Google.Apps.Chat.V1"; 23 option go_package = "cloud.google.com/go/chat/apiv1/chatpb;chatpb"; 26 option java_package = "com.google.chat.v1"; 27 option php_namespace = "Google\\Apps\\Chat\\V1"; 28 option ruby_package = "Google::Apps::Chat::V1"; 30 // A user in Google Chat. 31 // When returned as an output from a request, if your Chat app [authenticates as 33 // user](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user), 43 // Chat app user. [all …]
|
| D | attachment.proto | 17 package google.chat.v1; 22 option csharp_namespace = "Google.Apps.Chat.V1"; 23 option go_package = "cloud.google.com/go/chat/apiv1/chatpb;chatpb"; 26 option java_package = "com.google.chat.v1"; 27 option php_namespace = "Google\\Apps\\Chat\\V1"; 28 option ruby_package = "Google::Apps::Chat::V1"; 30 // An attachment in Google Chat. 33 type: "chat.googleapis.com/Attachment" 45 // The file is uploaded to Chat. 71 // attachment to a human user. Chat apps shouldn't use this URL to download [all …]
|
| D | space_setup.proto | 17 package google.chat.v1; 20 import "google/chat/v1/membership.proto"; 21 import "google/chat/v1/space.proto"; 23 option csharp_namespace = "Google.Apps.Chat.V1"; 24 option go_package = "cloud.google.com/go/chat/apiv1/chatpb;chatpb"; 27 option java_package = "com.google.chat.v1"; 28 option php_namespace = "Google\\Apps\\Chat\\V1"; 29 option ruby_package = "Google::Apps::Chat::V1"; 41 // To create a group chat, set `Space.spaceType` to 49 // To create an 1:1 conversation between a human and the calling Chat app, set [all …]
|
| D | matched_url.proto | 17 package google.chat.v1; 21 option csharp_namespace = "Google.Apps.Chat.V1"; 22 option go_package = "cloud.google.com/go/chat/apiv1/chatpb;chatpb"; 25 option java_package = "com.google.chat.v1"; 26 option php_namespace = "Google\\Apps\\Chat\\V1"; 27 option ruby_package = "Google::Apps::Chat::V1"; 29 // A matched URL in a Chat message. Chat apps can preview matched URLs. For more 31 // links](https://developers.google.com/chat/how-tos/preview-links).
|
| D | deletion_metadata.proto | 17 package google.chat.v1; 19 option csharp_namespace = "Google.Apps.Chat.V1"; 20 option go_package = "cloud.google.com/go/chat/apiv1/chatpb;chatpb"; 23 option java_package = "com.google.chat.v1"; 24 option php_namespace = "Google\\Apps\\Chat\\V1"; 25 option ruby_package = "Google::Apps::Chat::V1"; 44 // A Chat app deleted its own message when it expired. 47 // A Chat app deleted the message on behalf of the user. 50 // A Chat app deleted the message on behalf of the space owner.
|
| D | widgets.proto | 17 package google.chat.v1; 19 option csharp_namespace = "Google.Apps.Chat.V1"; 20 option go_package = "cloud.google.com/go/chat/apiv1/chatpb;chatpb"; 23 option java_package = "com.google.chat.v1"; 24 option php_namespace = "Google\\Apps\\Chat\\V1"; 25 option ruby_package = "Google::Apps::Chat::V1"; 31 // [Formatting text in Google Chat 32 // apps](https://developers.google.com/workspace/chat/format-messages#card-formatting) 131 // An enum value that's replaced by the Chat API with the 141 // [Formatting text in Google Chat [all …]
|
| D | slash_command.proto | 17 package google.chat.v1; 19 option csharp_namespace = "Google.Apps.Chat.V1"; 20 option go_package = "cloud.google.com/go/chat/apiv1/chatpb;chatpb"; 23 option java_package = "com.google.chat.v1"; 24 option php_namespace = "Google\\Apps\\Chat\\V1"; 25 option ruby_package = "Google::Apps::Chat::V1"; 28 // command](https://developers.google.com/workspace/chat/slash-commands) in 29 // Google Chat.
|
| D | annotation.proto | 17 package google.chat.v1; 19 import "google/chat/v1/attachment.proto"; 20 import "google/chat/v1/user.proto"; 22 option csharp_namespace = "Google.Apps.Chat.V1"; 23 option go_package = "cloud.google.com/go/chat/apiv1/chatpb;chatpb"; 26 option java_package = "com.google.chat.v1"; 27 option php_namespace = "Google\\Apps\\Chat\\V1"; 28 option ruby_package = "Google::Apps::Chat::V1"; 33 // messages](https://developers.google.com/workspace/chat/format-messages). 108 // Add Chat app to space. [all …]
|
| D | contextual_addon.proto | 17 package google.chat.v1; 19 import "google/chat/v1/widgets.proto"; 21 option csharp_namespace = "Google.Apps.Chat.V1"; 22 option go_package = "cloud.google.com/go/chat/apiv1/chatpb;chatpb"; 25 option java_package = "com.google.chat.v1"; 26 option php_namespace = "Google\\Apps\\Chat\\V1"; 27 option ruby_package = "Google::Apps::Chat::V1"; 68 // [Formatting text in Google Chat 69 // apps](https://developers.google.com/workspace/chat/format-messages#card-formatting) 85 // Not supported by Google Chat apps.
|
| D | reaction.proto | 17 package google.chat.v1; 21 import "google/chat/v1/user.proto"; 23 option csharp_namespace = "Google.Apps.Chat.V1"; 24 option go_package = "cloud.google.com/go/chat/apiv1/chatpb;chatpb"; 27 option java_package = "com.google.chat.v1"; 28 option php_namespace = "Google\\Apps\\Chat\\V1"; 29 option ruby_package = "Google::Apps::Chat::V1"; 34 type: "chat.googleapis.com/Reaction" 85 child_type: "chat.googleapis.com/Reaction" 101 child_type: "chat.googleapis.com/Reaction" [all …]
|
| D | group.proto | 17 package google.chat.v1; 19 option csharp_namespace = "Google.Apps.Chat.V1"; 20 option go_package = "cloud.google.com/go/chat/apiv1/chatpb;chatpb"; 23 option java_package = "com.google.chat.v1"; 24 option php_namespace = "Google\\Apps\\Chat\\V1"; 25 option ruby_package = "Google::Apps::Chat::V1"; 27 // A Google Group in Google Chat.
|
| D | action_status.proto | 17 package google.chat.v1; 21 option csharp_namespace = "Google.Apps.Chat.V1"; 22 option go_package = "cloud.google.com/go/chat/apiv1/chatpb;chatpb"; 25 option java_package = "com.google.chat.v1"; 26 option php_namespace = "Google\\Apps\\Chat\\V1"; 27 option ruby_package = "Google::Apps::Chat::V1"; 30 // [dialog](https://developers.google.com/workspace/chat/dialogs).
|
| D | history_state.proto | 17 package google.chat.v1; 19 option csharp_namespace = "Google.Apps.Chat.V1"; 20 option go_package = "cloud.google.com/go/chat/apiv1/chatpb;chatpb"; 23 option java_package = "com.google.chat.v1"; 24 option php_namespace = "Google\\Apps\\Chat\\V1"; 25 option ruby_package = "Google::Apps::Chat::V1"; 34 // hours](https://support.google.com/chat/answer/7664687).
|
| /external/googleapis/google/apps/events/subscriptions/v1/ |
| D | workspaceevents_v1.yaml | 25 https://www.googleapis.com/auth/chat.memberships, 26 https://www.googleapis.com/auth/chat.memberships.readonly, 27 https://www.googleapis.com/auth/chat.messages, 28 https://www.googleapis.com/auth/chat.messages.reactions, 29 https://www.googleapis.com/auth/chat.messages.reactions.readonly, 30 https://www.googleapis.com/auth/chat.messages.readonly, 31 https://www.googleapis.com/auth/chat.spaces, 32 https://www.googleapis.com/auth/chat.spaces.readonly, 38 https://www.googleapis.com/auth/chat.bot, 39 https://www.googleapis.com/auth/chat.memberships, [all …]
|
| /external/googleapis/google/apps/card/v1/ |
| D | card.proto | 29 // A card interface displayed in a Google Chat message or Google Workspace 41 // * For Google Chat apps, see [Design the components of a card or 42 // dialog](https://developers.google.com/workspace/chat/design-components-card-dialog). 46 // **Example: Card message for a Google Chat app** 49 // card](https://developers.google.com/workspace/chat/images/card_api_reference.png) 51 // To create the sample card message in Google Chat, use the following JSON: 63 // "https://developers.google.com/workspace/chat/images/quickstart-app-avatar.png", 134 // Represents a card header. For an example in Google Chat apps, see [Add a 135 …// header](https://developers.google.com/workspace/chat/design-components-card-dialog#add_a_header… 137 // [Google Workspace Add-ons and Chat [all …]
|
| /external/libusb/tests/ |
| D | umockdev.c | 88 UsbChat *chat; member 279 if (!fixture->chat || !fixture->chat->submit) in handle_ioctl_cb() 282 buflen = fixture->chat->buffer_length; in handle_ioctl_cb() 283 if (fixture->chat->type == USBDEVFS_URB_TYPE_CONTROL) in handle_ioctl_cb() 290 if (fixture->chat->type == urb->type && in handle_ioctl_cb() 291 fixture->chat->endpoint == urb->endpoint && in handle_ioctl_cb() 292 fixture->chat->buffer_length == urb->buffer_length && in handle_ioctl_cb() 293 …(fixture->chat->buffer == NULL || memcmp (fixture->chat->buffer, urb_buffer->data, buflen) == 0)) { in handle_ioctl_cb() 296 if (fixture->chat->reaps) in handle_ioctl_cb() 297 fixture->chat->reaps->submit_urb = urb_data; in handle_ioctl_cb() [all …]
|
| /external/okhttp/mockwebserver/ |
| D | README.md | 45 HttpUrl baseUrl = server.url("/v1/chat/"); 49 Chat chat = new Chat(baseUrl); 51 chat.loadMore(); 52 assertEquals("hello, world!", chat.messages()); 54 chat.loadMore(); 55 chat.loadMore(); 59 + "yo dog", chat.messages()); 63 assertEquals("/v1/chat/messages/", request1.getPath()); 67 assertEquals("/v1/chat/messages/2", request2.getPath()); 70 assertEquals("/v1/chat/messages/3", request3.getPath()); [all …]
|
| /external/aws-sdk-java-v2/services/ivschat/src/main/resources/codegen-resources/ |
| D | service-2.json | 9 "serviceFullName":"Amazon Interactive Video Service Chat", 31 …chat participant to establish an individual WebSocket chat connection to a room. When the token is… 104 …chat history. This event’s <code>EventName</code> is <code>aws:DELETE_MESSAGE</code>. This replica… 138 …r-publish.html\"> DisconnectUser</a> WebSocket operation in the Amazon IVS Chat Messaging API.</p>" 235 …vents to clients of a room; e.g., to notify clients to change the way the chat UI is rendered.</p>" 354 …"documentation":"<p>Name of the Amazon Cloudwatch Logs destination where chat activity will be log… 357 "documentation":"<p>Specifies a CloudWatch Logs location where chat logs will be stored.</p>" 393 …>Application-provided attributes to encode into the token and attach to a chat session. Map keys a… 436 …n":"<p>A complex type that contains a destination configuration for where chat content will be log… 444 …that apply to tags and \"Tag naming limits and requirements\"; Amazon IVS Chat has no constraints … [all …]
|
| /external/python/bumble/docs/mkdocs/src/apps_and_tools/ |
| D | link_relay.md | 4 The Link Relay is a WebSocket relay, which acts like an online chat system, where each "chat room" … 21 The WebSocket path used by a connecting client indicates which virtual "chat room" to join. 26 …here `<hostname>` is the hostname to connect to and `<room>` is the virtual "chat room" in a relay. 28 Example: `link-relay:ws://localhost:10723/test` will join the `test` "chat room" 31 …chat room" in a relay as an observer, rather than a virtual controller. In this case, a text-based…
|