লিস্টবুকিং পদ্ধতি
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
অনুরোধ
তালিকাবুকিংঅনুরোধ
ফেরত মান
তালিকাবুকিংপ্রতিক্রিয়া
এর জন্য শুধুমাত্র একজন ব্যবহারকারীর ভবিষ্যতের বুকিং ফেরত দিতে হবে, সর্বকালের বুকিং নয়।
ক্যানোনিকাল জিআরপিসি ত্রুটি কোডগুলি
NOT_FOUND (যদি অনুরোধ করা ব্যবহারকারী আইডি অংশীদারের কাছে অজানা থাকে)
// Request to list all upcoming bookings for a usermessageListBookingsRequest{optionfeatures.(pb.java).nest_in_file_class=YES;// ID of the user (required)stringuser_id=1;}// Response for the [ext.maps.booking.partner.v2.ListBookings] RPC with all// upcoming bookings for the requested usermessageListBookingsResponse{optionfeatures.(pb.java).nest_in_file_class=YES;// All bookings of the user (required)repeatedBookingbookings=1;}
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2026-03-26 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],["The `ListBookingsRequest` requires a `user_id` to retrieve a user's future bookings. The `ListBookingsResponse` returns a list of `bookings` for the specified user. The system should only return future bookings, not historical ones. If the provided `user_id` is not found, the service will respond with a `NOT_FOUND` gRPC error code. The request is made through the `ListBookings` RPC.\n"]]