// 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; }
Weitere Spezifikationen
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-26 (UTC).
[null,null,["Zuletzt aktualisiert: 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"]]