Definicja sesji wirtualnej (wycofana)
Definicja obiektu VirtualSessionInfo
// Information related to the virtual session which was booked.
message VirtualSessionInfo {
// URL which was created for the virtual session. (optional)
string session_url = 1;
// The meeting id which was created for the virtual session. (optional)
string meeting_id = 2;
// Password required to access the session. (optional)
string password = 3 [(datapol.semantic_type) = ST_ACCOUNT_CREDENTIAL];
}
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-11-26 UTC.
[null,null,["Ostatnia aktualizacja: 2024-11-26 UTC."],[[["`VirtualSessionInfo` message stores details about a booked virtual session, including session URL, meeting ID, and password."],["The `session_url` and `meeting_id` fields provide access to the virtual session, while `password` secures it and is classified as sensitive account credential data."]]],["The `VirtualSessionInfo` message defines data related to a booked virtual session. It includes the `session_url` for accessing the session, an optional `meeting_id`, and an optional `password` required for access, categorized as an account credential. These fields provide the necessary information for a user to join a scheduled virtual session. The information provided is optional and could be empty.\n"]]