// 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; }
Other specifications
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-18 UTC.
[null,null,["Last updated 2025-09-18 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"]]