Expand description
Nested message and enum types in Operation
.
Enumsยง
- The operation result, which can be either an
error
or a validresponse
. Ifdone
==false
, neithererror
norresponse
is set. Ifdone
==true
, exactly one oferror
orresponse
can be set. Some services might not provide the result.