GetWaitlistEntry तरीका
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह तरीका, इंतज़ार की सूची में शामिल होने के लिए दिए गए आईडी के आधार पर, किसी उपयोगकर्ता के लिए इंतज़ार की सूची में शामिल होने की एंट्री दिखाता है.
Actions Center, इस फ़ंक्शन को समय-समय पर कॉल करेगा, ताकि उपयोगकर्ता की वेटलिस्ट एंट्री के बारे में अपडेट मिल सकें. वेटलिस्ट में शामिल होने के लिए किए गए अनुरोधों को, अनुरोध करने के समय से 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"]]