getOperation method
Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
Implementation
$grpc.ResponseFuture<$0.Operation> getOperation(
$0.GetOperationRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$getOperation, request, options: options);
}