Earth Engine is introducing noncommercial quota tiers to safeguard shared compute resources and ensure reliable performance for everyone. All noncommercial projects will need to select a quota tier by April 27, 2026 or will use the Community Tier by default. Tier quotas will take effect for all projects (regardless of tier selection date) on April 27, 2026. Learn more.
WaitOperationRequest
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
The WaitOperation request message is used to wait on the completion of a specified operation resource.
The request message contains two fields: name which is the operation resource name, and timeout which is the maximum duration to wait before timing out.
The timeout field uses the Duration format and can be left blank to use the default protocol timeout.
The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.
A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".
[null,null,["Last updated 2024-09-27 UTC."],[],["The core content details the structure of a request message for the `Operations.WaitOperation`. It defines two key fields: `name`, a string specifying the operation resource's name to wait on, and `timeout`, a duration string dictating the maximum wait time. If `timeout` is not set, the wait time is limited by the HTTP/RPC protocol, or the RPC context deadline, whichever is shorter.\n"]]