GetWaitlistEntry পদ্ধতি
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
এই পদ্ধতিটি প্রদত্ত অপেক্ষা তালিকার এন্ট্রি আইডির উপর ভিত্তি করে ব্যবহারকারীর জন্য একটি অপেক্ষা তালিকার এন্ট্রি ফেরত দেয়। ব্যবহারকারীর অপেক্ষা তালিকার এন্ট্রি সম্পর্কে আপডেট পেতে অ্যাকশন সেন্টার পর্যায়ক্রমে এটিতে কল করবে। অপেক্ষা তালিকার এন্ট্রিগুলি তৈরির সময় থেকে 30 দিনের মধ্যে পুনরুদ্ধার করা উচিত।
অনুরোধ
GetWaitlistEntryRequest সম্পর্কে
ফেরত মান
GetWaitlistEntryResponse সম্পর্কে
// Get the waitlist entry corresponding to the provided waitlist entry ID.messageGetWaitlistEntryRequest{optionfeatures.(pb.java).nest_in_file_class=YES;// Required. The partner-provided waitlist entry ID to request info for.stringwaitlist_entry_id=1;}// Response with the waitlist entry corresponding to the provided// waitlist entry ID.messageGetWaitlistEntryResponse{optionfeatures.(pb.java).nest_in_file_class=YES;// Required. The partner-provided information about a user’s waitlist entry.WaitlistEntrywaitlist_entry=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 `GetWaitlistEntry` method retrieves a user's waitlist entry using a provided ID. The Actions Center periodically requests updates on entries, which should be accessible for 30 days post-creation. The request includes the `waitlist_entry_id`, and the response contains a `WaitlistEntry` with details like estimated wait, party size, and state. An example illustrates retrieving a specific entry using \"MYS-1668739060\" as the ID.\n"]]