// Manages slot leases and bookings for an inventory of appointmentsserviceBookingService{// Creates a new leaserpcCreateLease(CreateLeaseRequest)returns(CreateLeaseResponse){}// Creates a booking for which a lease existsrpcCreateBooking(CreateBookingRequest)returns(CreateBookingResponse){}// Updates an existing bookingrpcUpdateBooking(UpdateBookingRequest)returns(UpdateBookingResponse){}}
[null,null,["最后更新时间 (UTC):2024-11-26。"],[[["This documentation details how to set up a booking server using API v0, allowing Actions Center to manage appointments on behalf of users."],["You'll need to implement a gRPC-based API interface with methods for creating and managing leases and bookings."],["API v0 is deprecated and not recommended for new integrations; refer to the provided links for newer API versions (v2 and v3)."],["Key resource types include Leases (temporary holds) and Bookings (confirmed reservations), with detailed specifications available in the documentation."],["Refer to the provided links for service definition downloads, gRPC status codes, FAQs, and further information."]]],[]]