WaitOperationRequest
Operations.WaitOperation
के लिए अनुरोध का मैसेज.
JSON के काेड में दिखाना |
{
"name": string,
"timeout": string
} |
फ़ील्ड |
name |
string
इंतज़ार करने के लिए ऑपरेशन संसाधन का नाम.
|
timeout |
string (Duration format)
समय खत्म होने से पहले, इंतज़ार का ज़्यादा से ज़्यादा समय. अगर इसे खाली छोड़ दिया जाता है, तो दिए गए एचटीटीपी/RPC प्रोटोकॉल से ज़्यादा से ज़्यादा समय तक इंतज़ार करना होगा. अगर आरपीसी कॉन्टेक्स्ट के लिए समयसीमा भी तय की गई है, तो छोटी फ़ाइल का इस्तेमाल किया जाएगा. सेकंड में कुल नौ दशमलव अंक, जो 's ' पर खत्म होते हैं. उदाहरण: "3.5s" .
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-09-09 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-09-09 (UTC) को अपडेट किया गया."],[[["The `Operations.WaitOperation` request message uses JSON for data representation."],["It includes two fields: `name` for the operation's name and `timeout` for the maximum waiting duration."],["The `timeout` field uses the `Duration` format and accepts values in seconds with up to nine fractional digits."]]],["The `Operations.WaitOperation` request requires two fields: `name` and `timeout`. The `name` field, a string, specifies the operation resource to monitor. The `timeout` field, also a string in duration format (e.g., \"3.5s\"), sets the maximum wait time. If `timeout` is not specified, the default is the HTTP/RPC protocol's maximum. The shorter duration between `timeout` and any specified RPC context deadline is applied.\n"]]