View source: R/firestore_objects.R
GoogleLongrunningOperation | R Documentation |
GoogleLongrunningOperation Object
GoogleLongrunningOperation( metadata = NULL, response = NULL, done = NULL, error = NULL, name = NULL )
metadata |
Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any. |
response |
The normal response of the operation in case of success. If the original method returns no data on success, such as |
done |
If the value is |
error |
The error result of the operation in case of failure or cancellation |
name |
The server-assigned name, which is only unique within the same service that originally returns it |
Autogenerated via gar_create_api_objects
This resource represents a long-running operation that is the result of a network API call.
GoogleLongrunningOperation object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.