Interface protos.google.longrunning.IOperation (2.10.0)

Properties of an Operation.

Package

@google-cloud/documentai!

Properties

done

done?: (boolean|null);

Operation done

Property Value
TypeDescription
(boolean|null)

error

error?: (google.rpc.IStatus|null);

Operation error

Property Value
TypeDescription
(google.rpc.IStatus|null)

metadata

metadata?: (google.protobuf.IAny|null);

Operation metadata

Property Value
TypeDescription
(google.protobuf.IAny|null)

name

name?: (string|null);

Operation name

Property Value
TypeDescription
(string|null)

response

response?: (google.protobuf.IAny|null);

Operation response

Property Value
TypeDescription
(google.protobuf.IAny|null)