Module google_api_proto::google::longrunning::operation
source · 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
is set.