// Resource specification that disambiguates an appointment slot message Resources { // The staff ID as provided in the feed or empty if not applicable or no staff // was selected. string staff_id = 1; // The room ID as provided in the feed or empty if not applicable or no room // was selected. string room_id = 2; }
Altre specifiche
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-07-26 UTC.
[null,null,["Ultimo aggiornamento 2025-07-26 UTC."],[],["The `Resources` message defines the identifiers for an appointment slot. It includes `staff_id`, representing the staff member's ID, which can be empty if no staff is applicable or selected. It also includes `room_id`, representing the room's ID, which can also be empty if no room is applicable or selected. Both fields use strings to hold the ID values. This data helps identify specific staff and/or room resources used for a scheduled appointment.\n"]]